Commit Graph

24068 Commits

Author SHA1 Message Date
Andy Wilkinson
ca7ef3daec Upgrade to Couchbase Client 2.7.11
Closes gh-19237
2019-12-04 19:48:22 +00:00
Andy Wilkinson
229a5c0367 Merge branch '2.1.x' into 2.2.x 2019-12-04 19:46:53 +00:00
Andy Wilkinson
3d35efb485 Upgrade to Spring Batch 4.1.3.RELEASE
Closes gh-19072
2019-12-04 17:57:45 +00:00
Andy Wilkinson
6a0ec7e1f4 Upgrade to Spring Data Lovelace-SR14
Closes gh-19068
2019-12-04 17:57:03 +00:00
Andy Wilkinson
72d3137941 Upgrade to Spring Cloud Connectors 2.0.7.RELEASE
Closes gh-19234
2019-12-04 17:55:29 +00:00
Andy Wilkinson
66639702be Upgrade to Jetty El 8.5.49
Closes gh-19233
2019-12-04 17:55:28 +00:00
Andy Wilkinson
ff1d2ea381 Upgrade to Aspectj 1.9.5
Closes gh-19232
2019-12-04 17:55:27 +00:00
Andy Wilkinson
7ea088e5fb Upgrade to Activemq 5.15.11
Closes gh-19231
2019-12-04 17:55:26 +00:00
Andy Wilkinson
cf80ad46e4 Upgrade to Netty Tcnative 2.0.28.Final
Closes gh-19230
2019-12-04 17:55:24 +00:00
Andy Wilkinson
a2b06bbf45 Upgrade to Micrometer 1.1.9
Closes gh-19229
2019-12-04 17:55:23 +00:00
Andy Wilkinson
677f2bc80c Upgrade to Unboundid Ldapsdk 4.0.13
Closes gh-19228
2019-12-04 17:55:22 +00:00
Andy Wilkinson
f451145d03 Upgrade to Couchbase Client 2.7.11
Closes gh-19227
2019-12-04 17:55:21 +00:00
Andy Wilkinson
278b5fcc7d Upgrade to Spring Hateoas 1.0.2.RELEASE
Closes gh-19223
2019-12-04 17:50:05 +00:00
Andy Wilkinson
e6567a2410 Upgrade to Spring Amqp 2.2.2.RELEASE
Closes gh-19222
2019-12-04 17:50:04 +00:00
Andy Wilkinson
bfb4c86801 Upgrade to Spring Data Moore-SR3
Closes gh-19069
2019-12-04 17:48:27 +00:00
Andy Wilkinson
4910ace6e5 Upgrade to Spring Kafka 2.3.4.RELEASE
Closes gh-19071
2019-12-04 17:48:24 +00:00
Madhura Bhave
d60067e81f Fix checkstyle 2019-12-03 19:36:20 -08:00
Madhura Bhave
68bc82cfc2 Ignore CannotLoadBeanClassException in config props validator
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
2019-12-03 18:21:53 -08:00
Madhura Bhave
f4db8c89d4 Use generic type when binding constructor parameters
Fixes gh-19156
2019-12-03 09:29:51 -08:00
Brian Clozel
2e763be9d1 Merge branch '2.1.x' into 2.2.x 2019-12-03 15:55:12 +01:00
Brian Clozel
116699e295 Upgrade to Spring Framework 5.1.12.RELEASE
Closes gh-19051
2019-12-03 15:53:56 +01:00
Brian Clozel
3f798db9ed Upgrade to Spring Framework 5.2.2.RELEASE
Closes gh-19053
2019-12-03 12:09:40 +01:00
Madhura Bhave
5b461843db Merge branch '2.1.x' into 2.2.x
Closes gh-19209
2019-12-02 10:36:22 -08:00
Madhura Bhave
fcc790aa15 Document how properties are applied in JPA auto-config
Closes gh-15361
2019-12-02 10:34:54 -08:00
Andy Wilkinson
189f74220c Merge branch '2.1.x' into 2.2.x
Closes gh-19190
2019-11-29 09:52:17 +00:00
Andy Wilkinson
76f3b13665 Merge pull request #19171 from polarbear567
* gh-19171:
  Polish "Fix Liquibase endpoint's output with multiple datasources"
  Fix Liquibase endpoint's output with multiple datasources

Fixes gh-19171
2019-11-29 09:51:00 +00:00
Andy Wilkinson
e8eace2d5b Polish "Fix Liquibase endpoint's output with multiple datasources"
See gh-19171
2019-11-29 09:50:48 +00:00
Leo Li
5302d91930 Fix Liquibase endpoint's output with multiple datasources
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
2019-11-29 09:50:43 +00:00
Andy Wilkinson
aad63873c1 Merge branch '2.1.x' into 2.2.x
Closes gh-19187
2019-11-29 09:12:36 +00:00
Andy Wilkinson
2be3057904 Polish test method name to reflect its expectation
Closes gh-19186
2019-11-29 09:11:44 +00:00
Stephane Nicoll
ea43165cd0 Merge pull request #19180 from dreis2211
* pr/19180:
  Fix deprecation info in CompositeHealthIndicatorConfiguration

Closes gh-19180
2019-11-28 16:51:06 +01:00
dreis2211
aea37b5d81 Fix deprecation info in CompositeHealthIndicatorConfiguration
See gh-19180
2019-11-28 16:50:46 +01:00
Stephane Nicoll
e02ccd16bb Merge branch '2.1.x' into 2.2.x
Closes gh-19177
2019-11-28 10:58:55 +01:00
Stephane Nicoll
f3be59c16a Merge pull request #19170 from izeye
* pr/19170:
  Add missing indentations for pom.xml in doc

Closes gh-19170
2019-11-28 10:58:38 +01:00
Johnny Lim
3df9fa6228 Add missing indentations for pom.xml in doc
See gh-19170
2019-11-28 10:57:20 +01:00
Stephane Nicoll
208b2d3b30 Merge branch '2.1.x' into 2.2.x
Closes gh-19175
2019-11-28 10:31:23 +01:00
Stephane Nicoll
6255c6b58e Merge pull request #19168 from dreis2211
* pr/19168:
  Use AdoptOpenJDK API V3 when detecting JDK updates

Closes gh-19168
2019-11-28 10:27:08 +01:00
dreis2211
9a59d5f9fc Use AdoptOpenJDK API V3 when detecting JDK updates
See gh-19168
2019-11-28 10:24:02 +01:00
Stephane Nicoll
d8d7129f9d Upgrade to Reactor Dysprosium-SR2
Closes gh-19077
2019-11-27 18:39:38 +01:00
Stephane Nicoll
c56d4f3793 Merge branch '2.1.x' into 2.2.x 2019-11-27 18:38:16 +01:00
Stephane Nicoll
e394772864 Upgrade to Reactor Californium-SR14
Closes gh-19052
2019-11-27 18:37:47 +01:00
Andy Wilkinson
76f03a8cad Fix reflective access to archiveBaseName property
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
2019-11-27 12:52:05 +00:00
Stephane Nicoll
a58ae98f9d Merge pull request #19159 from izeye
* pr/19159:
  Remove ConditionEvaluationReportLoggingListener usage if possible

Closes gh-19159
2019-11-27 13:50:24 +01:00
Johnny Lim
f234d9c0ec Remove ConditionEvaluationReportLoggingListener usage if possible
See gh-19159
2019-11-27 13:49:27 +01:00
Stephane Nicoll
ce16c9e945 Merge branch '2.1.x' into 2.2.x
Closes gh-19157
2019-11-27 11:47:23 +01:00
Stephane Nicoll
faf3b5cb6b Merge pull request #19101 from larsgrefer
* pr/19101:
  Polish "Remove '.' and '-' reference in the EndpointId javadoc"
  Remove '.' and '-' reference in the EndpointId javadoc

Closes gh-19101
2019-11-27 11:47:02 +01:00
Stephane Nicoll
2356462587 Polish "Remove '.' and '-' reference in the EndpointId javadoc"
See gh-19101
2019-11-27 11:45:35 +01:00
Lars Grefer
58e599b6c1 Remove '.' and '-' reference in the EndpointId javadoc
Endpoint ID's which contain '-' or '.' cause a deprecation warning.
Therefore they shouldn't be doumented as valid characters.

See gh-19101
2019-11-27 11:44:13 +01:00
Andy Wilkinson
f2bd27f4a3 Merge branch '2.1.x' into 2.2.x
See gh-19150
2019-11-27 09:56:41 +00:00
Andy Wilkinson
f117dbe8a1 Add metadata for spring.main.log-startup.info
See gh-19026
2019-11-27 09:55:06 +00:00