- 06 Jul, 2020 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22234
-
Andy Wilkinson authored
Since Spring Framework 4.3.0.RC2, a default embedded value resolver has been registered with the bean factory when one is not otherwise configured. This meant that placeholders in `@Value` would be resolved with or without PropertyPlaceholderAutoConfiguration defining a PropertySourcesPlaceholderConfigurer bean. However, placeholders in bean definitions would only be resolved if a PropertySourcesPlaceholderConfigurer was defined. This commit updates PropertyPlaceholderAutoConfigurationTests to align with this change in Framework. We now test that placeholders are resolved in `@Value` annotations with or without the auto-configuration and that placeholders in bean definitions are only resolved with the auto-configured. Closes gh-22230
-
Andy Wilkinson authored
* gh-22227: Update to Maven Shade Plugin 3.2.4 Closes gh-22227
-
anshlykov authored
See gh-22227
-
Andy Wilkinson authored
See gh-21921
-
- 03 Jul, 2020 2 commits
-
-
Brian Clozel authored
Fixes gh-21042
-
Aleksander Lech authored
Prior to this commit, configuring a reactive Elasticsearch client would auto-configure an Actuator Health check using a synchronous client, with the default configuration properties (so tarting localhost:9200). This would lead to false reports of unhealthy Elasticsearch clusters when using reactive clients. This commit reproduces the logic for MongoDB repositories: if a reactive variant is available, it is selected for the health check infrastructure. See gh-21042
-
- 02 Jul, 2020 7 commits
-
-
Andy Wilkinson authored
Fixes gh-22200
-
Andy Wilkinson authored
Closes gh-22197
-
Andy Wilkinson authored
Fixes gh-22038
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22190
-
Andy Wilkinson authored
Closes gh-22193
-
Andy Wilkinson authored
Closes gh-22189
-
- 01 Jul, 2020 11 commits
-
-
Andy Wilkinson authored
* gh-21921: Reinstate metrics for Kafka Streams Closes gh-21921
-
Eddú Meléndez authored
See gh-21921
-
Andy Wilkinson authored
Closes gh-22185
-
Andy Wilkinson authored
Closes gh-22183
-
Andy Wilkinson authored
Closes gh-22182
-
Andy Wilkinson authored
* gh-22110: Improve error handling in JDK upgrade checks Closes gh-22110
-
dreis2211 authored
See gh-22110
-
Andy Wilkinson authored
Closes gh-21938
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-21937
-
Andy Wilkinson authored
Fixes gh-22179
-
- 30 Jun, 2020 14 commits
-
-
Andy Wilkinson authored
Closes gh-22175
-
Andy Wilkinson authored
* gh-22138: Accept empty filter dispatcher types in auto-configurations Closes gh-22138
-
dreis2211 authored
Prior to this commit, the usage of EnumSet.copyOf resulted in exceptions when the underlying collection was empty. See gh-22138
-
Andy Wilkinson authored
Closes gh-22147
-
Andy Wilkinson authored
Closes gh-22171
-
Andy Wilkinson authored
Closes gh-22170
-
Andy Wilkinson authored
* gh-22163: Remove duplicated icon from git-repo-windows resource definition Closes gh-22163
-
XenoAmess authored
See gh-22163
-
Andy Wilkinson authored
Closes gh-22167
-
Andy Wilkinson authored
* gh-22141: Polish "Avoid NPE when binder is closed before started event" Avoid NPE when binder is closed before started event Closes gh-22141
-
Andy Wilkinson authored
See gh-22141
-
im47cn authored
Previously, if TomcatMetricsBinder destroy() was called before it had received an ApplicationStartedEvent an NPE would be thrown due to TomcatMetrics being null. This NPE was then caught and logged at warning level by the disposable bean adapter. This prevents the NPE by checking that the TomcatMetrics instance is null before calling close() on it. See gh-22141
-
Andy Wilkinson authored
Fixes gh-22119
-
Madhura Bhave authored
Closes gh-22155
-