- 31 Jan, 2021 6 commits
-
-
Phillip Webb authored
Closes gh-25066
-
Phillip Webb authored
Since 2.3.8 and 2.4.2 the format includes the directory. Closes gh-24856
-
Phillip Webb authored
Closes gh-25064
-
Phillip Webb authored
Update reference docs to make it clearer when the square bracket map binding notation should be used. Closes gh-23390
-
Phillip Webb authored
Closes gh-25061
-
Phillip Webb authored
Update documentation to make it clearer that Spring MVC does not use the `ApplicationConversionService` unless configured explicitly. Closes gh-22718
-
- 30 Jan, 2021 2 commits
-
-
Phillip Webb authored
Update `CharSequenceToObjectConverter` so that conversion that would apply using an `ObjectTo...` converter now favors `toString()` based conversion. Prior to this commit, when converting a `CharSequence` to a `Collection` the `ObjectToCollectionConveter` would be picked instead of the `StringToCollectionConverter`. This resulted in a `Collection` containing a single `String` value, rather than the expected list of values split around ",". Fixes gh-25057
-
Phillip Webb authored
-
- 29 Jan, 2021 16 commits
-
-
Andy Wilkinson authored
Closes gh-25050
-
Andy Wilkinson authored
* gh-25048: Fix duplicate anchor id Closes gh-25048
-
dreis2211 authored
See gh-25048
-
Phillip Webb authored
Closes gh-25044
-
Phillip Webb authored
Update the "Logging" reference documentation with a section about shutting down the logging system. Closes gh-24507
-
Phillip Webb authored
Closes gh-25042
-
Phillip Webb authored
* pr/25012: Document missing code to run Gradle bootRun task Closes gh-25012
-
jongmin92 authored
See gh-25012
-
Phillip Webb authored
Closes gh-25040
-
Phillip Webb authored
* pr/24982: Polish 'Add note about exploded jars and banner properties' Add note about exploded jars and banner properties Closes gh-24982
-
Phillip Webb authored
See gh-24982
-
Robert Smith authored
Add a note to the "Customizing the Banner" explaining that you need to be using the `JarLauncher` to use the `application.*` properties. See gh-24982
-
Phillip Webb authored
Closes gh-25038
-
Phillip Webb authored
* pr/24336: Polish 'Add a tip about actuator endpoints' Add a tip about actuator endpoints Closes gh-24336
-
Phillip Webb authored
See gh-24336
-
Wesley Ugang authored
Update the "Externalized Configuration" section with a tip that about the actuator `env` and `configprops` endpoints. See gh-24336
-
- 28 Jan, 2021 12 commits
-
-
Andy Wilkinson authored
Closes gh-25020
-
Andy Wilkinson authored
Closes gh-25028
-
Andy Wilkinson authored
Closes gh-25013
-
Andy Wilkinson authored
Closes gh-25018
-
Andy Wilkinson authored
Closes gh-25027
-
Andy Wilkinson authored
Closes gh-25014
-
Andy Wilkinson authored
Closes gh-25017
-
Andy Wilkinson authored
Closes gh-25022
-
Andy Wilkinson authored
Closes gh-25019
-
Andy Wilkinson authored
Closes gh-25016
-
Andy Wilkinson authored
Closes gh-25021
-
Andy Wilkinson authored
Closes gh-25015
-
- 27 Jan, 2021 4 commits
-
-
Phillip Webb authored
Update `ConfigDataEnvironmentContributor` to deal with the fact that the `properties` instance can be `null`. Fixes gh-25029
-
Phillip Webb authored
Restore the ability to use `spring.config.activate.on-profile` or `spring.profiles` in profile specific files. Closes gh-24990
-
Phillip Webb authored
-
Phillip Webb authored
See gh-25002
-