Commit Graph

11040 Commits (8eb676f431a6d2559ccfe442b1297b64a2333ecb)
 

Author SHA1 Message Date
Andy Wilkinson 8eb676f431 Provide complete dependency management for Jetty
Closes gh-10473
7 years ago
Andy Wilkinson 95e3443b64 Provide complete dependency management for Dropwizard Metrics
Closes gh-10472
7 years ago
Andy Wilkinson 663cae1255 Note behaviour of @MockBean and @SpyBean with non-bean dependencies
Closes gh-10381
7 years ago
Andy Wilkinson f01bb8e175 Polish 7 years ago
Andy Wilkinson c27d678b81 Improve handling of absolute URLs in Class-Path manifest attribute
Closes gh-10268
7 years ago
Andy Wilkinson 616d11c00a Only wait for background preinit to complete when it has started
Closes gh-10362
7 years ago
Andy Wilkinson b602b1da2e Document expected format for commit time in git.properties
Closes gh-10392
7 years ago
Andy Wilkinson 7eb9193862 Tolerate absolute URLs in manifest's Class-Path attribute
Closes gh-10268
7 years ago
Stephane Nicoll 0a8b355c60 Merge pull request #10382 from christophd:patch-1
* pr/10382:
  Add reference to Citrus simulator Spring Boot starter
7 years ago
Christoph Deppisch ca04b24814 Add reference to Citrus simulator Spring Boot starter
Closes gh-10382
7 years ago
Stephane Nicoll 9331ee6f35 Merge pull request #10412 from eddumelendez:polish_jackson_config
* pr/10412:
  Polish JacksonAutoConfiguration
7 years ago
Eddú Meléndez 93844bffbc Polish JacksonAutoConfiguration
This commit removes unused constructor parameters introduced in 0c2ecb7.

Closes gh-10412
7 years ago
Stephane Nicoll d490b99473 Clarify scope of spring.datasource.platform
Closes gh-10416
7 years ago
Andy Wilkinson cc16402ee4 Update war packaging tests to reflect change in Tomcat's dependencies
See gh-10395
7 years ago
Stephane Nicoll b53f108d07 Merge pull request #10411 from dreis2211:typo-external-config-docs
* pr/10411:
  Typo in external config documentation
7 years ago
dreis2211 681921fd87 Typo in external config documentation
Closes gh-10411
7 years ago
Andy Wilkinson cf92e55150 Upgrade to Spring Kafka 1.1.7.RELEASE
Closes gh-10397
7 years ago
Andy Wilkinson 2136bea491 Upgrade to Jetty 9.4.7.v20170914
Closes gh-10396
7 years ago
Andy Wilkinson f9c44b46b6 Upgrade to Tomcat 8.5.21
Closes gh-10395
7 years ago
Andy Wilkinson 29c84dff4a Upgrade to Httpcore 4.4.7
Closes gh-10394
7 years ago
Andy Wilkinson abb8183d82 Upgrade to Gson 2.8.2
Closes gh-10393
7 years ago
Andy Wilkinson 2bf428707d Merge pull request #10278 from Venil Noronha
* gh-10278:
  Polish "Align prefix match in BufferCounterService with DefaultCounterService"
  Align prefix match in BufferCounterService with DefaultCounterService
7 years ago
Andy Wilkinson aca30950cf Polish "Align prefix match in BufferCounterService with DefaultCounterService"
See gh-10278
7 years ago
Venil Noronha dcb81a3da5 Align prefix match in BufferCounterService with DefaultCounterService
Closes gh-10278
7 years ago
Andy Wilkinson eb2c0fab18 Merge pull request #10355 from Kyle Anderson
* gh-10355:
  Upgrade Git Maven plugin to 2.2.3
7 years ago
Kyle Anderson 628c643e32 Upgrade Git Maven plugin to 2.2.3
Closes gh-10355
7 years ago
Stephane Nicoll 86e72534c9 Merge pull request #10314 from luchob:master
* pr/10314:
  Polish "Fix a dead link"
  Fix a dead link
7 years ago
Stephane Nicoll d93e0fee35 Polish "Fix a dead link"
Closes gh-10314
7 years ago
Lachezar Balev acdd475373 Fix a dead link
See gh-10314
7 years ago
Stephane Nicoll 7346a64491 Merge pull request #10134 from andersonkyle:proxy-target-docs-update
* pr/10134:
  Polish "Document default value change for proxy-target-class"
  Document default value change for proxy-target-class
7 years ago
Stephane Nicoll 61ae92992b Polish "Document default value change for proxy-target-class"
Closes gh-10134
7 years ago
Kyle Anderson e86d0f38e4 Document default value change for proxy-target-class
This commit documents the change to the default value for
spring.aop.proxy-target-class by clarifying when the default is true vs
false.

See gh-10134
7 years ago
Stephane Nicoll fbb6b88155 Document default prefix/suffix values
Closes gh-10290
7 years ago
Stephane Nicoll b309495c2e Polish 7 years ago
Andy Wilkinson 4bdef4d0f9 Use Spring milestone and snapshot repos for plugins in full profile 7 years ago
Brian Clozel 1669e4bad3 Fixup version numbers following release 7 years ago
Spring Buildmaster 30eb937a83 Next Development Version 7 years ago
Andy Wilkinson 2a1cce9f13 Upgrade to Hikaricp Java7 2.4.13
Closes gh-10267
7 years ago
Andy Wilkinson b13beccc47 Upgrade to Appengine Sdk 1.9.56
Closes gh-10266
7 years ago
Andy Wilkinson d6535df2c7 Upgrade to Classmate 1.3.4
Closes gh-10265
7 years ago
Stephane Nicoll 1ddc3dce0c Upgrade to Spring Integration Java Dsl 1.2.3.RELEASE
Closes gh-10262
7 years ago
Stephane Nicoll cf3226f799 Upgrade to Spring Integration 4.3.12
Closes gh-10034
7 years ago
Stephane Nicoll 6c4ed5e18b Merge pull request #10256 from aconstantin:patch-1
* pr/10256:
  Use underline instead of dash in tomcat properties
7 years ago
Alexander Constantin 281a93a0c4 Use underline instead of dash in tomcat properties
Closes gh-10256
7 years ago
Andy Wilkinson 32e24f3e0a Upgrade to Spring AMQP 1.7.4
Closes gh-10248
7 years ago
Andy Wilkinson 596c32cd6a Update to Spring Data Ingalls SR7
Closes gh-10165
7 years ago
Andy Wilkinson 5b1a4a0430 Note that management.context-path is relative to server.context-path
Closes gh-10200
7 years ago
Andy Wilkinson 5938df52ea Stop auto-config of MethodValidationPP triggering early init
Previously, if a user's configuration class provided a custom
Validator bean, that configuration class would be initialized very
early so that the Validator could be used to create the
auto-configured MethodValidationPostProcessor. This early
initialization could problems as it may prevent any of the
configuration class's dependencies from being post-processed.

This commit updates the injection of the Validator bean to be lazy,
thereby preventing the creation of the auto-configured
MethodValidationPostProcessor from triggering early initialization.

Closes gh-9416
7 years ago
Stephane Nicoll fb5a3effb7 Upgrade to Spring Framework 4.3.11.RELEASE
Closes gh-9956
7 years ago
Andy Wilkinson 8761ef547c Log single message per jar with faulty Class-Path manifest attribute
Previously, when DevTools encountered a jar with a Class-Path manifest
attribute that referenced non-existent files, it would log one
message per entry in the attribute that did not exist. While useful
information, this has proven to be too verbose.

This commit aims to strike a better balances by logging a single
message for an entire jar. The message is a single line that
includes the path to the jar with the faulty Class-Path manifest
attribute and the paths of all of the files that do not exist that are
referenced by the attribute.

Closes gh-10111
7 years ago