- 14 Jan, 2021 27 commits
-
-
Stephane Nicoll authored
See gh-24247
-
Stephane Nicoll authored
Closes gh-24841
-
Stephane Nicoll authored
This commit updates DataSourceUnwrapper to take a separate interface type argument if the target datasource has to be unwrapped, given that the target type is usually not an interface. Closes gh-24697
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24816
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-24703
-
Stephane Nicoll authored
Closes gh-24702
-
Stephane Nicoll authored
Closes gh-24701
-
Stephane Nicoll authored
Closes gh-24829
-
Stephane Nicoll authored
Closes gh-24828
-
Stephane Nicoll authored
Closes gh-24827
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24826
-
Stephane Nicoll authored
Closes gh-24825
-
Stephane Nicoll authored
Closes gh-24824
-
Stephane Nicoll authored
Closes gh-24823
-
Stephane Nicoll authored
Closes gh-24822
-
Stephane Nicoll authored
Closes gh-24821
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Close gh-24742
-
Stephane Nicoll authored
Closes gh-24820
-
Stephane Nicoll authored
Closes gh-24819
-
Stephane Nicoll authored
Closes gh-24818
-
Madhura Bhave authored
See gh-24814
-
Madhura Bhave authored
See gh-24813
-
Madhura Bhave authored
See gh-24811
-
- 13 Jan, 2021 13 commits
-
-
Madhura Bhave authored
Closes gh-24814
-
Madhura Bhave authored
Closes gh-24813
-
Madhura Bhave authored
Fixes gh-24811
-
Madhura Bhave authored
Fixes gh-24719
-
Stephane Nicoll authored
Closes gh-24700
-
Stephane Nicoll authored
Closes gh-24803
-
Stephane Nicoll authored
Closes gh-24802
-
Stephane Nicoll authored
Closes gh-24786
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24801
-
Stephane Nicoll authored
Closes gh-24785
-
Andy Wilkinson authored
Previously, the restart initializer that enables restart when -Dspring.devtools.restart.enabled=true is set had no effect when the ClassLoader's name did not contain AppClassLoader. This commit updates RestartApplicationListener to use the correct RestartInitializer when the system property has forcibly enabled restart. When restart is enabled a SilentExitException is thrown and it should be caught and handled by the SilentExitExceptionHandler. When the application is invoked via one of the loader's LauncherClasses reflection is used and this exception becomes wrapped in an InvocationTargetEception. Previously, this wrapping prevented SilentExitExceptionHandler from handling the exception. This commit updates the handler to look for an InvocationTargetException with a SilentExitException target in addition to continuing to look for a SilentExitException directly. Fixes gh-24797
-
Phillip Webb authored
Update `ConfigurationPropertiesReportEndpoint` so that supports constructor parameters annotated with `@Name`. Fixes gh-24713
-