Andy Wilkinson
5198fe887b
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
Andy Wilkinson
10a1cdfdf1
Upgrade to Spring Integration 4.3.11.RELEASE
...
Closes gh-9812
7 years ago
Andy Wilkinson
ca2e801a86
Upgrade to Spring Batch 3.0.8.RELEASE
...
Closes gh-9811
7 years ago
Andy Wilkinson
1ece893718
Upgrade to Jooq 3.9.4
...
Closes gh-9810
7 years ago
Andy Wilkinson
49a3d4fe41
Upgrade to Narayana 5.5.28.Final
...
Closes gh-9809
7 years ago
Andy Wilkinson
00d8752437
Upgrade to Infinispan 8.2.8.Final
...
Closes gh-9808
7 years ago
Stephane Nicoll
0a9cb5f076
Upgrade to Spring Framework 4.3.10.RELEASE
...
Closes gh-9806
7 years ago
Andy Wilkinson
f3b26525f7
Use System.out rather than err for ignored Class-Path entry message
...
Closes gh-9802
7 years ago
Phillip Webb
68910f2b8f
Polish
7 years ago
Phillip Webb
cd23de6ed5
Add more HealthIndicatorAutoConfiguration ordering
...
Update HealthIndicatorAutoConfiguration to ensure that it is configured
after ActiveMQAutoConfiguration.
Fixes gh-9793
7 years ago
Stephane Nicoll
9c28637185
Move code snippet to regular source file
...
Closes gh-9740
7 years ago
Stephane Nicoll
87b554d062
Merge pull request #9497 from sun-jian:bugfix/dropwizard
...
* pr/9497:
Fix metric check in case of duplicate metric
7 years ago
孙健
1745a5ee6f
Fix metric check in case of duplicate metric
...
Closes gh-9497
7 years ago
Andy Wilkinson
144d987cb8
Polish
7 years ago
Andy Wilkinson
29f1bd9953
Make it clearer that default config locations are always used
...
Closes gh-4062
7 years ago
Stephane Nicoll
85862e66e9
Merge pull request #9672 from rajadilipkolli:patch-1
...
* pr/9672:
Fix JOOQ sample's compiler configuration
7 years ago
Raja Kolli
931eca188e
Fix JOOQ sample's compiler configuration
...
Closes gh-9672
7 years ago
Stephane Nicoll
7e97d38de7
Polish Javadoc
...
Closes gh-9726
7 years ago
Madhura Bhave
6381b88736
Create Jwk and Jwt token store beans conditionally
...
Closes gh-9777
7 years ago
Madhura Bhave
0f8a819af9
Enable cors in default management security config
...
Fixes gh-9548
7 years ago
Stephane Nicoll
2aa4ed2dec
Merge pull request #9772 from rajadilipkolli:patch-3
...
* pr/9772:
Remove duplicate entry in .gitignore
7 years ago
Raja Kolli
d2ed8d6344
Remove duplicate entry in .gitignore
...
Closes gh-9772
7 years ago
Stephane Nicoll
54a13cb33a
Merge pull request #9740 from thombergs:exit-docs-gh5038
...
* pr/9740:
Polish "Improve ExitCodeGenerator doc"
Improve ExitCodeGenerator doc
7 years ago
Stephane Nicoll
e2880ee2c3
Polish "Improve ExitCodeGenerator doc"
...
Closes gh-9740
7 years ago
Tom Hombergs
cf2ebbcb25
Improve ExitCodeGenerator doc
...
See gh-9740
7 years ago
Andy Wilkinson
76c21eab8c
Polish spring-boot's pom
7 years ago
Stephane Nicoll
11fb792e88
Fix source repository links in maven plugin site
...
Closes gh-9671
7 years ago
Andy Wilkinson
b0102e6d55
Upgrade to Lombok 1.16.18
...
Closes gh-9705
7 years ago
Andy Wilkinson
51006b8499
Upgrade to Jolokia 1.3.7
...
Closes gh-9704
7 years ago
Andy Wilkinson
2667d9b905
Upgrade to Narayana 5.5.27.Final
...
Closes gh-9703
7 years ago
Andy Wilkinson
33288c7933
Upgrade to Infinispan 8.2.7.Final
...
Closes gh-9702
7 years ago
Andy Wilkinson
c569614e7b
Upgrade to Groovy 2.4.12
...
Closes gh-9701
7 years ago
Andy Wilkinson
5b9d01dabb
Upgrade to Undertow 1.4.18.Final
...
Closes gh-9700
7 years ago
Andy Wilkinson
865c70412f
Upgrade to Appengine Sdk 1.9.54
...
Closes gh-9699
7 years ago
Phillip Webb
aa57ca7e18
Polish
7 years ago
Madhura Bhave
222a09cfd3
Make ROOT logger name case-insensitive when setting log level
...
Fixes gh-9693
7 years ago
Madhura Bhave
96b1a8547f
Decorate KeyManager for Undertow only when an alias is configured
...
Fixes gh-9351
7 years ago
Madhura Bhave
a064a52f0b
Document health aggregation strategy and default status mappings
...
Closes gh-9580
7 years ago
Madhura Bhave
528e334e1c
Document @EnableWebSecurity behavior when management security disabled
...
Closes gh-9270
7 years ago
Stephane Nicoll
7f8a8ba115
Properly handle `null` package
...
Closes gh-9621
7 years ago
Stephane Nicoll
41e6037173
Merge pull request #9628 from satamas:master
...
* pr/9628:
Polish "Narrow the event types ConfigFileApplicationListener supports"
Narrow the event types ConfigFileApplicationListener supports
7 years ago
Stephane Nicoll
26b27d41e7
Polish "Narrow the event types ConfigFileApplicationListener supports"
...
Closes gh-9628
7 years ago
satamas
d26857289c
Narrow the event types ConfigFileApplicationListener supports
...
See gh-9628
7 years ago
Stephane Nicoll
c75d78a61a
Merge pull request #9629 from htynkn:feature/disable-trimStackTrace
...
* pr/9629:
Disable trimStackTrace in surefire plugin
7 years ago
Yunkun Huang
eb299b95c2
Disable trimStackTrace in surefire plugin
...
Closes gh-9629
7 years ago
Stephane Nicoll
90112559bf
Expand doc on `@MockBean` usage
...
Closes gh-9609
7 years ago
Stephane Nicoll
d8d156bd1b
Improve documentation on EnvironmentPostProcessor
...
Closes gh-9617
7 years ago
Andy Wilkinson
606bc77da0
Upgrade to Tomcat 8.5.16
...
Closes gh-9611
8 years ago
Stephane Nicoll
f54f2bc315
Merge pull request #9585 from dsyer:feature/appengine
...
* pr/9585:
Add short docs on using Google App Engine
8 years ago
Dave Syer
21f616f853
Add short docs on using Google App Engine
...
Now that Google actually supports arbitrary docker container
execution in app engine, we can provide some more guidance
on how to use it in the "deployment" section.
Closes gh-9585
8 years ago