Andy Wilkinson
5d039810e6
Upgrade to Netty 4.1.48.Final
...
Closes gh-20782
2020-04-01 09:41:12 +01:00
Andy Wilkinson
47dbd73a74
Upgrade to Neo4j OGM 3.2.10
...
Closes gh-20781
2020-04-01 09:41:11 +01:00
Andy Wilkinson
095cbf7a41
Upgrade to MongoDB 4.0.1
...
Closes gh-20780
2020-04-01 09:41:09 +01:00
Andy Wilkinson
9ae944474d
Upgrade to Mockito 3.3.3
...
Closes gh-20779
2020-04-01 09:41:08 +01:00
Andy Wilkinson
eeb1090e21
Upgrade to MIMEPull 1.9.13
...
Closes gh-20778
2020-04-01 09:41:07 +01:00
Andy Wilkinson
4cfdcd52e8
Upgrade to Micrometer 1.3.7
...
Closes gh-20777
2020-04-01 09:41:05 +01:00
Andy Wilkinson
f88080bead
Upgrade to Maven Javadoc Plugin 3.2.0
...
Closes gh-20776
2020-04-01 09:41:04 +01:00
Andy Wilkinson
7f6cd6eef4
Upgrade to MariaDB 2.6.0
...
Closes gh-20775
2020-04-01 09:41:03 +01:00
Andy Wilkinson
b61e0c223b
Upgrade to Liquibase 3.8.8
...
Closes gh-20774
2020-04-01 09:41:02 +01:00
Andy Wilkinson
797cf62bb7
Upgrade to Kotlin Coroutines 1.3.5
...
Closes gh-20773
2020-04-01 09:41:00 +01:00
Andy Wilkinson
e384b3d00f
Upgrade to JUnit Jupiter 5.6.1
...
Closes gh-20772
2020-04-01 09:40:59 +01:00
Andy Wilkinson
07df272243
Upgrade to Johnzon 1.2.4
...
Closes gh-20771
2020-04-01 09:40:58 +01:00
Andy Wilkinson
6d7b63364b
Upgrade to Janino 3.1.2
...
Closes gh-20770
2020-04-01 09:40:56 +01:00
Andy Wilkinson
a7bb340f1c
Upgrade to Infinispan 10.1.5.Final
...
Closes gh-20769
2020-04-01 09:40:55 +01:00
Andy Wilkinson
1aa6b38306
Upgrade to Hibernate 5.4.13.Final
...
Closes gh-20768
2020-04-01 09:40:53 +01:00
Andy Wilkinson
6bb39ffdfa
Upgrade to Flyway 6.3.2
...
Closes gh-20767
2020-04-01 09:40:52 +01:00
Andy Wilkinson
2fdc9dddb5
Upgrade to Elasticsearch 7.6.2
...
Closes gh-20766
2020-04-01 09:40:51 +01:00
Andy Wilkinson
e2e5dfad49
Upgrade to Commons Lang3 3.10
...
Closes gh-20765
2020-04-01 09:40:49 +01:00
Andy Wilkinson
cc83fa3bd8
Upgrade to Cassandra Driver 4.5.1
...
Closes gh-20764
2020-04-01 09:40:48 +01:00
Andy Wilkinson
c4c7a67b63
Upgrade to Byte Buddy 1.10.9
...
Closes gh-20763
2020-04-01 09:40:47 +01:00
Andy Wilkinson
972f474fc4
Upgrade to AppEngine SDK 1.9.79
...
Closes gh-20762
2020-04-01 09:40:46 +01:00
Andy Wilkinson
e9b944804f
Upgrade to ActiveMQ 5.15.12
...
Closes gh-20761
2020-04-01 09:40:44 +01:00
Andy Wilkinson
b0837d398c
Upgrade to Spring HATEOAS 1.1.0.M3
...
Closes gh-20751
2020-03-31 16:22:31 +01:00
Andy Wilkinson
33e6ab7a68
Upgrade to Spring Session Dragonfruit-RC2
...
Closes gh-20490
2020-03-31 14:40:09 +01:00
Andy Wilkinson
b779846688
Upgrade to Spring Data Neumann-RC1
...
Closes gh-20748
2020-03-31 14:38:34 +01:00
Stephane Nicoll
a4b3d9a800
Upgrade to r2dbc Arabba-SR3
...
Closes gh-20674
2020-03-27 11:35:55 +01:00
Stephane Nicoll
5c6bc3729e
Upgrade to Spring Framework 5.2.5
...
Closes gh-20571
2020-03-24 14:29:43 +01:00
Stephane Nicoll
16d2db68f9
Add dependency management for Jakarta Xml Soap 1.4.2
...
Closes gh-20661
2020-03-24 13:09:29 +01:00
Stephane Nicoll
29c89f3c27
Upgrade to Reactor Dysprosium-SR6
...
Closes gh-20570
2020-03-23 18:41:24 +01:00
Andy Wilkinson
6b47dd06e8
Start building against Reactor Dysprosium-SR6 snapshots
...
See gh-20570
2020-03-23 10:52:30 +00:00
Stephane Nicoll
abe43b2e83
Upgrade to Couchbase SDK v3
...
This commit upgrades to the Couchbase SDK v3 which brings the following
breaking changes:
* Bootstrap hosts have been replaced by a connection string and the
authentication is now mandatory.
* A `Bucket` is no longer auto-configured. The
`spring.couchbase.bucket.*` properties have been removed
* `ClusterInfo` no longer exists and has been replaced by a dedicated
API on `Cluster`.
* `CouchbaseEnvironment` no longer exist in favour of
`ClusterEnvironment`, the customizer has been renamed accordingly.
* The bootstrap-related properties have been removed. Users requiring
custom ports should supply the seed nodes and initialize a Cluster
themselves.
* The endpoints-related configuration has been consolidated in a
single IO configuration.
The Spring Data Couchbase provides an integration with the new SDK. This
leads to the following changes:
* A convenient `CouchbaseClientFactory` is auto-configured.
* Repositories are configured against a bucket and a scope. Those can
be set via configuration in `spring.data.couchbase.*`.
* The default consistency property has been removed in favour of a more
flexible annotation on the repository query methods instead. You can now
specify different query consistency on a per method basis.
* The `CacheManager` implementation is provided, as do other stores for
consistency so a dependency on `couchbase-spring-cache` is no longer
required.
See gh-19893
Co-authored-by: Michael Nitschinger <michael@nitschinger.at>
2020-03-17 17:00:09 +01:00
Andy Wilkinson
e7ece77a7c
Upgrade to Undertow 2.0.30.Final
...
Closes gh-20514
2020-03-12 14:09:33 +00:00
Andy Wilkinson
e28697eed8
Upgrade to Sun Mail 1.6.5
...
Closes gh-20513
2020-03-12 14:09:33 +00:00
Andy Wilkinson
38763a4e48
Upgrade to Maven Dependency Plugin 3.1.2
...
Closes gh-20512
2020-03-12 14:09:32 +00:00
Andy Wilkinson
2d9bfb9bdf
Upgrade to Kafka 2.4.1
...
Closes gh-20511
2020-03-12 14:09:32 +00:00
Andy Wilkinson
6216dfbe5c
Upgrade to Jakarta Mail 1.6.5
...
Closes gh-20510
2020-03-12 14:09:32 +00:00
Andy Wilkinson
896d2c8579
Upgrade to Spring Integration 5.3.0.M3
...
Closes gh-20489
2020-03-12 09:28:48 +00:00
Andy Wilkinson
5446858535
Upgrade to Spring Kafka 2.4.4.RELEASE
...
Closes gh-20469
2020-03-11 19:08:03 +00:00
Johnny Lim
8526e66939
Polish
...
See gh-20498
2020-03-11 12:17:58 +01:00
Stephane Nicoll
9370f21221
Upgrade to Spring Data Neumann-M4
...
Closes gh-20241
2020-03-11 11:13:44 +01:00
dreis2211
589213daab
Improve unused exclusion detection and remove those that are unused
...
See gh-20472
2020-03-10 20:36:00 +00:00
Andy Wilkinson
29c6b9da5c
Upgrade to Postgresql 42.2.11
...
Closes gh-20488
2020-03-10 20:09:53 +00:00
Andy Wilkinson
c5674d80d2
Upgrade to Maven Source Plugin 3.2.1
...
Closes gh-20487
2020-03-10 20:09:52 +00:00
Andy Wilkinson
5117a6ac6f
Upgrade to Maven Shade Plugin 3.2.2
...
Closes gh-20486
2020-03-10 20:09:51 +00:00
Andy Wilkinson
d29ca237b5
Upgrade to Flatten Maven Plugin 1.2.1
...
Closes gh-20485
2020-03-10 20:09:49 +00:00
Andy Wilkinson
3fa6f04701
Upgrade to Build Helper Maven Plugin 3.1.0
...
Closes gh-20484
2020-03-10 20:09:48 +00:00
Andy Wilkinson
de59586170
Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j
...
Closes gh-20441
2020-03-10 20:07:23 +00:00
Andy Wilkinson
8282c1b897
Upgrade to Spring Security 5.3.0.RELEASE
...
Closes gh-20482
2020-03-10 20:07:23 +00:00
Andy Wilkinson
d50ac8d086
Upgrade to Reactor Bom Dysprosium-SR5
...
Closes gh-20481
2020-03-10 20:07:23 +00:00
Andy Wilkinson
156a67c640
Upgrade to Netty 4.1.47.Final
...
Closes gh-20480
2020-03-10 20:07:23 +00:00