- 24 Jun, 2021 35 commits
-
-
Phillip Webb authored
Fixes gh-27072
-
Phillip Webb authored
Update `Instantiator` so that it can accept a `ClassLoader` when creating instances and rework `EnvironmentPostProcessorsFactory` to use the new methods. Prior to this commit we would use the `ClassLoader` to get the class names from `SpringFactories` but not when actually creating the instances. Fixes gh-27043
-
Stephane Nicoll authored
See gh-26978
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-27070
-
Stephane Nicoll authored
Closes gh-27069
-
Stephane Nicoll authored
Closes gh-27068
-
Stephane Nicoll authored
Closes gh-27067
-
Stephane Nicoll authored
Closes gh-27066
-
Stephane Nicoll authored
Closes gh-26978
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26974
-
Stephane Nicoll authored
Closes gh-26973
-
Stephane Nicoll authored
Closes gh-26972
-
Stephane Nicoll authored
Closes gh-26967
-
Stephane Nicoll authored
Closes gh-26966
-
Phillip Webb authored
* pr/26930: Avoid illegal reflective access in CLI tests Closes gh-26930
-
dreis2211 authored
See gh-26930
-
Phillip Webb authored
Closes gh-27062
-
Phillip Webb authored
Closes gh-27026
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-27060
-
Phillip Webb authored
Update `BindFailureAnalyzer` so that the "Reason" message includes the root cause exception type and message. Closes gh-27028
-
Phillip Webb authored
Update `BindConverter` to throw the first `ConversionFailedException` rather than always throwing `ConverterNotFoundException`. See gh-27028
-
Phillip Webb authored
Closes gh-27053
-
Phillip Webb authored
Closes gh-27055
-
Phillip Webb authored
Closes gh-27054
-
Phillip Webb authored
Closes gh-27058
-
Phillip Webb authored
* pr/27017: Add additional ConfigDataProperties tests Fix typo in ConfigDataPropertiesTests Closes gh-27017
-
Phillip Webb authored
Add more `isActive` tests to cover negative cases. See gh-27017
-
fengyuanwei authored
See gh-27017
-
Phillip Webb authored
-
Phillip Webb authored
See gh-15808
-
Phillip Webb authored
Closes gh-27056
-
- 23 Jun, 2021 5 commits
-
-
Madhura Bhave authored
Update `RepackageMojo` and supporting classes so that `exclusions` on the repackage goal apply to both the contributed libraries and any existing jar entries already contained in the original war. Prior to this commit, exclusions would apply to contributed jars (for example, those in `WEB-INF/lib-provided`) but not jars that were packaged directly into `WEB-INF/lib` by the war plugin Fixes gh-15808 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Andy Wilkinson authored
See gh-27045
-
Andy Wilkinson authored
See gh-27044
-
Brian Clozel authored
Prior to this commit, `NettyProperties` would use `DISABLED` as the default level for leak detection in Netty. This is not the default value enforced by Netty, which is `SIMPLE`. This commit changes the default configuration property value and ensures that both stay in sync. Fixes gh-27046
-
Andy Wilkinson authored
Closes gh-27048
-