- 27 Feb, 2019 8 commits
-
-
Stephane Nicoll authored
Closes gh-15978
-
Dmytro Nosan authored
See gh-15978
-
Stephane Nicoll authored
* pr/16047: Polish contribution Fix NamedParameterJdbcTemplate precedence with database migration tools
-
Stephane Nicoll authored
Closes gh-16047
-
Dan Zheng authored
See gh-16047
-
Stephane Nicoll authored
* pr/16018: Polish "Debug mode is not logging web and sql related loggers" Debug mode is not logging web and sql related loggers
-
Stephane Nicoll authored
Closes gh-16018
-
Dmytro Nosan authored
See gh-16018
-
- 26 Feb, 2019 3 commits
-
-
Stephane Nicoll authored
* pr/16005: Polish "Update instructions on how to use JAXB as XML renderer" Update instructions on how to use JAXB as XML renderer
-
Stephane Nicoll authored
Closes gh-16005
-
Lars Grefer authored
See gh-16005
-
- 21 Feb, 2019 3 commits
-
-
Andy Wilkinson authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-15702
-
- 20 Feb, 2019 5 commits
-
-
Andy Wilkinson authored
Closes gh-16001
-
Andy Wilkinson authored
* gh-16004: Polish "Use kotlin_module not kotlin-module to identify Kotlin module metadata" Use kotlin_module not kotlin-module to identify Kotlin module metadata Closes gh-16004
-
Andy Wilkinson authored
See gh-16004
-
Robert Thornton authored
See gh-16004
-
Stephane Nicoll authored
Closes gh-15850
-
- 19 Feb, 2019 2 commits
-
-
Andy Wilkinson authored
Closes gh-15995
-
Andy Wilkinson authored
Closes gh-15989
-
- 18 Feb, 2019 5 commits
-
-
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
-
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
Closes gh-15980
-
- 15 Feb, 2019 3 commits
-
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-15866
-
Madhura Bhave authored
-
- 14 Feb, 2019 11 commits
-
-
Andy Wilkinson authored
Closes gh-15766
-
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
* 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
-
Michael Simons authored
See gh-15950
-
Andy Wilkinson authored
Closes gh-15868
-
Stephane Nicoll authored
* pr/15943: Polish "Add a link to SpringMockK in the Kotlin documentation" Add a link to SpringMockK in the Kotlin documentation
-
Stephane Nicoll authored
Closes gh-15943
-
Sebastien Deleuze authored
See gh-15943
-
Andy Wilkinson authored
This works around a change in javadoc generation in JDK 11.0.2. See https://bugs.openjdk.java.net/browse/JDK-8212233 for details.
-