- 02 Feb, 2021 9 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `spring-boot-maven-plugin` `settings.xml` so that milestone and snapshot dependencies can be resolved. See gh-23936
-
Phillip Webb authored
-
Phillip Webb authored
See gh-23936
-
Phillip Webb authored
Closes gh-25078
-
Phillip Webb authored
Use the dependencies BOM to ensure versions used in the `MavenBuild` test class are always aligned. Closes gh-23936
-
Phillip Webb authored
Closes gh-25076
-
- 01 Feb, 2021 3 commits
-
-
Phillip Webb authored
Update `build.gradle` files to ensure that `junit-platform-launcher` is a `testRuntimeOnly` dependency. This ensures that tests can be run from Eclipse. Closes gh-25074
-
Andy Wilkinson authored
Closes gh-25072
-
Andy Wilkinson authored
Fixes gh-24149
-
- 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 4 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
-