2207 Commits

Author SHA1 Message Date
Stephane Nicoll
f5d7e77550 Polish "Use Dropwizard metrics BOM to manage dependencies"
See gh-20032
2020-02-06 16:59:34 +01:00
dreis2211
68bff6705e Use Dropwizard metrics BOM to manage dependencies
See gh-20032
2020-02-06 16:58:39 +01:00
Andy Wilkinson
7a9462bd37 Upgrade to Spring Security 5.3.0.RC1
Closes gh-20046
2020-02-05 20:54:31 +00:00
Andy Wilkinson
bc3ee5b232 Upgrade to RSocket 1.0.0-RC6
Closes gh-20048
2020-02-05 20:54:15 +00:00
Andy Wilkinson
ab512edb96 Upgrade to Spring Session Dragonfruit-M1
Closes gh-20045
2020-02-05 18:04:23 +00:00
Stephane Nicoll
c4daff7225 Polish "Upgrade to MongoDB Java Driver 4.0 beta1"
See gh-19960
2020-02-03 14:12:46 +01:00
Christoph Strobl
d2d6dbdc00 Upgrade to MongoDB Java Driver 4.0 beta1
See gh-19960
2020-02-03 10:59:30 +01:00
dreis2211
7de3712e56 Upgrade to AssertJ 3.15.0
See gh-19985
2020-01-30 08:14:47 +01:00
Kedar Joshi
0ae075efd5 Upgrade to Flyway 6.2.0
See gh-19894
2020-01-27 14:56:04 +01:00
dreis2211
d75de39456 Upgrade to JUnit Jupiter 5.6.0
See gh-19907
2020-01-26 08:39:12 +01:00
Andy Wilkinson
4130638702 Upgrade to SQLite JDBC 3.30.1
Closes gh-19925
2020-01-25 13:23:40 +00:00
Andy Wilkinson
6d9d4fc531 Upgrade to Solr 8.4.1
Closes gh-19924
2020-01-25 13:23:39 +00:00
Andy Wilkinson
f4d27f90ba Upgrade to Rabbit AMQP Client 5.8.0
Closes gh-19923
2020-01-25 13:23:37 +00:00
Andy Wilkinson
d477084a1e Upgrade to MongoDB 3.12.1
Closes gh-19922
2020-01-25 13:23:36 +00:00
Andy Wilkinson
b0831d0b54 Upgrade to Mongo Driver ReactiveStreams 1.13.0
Closes gh-19921
2020-01-25 13:23:35 +00:00
Andy Wilkinson
ccabfe7b8c Upgrade to Log4j2 2.13.0
Closes gh-19920
2020-01-25 13:23:33 +00:00
Andy Wilkinson
dcbdd0afba Upgrade to JUnit 4.13
Closes gh-19919
2020-01-25 13:23:32 +00:00
Andy Wilkinson
128127820b Upgrade to Jedis 3.2.0
Closes gh-19918
2020-01-25 13:23:30 +00:00
Andy Wilkinson
273dc93e03 Upgrade to InfluxDB Java 2.17
Closes gh-19917
2020-01-25 13:23:29 +00:00
Andy Wilkinson
c5ffb25239 Upgrade to Commons Pool2 2.8.0
Closes gh-19916
2020-01-25 13:23:27 +00:00
Andy Wilkinson
f7328825ec Upgrade to Commons Codec 1.14
Closes gh-19915
2020-01-25 13:20:18 +00:00
Andy Wilkinson
d7e18a714d Upgrade to Artemis 2.11.0
Closes gh-19914
2020-01-25 13:13:39 +00:00
dreis2211
42e34673a6 Remove obsolete files
See gh-19896
2020-01-24 14:20:21 +01:00
Scott Frederick
8f30cf916f Upgrade to Kafka 2.4.0 and Spring Kafka 2.4.1
See gh-19764
2020-01-23 10:16:36 +01:00
Stephane Nicoll
c80e9f7fc4 Upgrade to Spring Integration 5.3.0.M1
Closes gh-19650
2020-01-23 10:13:40 +01:00
Phillip Webb
71ce212f7f Rename spring-boot-layertools
Rename `spring-boot-layertools` to `spring-boot-jarmode-layertools`.

Closes gh-19853
2020-01-22 20:24:23 -08:00
Phillip Webb
0209cd3e4c Polish quote form used in Gradle scripts
Replace Gradle single quote strings with the double quote form
whenever possible. The change helps to being consistency to the
dependencies section where mostly single quotes were used, but
occasionally double quotes were required due to `${}` references.
2020-01-22 15:49:52 -08:00
Scott Frederick
ed6fbc6bec Remove Spring Cloud Connectors auto-config/starter
The Spring Cloud Connectors project has been deprecated in favor of the
Java CFEnv project. The Boot auto-configuration and starter that support
Connectors were deprecated in Boot 2.2.

This commit removes the Connectors auto-configuration, starter,
and dependency management.

Closes gh-19798
2020-01-22 17:06:32 -06:00
Phillip Webb
e28338d6cd Rename spring-boot-cloudnativebuildpack
Rename the `spring-boot-cloudnativebuildpack` module to
`spring-boot-buildpack-platform` and update the the package
name to `org.springframework.boot.buildpack.platform`.

Closes gh-19851
2020-01-22 11:01:32 -08:00
Andy Wilkinson
adc6444272 Upgrade to Micrometer 1.3.3
Closes gh-19652
2020-01-22 11:24:01 +00:00
Phillip Webb
e513fe4666 Add layertools jarmode
Add a new `spring-boot-layertools` module which provides jarmode support
for working with layers. The module works with both classic fat jars,
as well as layered jars.

Closes gh-19849
2020-01-22 01:26:55 -08:00
Phillip Webb
3af4930f75 Add cloudnativebuildpack to dependencies
Update the managed dependencies to include the recently added
`spring-boot-cloudnativebuildpack` module.

See gh-19828
2020-01-22 01:10:57 -08:00
Phillip Webb
bfd2ca7fd9 Polish Gradle expression references
Expand all expression `$` references to the full `${...}` form.
2020-01-21 18:33:33 -08:00
Stephane Nicoll
4d70f58bc8 Polish "Upgrade to Infinispan 10.1.1.Final"
See gh-19790
2020-01-21 14:53:09 +01:00
Scott Frederick
511258f486 Upgrade to Infinispan 10.1.1.Final
See gh-19790
2020-01-21 14:46:56 +01:00
Andy Wilkinson
235b74ca12 Merge branch '2.2.x'
Closes gh-19814
2020-01-20 11:33:56 +00:00
Andy Wilkinson
7693d332fa Upgrade to Dependency Management Plugin 1.0.9.RELEASE
Closes gh-19783
2020-01-20 11:32:09 +00:00
Stephane Nicoll
4ab19c3cfb Upgrade to Reactor Dysprosium-SR4
Closes gh-19809
2020-01-20 09:24:43 +01:00
Stephane Nicoll
ae561ce59b Upgrade to Reactor Dysprosium-SR4
Closes gh-19795
2020-01-20 09:22:38 +01:00
Andy Wilkinson
fabd692812 Upgrade to Spring HATEOAS 1.1.0.M1
Closes gh-19649
2020-01-17 20:27:33 +00:00
Andy Wilkinson
60fcc4bab1 Upgrade to Spring AMQP 2.2.3.RELEASE
Closes gh-19651
2020-01-17 20:13:18 +00:00
Stephane Nicoll
986bef9cba Upgrade to Spring Data Neumann-M2
Closes gh-19588
2020-01-17 09:49:17 +01:00
Phillip Webb
abad00754b Revert "Upgrade to Spring Data Neumann-M1"
This reverts commit e44206e88eb9e82bfe4bdde5ab4dbc0bc154587b.
2020-01-16 16:54:43 -08:00
Stephane Nicoll
e44206e88e Upgrade to Spring Data Neumann-M1
Closes gh-19588
2020-01-16 16:28:12 +01:00
Stephane Nicoll
7270ca5cf4 Polish "Remove deprecated Joda-Time support"
See gh-19699
2020-01-16 15:15:21 +01:00
Andy Wilkinson
d6631a578b Upgrade to Micrometer 1.3.2
Closes gh-19778
2020-01-16 12:52:52 +00:00
Andy Wilkinson
a162c8ac0b Revert "Build against Micrometer 1.3.3 snapshots"
The release didn't happen in time for 2.2.3.

See gh-19645
2020-01-16 09:16:58 +00:00
Andy Wilkinson
18462796bf Upgrade to Spring Kafka 2.3.5
Closes gh-19613
2020-01-15 20:36:13 +00:00
Andy Wilkinson
072b253b14 Upgrade to Spring Integration 5.2.3
Closes gh-19647
2020-01-15 20:35:31 +00:00
Andy Wilkinson
cef9f0f3f5 Upgrade to Spring AMQP 2.2.3
Closes gh-19646
2020-01-15 20:34:06 +00:00