- 01 Nov, 2018 3 commits
-
-
Nooheat authored
Closes gh-15033
-
Stephane Nicoll authored
* pr/15049: Polish EnableConfigurationPropertiesImportSelector javadoc
-
Misagh Moayyed authored
Closes gh-15049
-
- 30 Oct, 2018 2 commits
-
-
Phillip Webb authored
This reverts commit 4630c229.
-
Phillip Webb authored
Change the `RemoteApplicationLauncher` to use a random port and also protect against an NPE if the launch fails.
-
- 29 Oct, 2018 12 commits
-
-
Andy Wilkinson authored
Closes gh-14854
-
Andy Wilkinson authored
Closes gh-15004
-
Andy Wilkinson authored
* gh-14975: Use MeterRegistry.isClosed() for tests
-
dreis2211 authored
Closes gh-14975
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14994
-
Andy Wilkinson authored
Closes gh-14997
-
Andy Wilkinson authored
Closes gh-14996
-
Andy Wilkinson authored
Closes gh-14995
-
Andy Wilkinson authored
Closes gh-14920
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 264b7ca7. See gh-14962
-
- 28 Oct, 2018 3 commits
-
-
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
-
- 26 Oct, 2018 8 commits
-
-
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
* 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
-
- 25 Oct, 2018 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14962
-
Stephane Nicoll authored
Closes gh-14955
-
Phillip Webb authored
Don't use SLF4J loggers in `WebMvcMetricsFilter`. Fixes gh-14953
-
- 23 Oct, 2018 4 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-14927
-
Madhura Bhave authored
* gh-14912: Use Errors.hasErrors() in DefaultErrorAttributes
-
dreis2211 authored
Closes gh-14912
-
- 22 Oct, 2018 4 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
* gh-14916: Avoid creation of unnecessary collections
-
dreis2211 authored
Closes gh-14916
-
Phillip Webb authored
-