- 19 Feb, 2019 9 commits
-
-
Sebastien Deleuze authored
See gh-15993
-
Stephane Nicoll authored
Closes gh-15199
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-15809
-
Stephane Nicoll authored
This commit changes the target type of file size-based properties to `DataSize` and tolerates Logback's specific format. Closes gh-15930
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15989
-
Stephane Nicoll authored
* pr/15987: Polish
-
Johnny Lim authored
Closes gh-15987
-
- 18 Feb, 2019 14 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/15984: Polish contribution Order TaskExecution auto-config before TaskScheduling auto-config
-
Stephane Nicoll authored
Closes gh-15984
-
isank authored
See gh-15984
-
Stephane Nicoll authored
* pr/15951: Add support for task scheduling shutdown related properties Polish "Add support for task executor shutdown related properties" Add support for task executor shutdown related properties
-
Stephane Nicoll authored
See gh-15951
-
Stephane Nicoll authored
Closes gh-15951
-
Filip Hrisafov authored
See gh-15951
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, an entry’s potentially aliased name would be used when checking that it has a particular name. The alias would always be applied, irrespective of the name in the header. As a result, when there was a clashing hash and an entry with a particular index did not have the expected name, this would be concealed by the alias being applied and the name check being done with the alias. This commit reworks JarEntry to store the name in its header in addition to its alias, if any. When checking that the entry has the expected name, the unaliased name is passed in and the entry compares it with the name from the header rather than the alias. Closes gh-15981
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-15980
-
Brian Clozel authored
Prior to this commit, the application properties listed in the reference documentation would be manually managed and updated. This commit adds a new `spring-boot-configuration-docs` project that extracts that information from the available JSON metadata and writes Asciidoctor tables ready for inclusion in the reference documentation. The `generateConfigurationPropertyTables.groovy` is using this library and configures the sections and how namespaces should be organized. Fixes gh-8237
-
Andy Wilkinson authored
See gh-15939
-
- 15 Feb, 2019 6 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-15866
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 14 Feb, 2019 11 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15766
-
Stephane Nicoll authored
* pr/15954: Polish "Expose Tomcat AccessLog Max days property" Expose Tomcat AccessLog Max days property
-
Stephane Nicoll authored
Closes gh-15954
-
Dmytro Nosan authored
See gh-15954
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, DevTools would retry the upload of the changes to an application in the event of a ConnectException. If a different network-level failure occurred, it would not be retried and would cause the file watching thread to die. This commit attempts to make things more robust by retrying all SocketExceptions and not just ConnectExceptions. A warning is logged when a failure occurs. A separate debug message that includes the exception is also logged. Closes gh-10317
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/15950: Prevent imports on org.testcontainers.shaded.* Polish "Stop using imports from shaded dependencies" Stop using imports from shaded dependencies
-
Stephane Nicoll authored
See gh-15950
-
Stephane Nicoll authored
Closes gh-15950
-