- 29 Oct, 2018 5 commits
-
-
Andy Wilkinson authored
Closes gh-14866
-
Phillip Webb authored
-
Phillip Webb authored
* pr/14986: Polish "Restore max-http-header-size default value support" Restore max-http-header-size default value support
-
Phillip Webb authored
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
-
Bryan Turner authored
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
-
- 28 Oct, 2018 4 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
* pr/14977: Polish "Improve Path Matching and Content Negotiation docs" Improve Path Matching and Content Negotiation docs
-
Phillip Webb authored
See gh-14977
-
Nishant Raut authored
Add a note to the "Path Matching and Content Negotiation" section about the `spring.mvc.pathmatch.use-suffix-pattern` property. Closes gh-14977
-
- 27 Oct, 2018 1 commit
-
-
Phillip Webb authored
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
-
- 26 Oct, 2018 15 commits
-
-
Phillip Webb authored
* pr/14972: Fix MetricsAutoConfigurationTests
-
dreis2211 authored
Closes gh-14972
-
Phillip Webb authored
* pr/14971: Polish mocks with default answer
-
dreis2211 authored
Closes gh-14971
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-14974
-
Phillip Webb authored
* pr/14967: Polish "Consider aliases when checking descendants" Consider aliases when checking descendants
-
Phillip Webb authored
See gh-14967
-
chang-chao authored
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
-
Phillip Webb authored
-
Phillip Webb authored
* pr/14933: Polish "Fix Spring Batch job restart parameters handling" Fix Spring Batch job restart parameters handling
-
Phillip Webb authored
See gh-14933
-
Mahmoud Ben Hassine authored
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
-
Phillip Webb authored
Replace `streamSources()` calls with `getSources()` in an attempt to reduce the amount of garbage created. Closes gh-13565
-
- 25 Oct, 2018 15 commits
-
-
Phillip Webb authored
* pr/14949: Upgrade to Hazelcast 3.11
-
Vedran Pavic authored
Closes gh-14949
-
Phillip Webb authored
Update `EndpointId` to log a warning when `-` or `.` are used. Closes gh-14840
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14962
-
Stephane Nicoll authored
Closes gh-14955
-
Stephane Nicoll authored
* pr/14954: Fix typos
-
Hanope authored
Closes gh-14954
-
Stephane Nicoll authored
* pr/14969: Polish javadoc of CachesEndpoint
-
dreis2211 authored
Closes gh-14969
-
Phillip Webb authored
See gh-14911
-
Brian Clozel authored
Closes gh-14965
-
Brian Clozel authored
Closes gh-14964
-
Brian Clozel authored
Closes gh-14963
-