Commit Graph

24086 Commits

Author SHA1 Message Date
Phillip Webb
3d6307ffd2 Merge branch '2.1.x' into 2.2.x 2019-12-04 20:26:52 -08:00
Phillip Webb
5ffe8404c1 Fix checkstyle http:// error 2019-12-04 20:26:33 -08:00
Phillip Webb
d3c5527f6a Merge branch '2.1.x' into 2.2.x
Closes gh-19283
2019-12-04 20:10:27 -08:00
Phillip Webb
0b5ce952ba Use Eclipse m2e 1.14.0
Update our Oomph setup to use m2e 1.14.0 from their milestone
update site. Unfortunately we need to use the milestone since
the fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=548652
has not yet made it into a stable m2e release.

Closes gh-19280
2019-12-04 18:18:44 -08:00
Phillip Webb
d29444baf1 No longer hide nested projects
Change the Oomph setup to no longer hide nested Maven projects
so that https://bugs.eclipse.org/bugs/show_bug.cgi?id=553789
doesn't get triggered.

See gh-19280
2019-12-04 18:13:15 -08:00
Phillip Webb
818d55365b Upgrade to Eclipse 2019.9
Upgrade our Oomph setup to use Eclipse 2019.9

See gh-19280
2019-12-04 18:13:11 -08:00
Madhura Bhave
2c4a1f1c15 Display @Validated constructor bound properties in configprops endpoint
Fixes gh-19219
2019-12-04 14:41:34 -08:00
Andy Wilkinson
05d460a974 Upgrade to Spring Integration 5.2.2.RELEASE
Closes gh-19070
2019-12-04 19:55:33 +00:00
Andy Wilkinson
2ab5089338 Upgrade to Spring Cloud Connectors 2.0.7.RELEASE
Closes gh-19247
2019-12-04 19:48:38 +00:00
Andy Wilkinson
89fbdb9fc0 Upgrade to Neo4j Ogm 3.2.3
Closes gh-19246
2019-12-04 19:48:36 +00:00
Andy Wilkinson
fc2bb1d3ef Upgrade to Jetty El 8.5.49
Closes gh-19245
2019-12-04 19:48:35 +00:00
Andy Wilkinson
4cc1c6eb19 Upgrade to Liquibase 3.8.2
Closes gh-19244
2019-12-04 19:48:33 +00:00
Andy Wilkinson
197350c21e Upgrade to Kotlin 1.3.61
Closes gh-19243
2019-12-04 19:48:31 +00:00
Andy Wilkinson
d3b3ee6a6a Upgrade to Aspectj 1.9.5
Closes gh-19242
2019-12-04 19:48:30 +00:00
Andy Wilkinson
a8463ff538 Upgrade to Activemq 5.15.11
Closes gh-19241
2019-12-04 19:48:28 +00:00
Andy Wilkinson
0071e2be3f Upgrade to Byte Buddy 1.10.4
Closes gh-19240
2019-12-04 19:48:27 +00:00
Andy Wilkinson
255eb498c4 Upgrade to Netty Tcnative 2.0.28.Final
Closes gh-19239
2019-12-04 19:48:25 +00:00
Andy Wilkinson
d2c5d971f2 Upgrade to Unboundid Ldapsdk 4.0.13
Closes gh-19238
2019-12-04 19:48:24 +00:00
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