- 04 Dec, 2019 2 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
If the bean definition type contains a placeholder value, beanFactory.getType can throw a CannotLoadBeanClassException. We can ignore this exception while validating the bean definitions for constructor binding beans. Fixes gh-19207
-
- 03 Dec, 2019 4 commits
-
-
Madhura Bhave authored
Fixes gh-19156
-
Brian Clozel authored
-
Brian Clozel authored
Closes gh-19051
-
Brian Clozel authored
Closes gh-19053
-
- 02 Dec, 2019 2 commits
-
-
Madhura Bhave authored
Closes gh-19209
-
Madhura Bhave authored
Closes gh-15361
-
- 29 Nov, 2019 6 commits
-
-
Andy Wilkinson authored
Closes gh-19190
-
Andy Wilkinson authored
* gh-19171: Polish "Fix Liquibase endpoint's output with multiple datasources" Fix Liquibase endpoint's output with multiple datasources Fixes gh-19171
-
Andy Wilkinson authored
See gh-19171
-
Leo Li authored
Previously, the endpoint used the same change log history service for for each SpringLiquibase bean that it processed. This resulted in pollution of the reported changes as the history of each bean was not isolated. This commit updates the endpoint to use a new history service for each SpringLiquibase bean that is processed. See gh-19171
-
Andy Wilkinson authored
Closes gh-19187
-
Andy Wilkinson authored
Closes gh-19186
-
- 28 Nov, 2019 8 commits
-
-
Stephane Nicoll authored
* pr/19180: Fix deprecation info in CompositeHealthIndicatorConfiguration Closes gh-19180
-
dreis2211 authored
See gh-19180
-
Stephane Nicoll authored
Closes gh-19177
-
Stephane Nicoll authored
* pr/19170: Add missing indentations for pom.xml in doc Closes gh-19170
-
Johnny Lim authored
See gh-19170
-
Stephane Nicoll authored
Closes gh-19175
-
Stephane Nicoll authored
* pr/19168: Use AdoptOpenJDK API V3 when detecting JDK updates Closes gh-19168
-
dreis2211 authored
See gh-19168
-
- 27 Nov, 2019 17 commits
-
-
Stephane Nicoll authored
Closes gh-19077
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-19052
-
Andy Wilkinson authored
Previously, reflective access to the archiveBaseName property incorrectly treated the property as a String. It should have been treated as a Property<String>. This caused an exception to be thrown and the deprecated baseName property to be used as a fallback. This commit corrects the reflective access to the archiveBaseName property. It also updates the tests to fail if a build outputs a deprecation warning. Tests that use Gradle's Maven plugin have been updated to expect deprecation warnings when run with Gradle 6.0 where the plugin is deprecated. Tests that configure an archive's base name have been updated to use archiveBaseName when running with Gradle 6.0 and later. Closes gh-18663
-
Stephane Nicoll authored
* pr/19159: Remove ConditionEvaluationReportLoggingListener usage if possible Closes gh-19159
-
Johnny Lim authored
See gh-19159
-
Stephane Nicoll authored
Closes gh-19157
-
Stephane Nicoll authored
* pr/19101: Polish "Remove '.' and '-' reference in the EndpointId javadoc" Remove '.' and '-' reference in the EndpointId javadoc Closes gh-19101
-
Stephane Nicoll authored
See gh-19101
-
Lars Grefer authored
Endpoint ID's which contain '-' or '.' cause a deprecation warning. Therefore they shouldn't be doumented as valid characters. See gh-19101
-
Andy Wilkinson authored
See gh-19150
-
Andy Wilkinson authored
See gh-19026
-
Stephane Nicoll authored
Closes gh-19154
-
Stephane Nicoll authored
* pr/19149: Add missing health indicators to docs Closes gh-19149
-
dreis2211 authored
See gh-19149
-
Madhura Bhave authored
Closes gh-19152
-
Madhura Bhave authored
In general we do not recommend using @PropertySource due to them being added to the environment too late for auto-configuration to use them. This commit updates the documentation to mention them in the list of external sources along with a note. Closes gh-18900
-
- 26 Nov, 2019 1 commit
-
-
Madhura Bhave authored
Closes gh-19150
-