Andy Wilkinson
0e08d379ae
Polish "Add CachingMetadataReaderFactoryPostProcessor earlier in context lifecyle"
...
See gh-14907
2018-10-29 11:36:49 +00:00
Dave Syer
c1022e74cd
Add CachingMetadataReaderFactoryPostProcessor earlier in context lifecyle
...
An initializer that adds a BeanDefinitionRegistryPostProcessor which
in turn adds bean definitions has to be very careful to run early.
Otherwise, other initializers that want to influence the bean
definitions added never get a chance.
Closes gh-14907
2018-10-29 11:36:10 +00:00
Andy Wilkinson
b2e1d14427
Upgrade to Thymeleaf Extras Springsecurity 3.0.4.RELEASE
...
Closes gh-15001
2018-10-29 10:46:56 +00:00
Andy Wilkinson
58b495800a
Upgrade to Joda Time 2.10.1
...
Closes gh-15000
2018-10-29 10:46:55 +00:00
Andy Wilkinson
afad5e3733
Upgrade to Lettuce 5.1.2.RELEASE
...
Closes gh-14999
2018-10-29 10:46:55 +00:00
Andy Wilkinson
4fc2e344b6
Merge branch '2.0.x'
2018-10-29 10:44:57 +00:00
Andy Wilkinson
0cd2b9262b
Upgrade to Thymeleaf Extras Springsecurity4 3.0.4.RELEASE
...
Closes gh-14997
2018-10-29 10:43:29 +00:00
Andy Wilkinson
a1b51f7647
Upgrade to Activemq 5.15.7
...
Closes gh-14996
2018-10-29 10:43:28 +00:00
Andy Wilkinson
30a9c0ee07
Upgrade to Reactor Bom Bismuth-SR13
...
Closes gh-14995
2018-10-29 10:43:27 +00:00
Andy Wilkinson
4a0552e945
Upgrade to Thymeleaf 3.0.11.RELEASE
...
Closes gh-14920
2018-10-29 10:37:15 +00:00
Brian Clozel
8f462d69df
Upgrade to Reactor Californium-SR2
...
Closes gh-14992
2018-10-29 11:20:49 +01:00
Andy Wilkinson
f20b22ce6c
Upgrade to Micrometer 1.1.0
...
Closes gh-14890
2018-10-29 10:02:40 +00:00
Andy Wilkinson
c82a13d18e
Upgrade to Byte Buddy 1.9.3
...
Closes gh-14866
2018-10-29 10:01:41 +00:00
Phillip Webb
22c7546607
Polish
2018-10-28 21:05:54 -07:00
Phillip Webb
1451c0c069
Polish "Restore max-http-header-size default value support"
...
Fix Jetty and Undertow customizers to restore Spring Boot 2.0
behavior where a negative or zero `max-http-header-size` indicates
that the server default should be used.
Closes gh-14986
2018-10-28 21:04:17 -07:00
Bryan Turner
8b40ce14cb
Restore max-http-header-size default value support
...
Fix `TomcatWebServerFactoryCustomizer` to restore Spring Boot 2.0
behavior where a negative or zero `max-http-header-size` indicates
that the server default should be used.
See gh-14986
2018-10-28 20:56:51 -07:00
Phillip Webb
807743b679
Merge branch '2.0.x'
2018-10-28 09:00:32 -07:00
Phillip Webb
43dd3cfa76
Polish "Improve Path Matching and Content Negotiation docs"
...
See gh-14977
2018-10-28 08:59:30 -07:00
Nishant Raut
113abbe6e6
Improve Path Matching and Content Negotiation docs
...
Add a note to the "Path Matching and Content Negotiation" section about
the `spring.mvc.pathmatch.use-suffix-pattern` property.
Closes gh-14977
2018-10-28 08:52:36 -07:00
Phillip Webb
1c18fd8bae
Add managed mimepull dependency
...
Add a managed dependency for `org.jvnet.mimepull:mimepull` so that
`spring-boot-starter-web-services` works with Java 11.
Although we don't directly depend on mimepull ourselves, there is an
transitive dependency from `com.sun.xml.messaging.saaj:saaj-impl:1.5.0`
which unfortunately references a version that was never published to
Maven Central.
Closes gh-14924
2018-10-26 17:23:03 -07:00
dreis2211
fb03139c59
Fix MetricsAutoConfigurationTests
...
Closes gh-14972
2018-10-26 16:54:11 -07:00
dreis2211
3d2fbdf3bd
Polish mocks with default answer
...
Closes gh-14971
2018-10-26 16:39:48 -07:00
Phillip Webb
c393f6262e
Merge branch '2.0.x'
2018-10-26 16:36:02 -07:00
Phillip Webb
33c7a74bee
Update copyright year for changed files
2018-10-26 16:35:28 -07:00
Phillip Webb
997de53f20
Remove uncessary call in PropertiesMigrationReport
...
Closes gh-14974
2018-10-26 16:35:00 -07:00
Phillip Webb
5603d61909
Polish "Consider aliases when checking descendants"
...
See gh-14967
2018-10-26 16:24:23 -07:00
chang-chao
256ca681fd
Consider aliases when checking descendants
...
Update `AliasedConfigurationPropertySource` to consider aliases in
`containsDescendantOf`.
Prior to this commit, given a source containing `example.name` with
a defined alias of `other.name -> example.name` calling
`containsDescendantOf("other")` would incorrectly return
`ConfigurationPropertyState.ABSENT`.
Closes gh-14967
2018-10-26 16:08:56 -07:00
Phillip Webb
1a0a8470e5
Merge branch '2.0.x'
2018-10-26 13:37:39 -07:00
Phillip Webb
62b9268cec
Polish "Fix Spring Batch job restart parameters handling"
...
See gh-14933
2018-10-26 13:30:50 -07:00
Mahmoud Ben Hassine
ad3c3ad361
Fix Spring Batch job restart parameters handling
...
Fix the `JobLauncherCommandLineRunner` to correctly deal with job
parameters when restarting a job.
Prior to this commit, we were was calling the `getNextJobParameters`
method of the `JobParametersBuilder` from batch. This method was getting
the previous parameters of the wrong job instance in a restart scenario.
This commit fixes the issue by first getting the right job instance with
the provided parameters, then restarting it.
Closes gh-14933
2018-10-26 13:24:02 -07:00
Phillip Webb
1a85e629d7
Stop using streams when working with sources
...
Replace `streamSources()` calls with `getSources()` in an attempt to
reduce the amount of garbage created.
Closes gh-13565
2018-10-26 11:30:28 -07:00
Vedran Pavic
6e967fe860
Upgrade to Hazelcast 3.11
...
Closes gh-14949
2018-10-25 15:57:59 -07:00
Phillip Webb
acb5a90273
Log warning when using deprecated EndpointId chars
...
Update `EndpointId` to log a warning when `-` or `.` are used.
Closes gh-14840
2018-10-25 15:56:48 -07:00
Stephane Nicoll
d1ce315602
Merge branch '1.5.x' into 2.0.x
2018-10-26 07:48:40 +09:00
Hanope
65e3b9ff5b
Fix typos
...
Closes gh-14954
2018-10-26 07:34:58 +09:00
dreis2211
5b6e94d78a
Polish javadoc of CachesEndpoint
...
Closes gh-14969
2018-10-26 07:31:49 +09:00
Brian Clozel
b424fa6039
Upgrade to Maven Failsafe Plugin 2.22.1
...
Closes gh-14965
2018-10-25 12:53:14 +02:00
Brian Clozel
b5ea9c1eb2
Upgrade to Flyway 5.2.1
...
Closes gh-14964
2018-10-25 12:53:14 +02:00
Brian Clozel
3c367d8a46
Upgrade to Aspectj 1.9.2
...
Closes gh-14963
2018-10-25 12:53:14 +02:00
Brian Clozel
0c00d1d482
Upgrade to Ehcache 2.10.6
...
Closes gh-14962
2018-10-25 12:53:14 +02:00
Brian Clozel
8c400c8522
Upgrade to Mysql 8.0.13
...
Closes gh-14960
2018-10-25 12:53:14 +02:00
Brian Clozel
ecd2efd4e4
Upgrade to Undertow 2.0.14.Final
...
Closes gh-14959
2018-10-25 12:53:14 +02:00
Brian Clozel
2f244057e2
Upgrade to Rxjava2 2.2.3
...
Closes gh-14958
2018-10-25 12:53:14 +02:00
Brian Clozel
a046aa0138
Upgrade to Appengine Sdk 1.9.67
...
Closes gh-14955
2018-10-25 12:52:25 +02:00
Brian Clozel
cf882c9b40
Fix import error in 8376bc369
2018-10-25 12:52:25 +02:00
Brian Clozel
8376bc3697
Fix build after checkstyle imports updates
...
See gh-14911
2018-10-25 11:25:56 +02:00
Brian Clozel
755c4b8b98
Update spring.mvc.log-resolved-exception description
...
Closes gh-14936
2018-10-25 11:04:20 +02:00
Phillip Webb
6aa2862f85
Merge branch '2.0.x'
2018-10-24 22:48:18 -07:00
Phillip Webb
7bcc793faf
Fix WebMvcMetricsFilter logger imports
...
Don't use SLF4J loggers in `WebMvcMetricsFilter`.
Fixes gh-14953
2018-10-24 22:46:31 -07:00
Vedran Pavic
81c7ce1d15
Add starter for OAuth2 resource server
...
Closes gh-14950
2018-10-24 21:37:28 -07:00