Andy Wilkinson
c668798923
Pin SD Couchbase to 4.0.0.M3 to avoid latest breaking changes
2020-03-05 17:19:15 +00:00
Stephane Nicoll
7d7b1e13a2
Upgrade to Spring Framework 5.2.4.RELEASE
...
Closes gh-20240
2020-02-25 13:52:56 -05:00
Stephane Nicoll
19fbac7d59
Add auto-configuration for Spring Data R2DBC
...
This commit adds auto-configuration support for Spring Data R2DBC. If a
`ConnectionFactory` and Spring Data are available, scanning of reactive
repositories is enabled.
This commit also adds a starter to bring R2DBC and the necessary Spring
Data libraries.
See gh-19988
Co-authored-by: Mark Paluch <mpaluch@pivotal.io>
Co-authored-by: Oliver Drotbohm <odrotbohm@pivotal.io>
2020-02-25 09:14:08 -05:00
Stephane Nicoll
5c174feb65
Add auto-configuration for R2DBC's ConnectionFactory
...
This commit adds auto-configuration for R2DBC. If R2DBC is on the
classpath, a `ConnectionFactory` is created similarly to the algorithm
used to create a `DataSource`.
If an url is specified, it is used to determine the R2DBC driver and
database location. If not, an embedded database is started (with only
support of H2 via r2dbc-h2). If none of those succeed, an exception is
thrown that is handled by a dedicated FailureAnalyzer.
To clearly separate reactive from imperative access, a `DataSource` is
not auto-configured if a `ConnectionFactory` is present. This makes sure
that any auto-configuration that relies on the presence of a
`DataSource` backs off.
There is no dedicated database initialization at the moment but it is
possible to configure flyway or liquibase to create a local `DataSource`
for the duration of the migration. Alternatively, if Spring Data R2DBC
is on the classpath, a `ResourceDatabasePopulator` bean can be defined
with the scripts to execute on startup.
See gh-19988
Co-authored-by: Mark Paluch <mpaluch@pivotal.io>
2020-02-25 09:12:28 -05:00
Stephane Nicoll
e7c265bc3d
Start building against Spring Data Neumann M4 snapshots
...
See gh-20241
2020-02-20 14:57:00 +01:00
Stephane Nicoll
a039f6328d
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20240
2020-02-20 14:29:15 +01:00
Andy Wilkinson
18576373d0
Upgrade to Spring Session Dragonfruit-M2
...
Closes gh-20045
2020-02-13 20:18:04 +00:00
Andy Wilkinson
09fa8255cd
Upgrade to Tomcat 9.0.31
...
Closes gh-20167
2020-02-13 20:17:18 +00:00
Stephane Nicoll
db9f2734fe
Upgrade to Micrometer 1.3.5
...
Closes gh-20166
2020-02-13 14:02:33 +01:00
Stephane Nicoll
4d51a16b11
Upgrade to Liquibase 3.8.6
...
Closes gh-20165
2020-02-13 14:02:32 +01:00
Stephane Nicoll
8212ee49b3
Upgrade to Lettuce 5.2.2.RELEASE
...
Closes gh-20164
2020-02-13 14:02:30 +01:00
Stephane Nicoll
be58d1a310
Upgrade to Infinispan 10.1.2.Final
...
Closes gh-20163
2020-02-13 14:02:28 +01:00
Stephane Nicoll
5f826cdbd2
Upgrade to Hibernate 5.4.11.Final
...
Closes gh-20162
2020-02-13 14:02:26 +01:00
Stephane Nicoll
ca4d5b1333
Upgrade to Flyway 6.2.3
...
Closes gh-20161
2020-02-13 14:02:24 +01:00
Stephane Nicoll
faaf9a7e0c
Upgrade to SendGrid 4.4.4
...
Closes gh-20092
2020-02-13 13:49:56 +01:00
Andy Wilkinson
68f59a0d40
Move dependency management for JNA into spring-boot-parent
...
Previously, dependency management for JNA was provided by
spring-boot-dependencies so it affected users' applications. It was
original added for Elasticsearch but is no longer needed for that
purpose. We use JNA in spring-boot-buildpack-platform which is used
by our Gradle and Maven plugins and should not affect an application's
use of JNA.
This commit moves management of JNA from spring-boot-dependencies into
spring-boot-parent. This means that users' applications will now be
free to use whatever version of JNA meets their needs while still
controlling the version used for image building via Gradle or Maven.
Closes gh-20156
2020-02-13 12:26:40 +00:00
Stephane Nicoll
db1c9f4058
Remove plugin management for infinispan-protocol-parser-generator
...
Closes gh-20155
2020-02-13 09:59:23 +01:00
Stephane Nicoll
cd11b74db7
Remove usage of Infinispan BOM
...
Closes gh-20154
2020-02-13 09:58:36 +01:00
Andy Wilkinson
7970bf2437
Upgrade to Spring Integration 5.3.0.M2
...
Closes gh-20104
2020-02-12 20:04:05 +00:00
Andy Wilkinson
9860f9705c
Upgrade to Spring AMQP 2.2.4.RELEASE
...
Closes gh-20105
2020-02-12 20:03:16 +00:00
Andy Wilkinson
f22aeda0ce
Upgrade to Spring Kafka 2.4.2.RELEASE
...
Closes gh-20107
2020-02-12 20:02:33 +00:00
Andy Wilkinson
2f16898c5f
Upgrade to Spring Data Neumann-M3
...
Closes gh-20103
2020-02-12 14:26:41 +00:00
Andy Wilkinson
5fed25bb43
Upgrade to Spring HATEOAS 1.1.0.M2
...
Closes gh-20142
2020-02-12 14:09:07 +00:00
Stephane Nicoll
d19920ae39
Upgrade to Cassandra Driver 4.4.0
...
Closes gh-20064
2020-02-12 12:54:02 +01:00
Stephane Nicoll
e8b97dbc75
Start building against Spring Kafka 2.4.2 snapshots
...
See gh-20107
2020-02-09 08:58:00 +01:00
Stephane Nicoll
cf06eec174
Start building against Spring AMQP 2.2.4 snapshots
...
See gh-20105
2020-02-09 08:57:25 +01:00
Stephane Nicoll
a053d207d6
Start building against Spring Integration 5.3 M2 snapshots
...
See gh-20104
2020-02-09 08:56:44 +01:00
Stephane Nicoll
2af93b5297
Upgrade to Undertow 2.0.29.Final
...
Closes gh-20096
2020-02-08 08:04:08 +01:00
Stephane Nicoll
5e02227b02
Upgrade to UnboundID LDAPSDK 4.0.14
...
Closes gh-20095
2020-02-08 08:04:08 +01:00
Stephane Nicoll
577c8812c5
Upgrade to Spring Retry 1.2.5.RELEASE
...
Closes gh-20094
2020-02-08 08:04:08 +01:00
Stephane Nicoll
cba97d5f3a
Upgrade to SLF4J 1.7.30
...
Closes gh-20093
2020-02-08 08:04:08 +01:00
Stephane Nicoll
9cf448b754
Upgrade to Selenium HtmlUnit 2.37.0
...
Closes gh-20091
2020-02-08 07:44:15 +01:00
Stephane Nicoll
4c1a1b0e0c
Upgrade to RxJava2 2.2.17
...
Closes gh-20090
2020-02-08 07:44:15 +01:00
Stephane Nicoll
4296dbb792
Upgrade to Prometheus PushGateway 0.8.1
...
Closes gh-20089
2020-02-08 07:44:15 +01:00
Stephane Nicoll
31973ce43d
Upgrade to Postgresql 42.2.10
...
Closes gh-20088
2020-02-08 07:44:15 +01:00
Stephane Nicoll
e63d90b791
Upgrade to Pooled JMS 1.1.1
...
Closes gh-20087
2020-02-08 07:44:15 +01:00
Stephane Nicoll
e3f18a09e4
Upgrade to OkHttp3 3.14.6
...
Closes gh-20086
2020-02-08 07:44:15 +01:00
Stephane Nicoll
42e082c2e2
Upgrade to Neo4j OGM 3.2.8
...
Closes gh-20085
2020-02-08 07:44:15 +01:00
Stephane Nicoll
475cbf39e4
Upgrade to MySQL 8.0.19
...
Closes gh-20084
2020-02-08 07:44:15 +01:00
Stephane Nicoll
d32b9afdd9
Upgrade to Mockito 3.2.4
...
Closes gh-20083
2020-02-08 07:44:15 +01:00
Stephane Nicoll
c50d600bd8
Upgrade to MariaDB 2.5.4
...
Closes gh-20082
2020-02-08 07:44:15 +01:00
Stephane Nicoll
4efdea5fb8
Upgrade to Lombok 1.18.12
...
Closes gh-20081
2020-02-08 07:44:15 +01:00
Stephane Nicoll
7c46b3dd52
Upgrade to Liquibase 3.8.5
...
Closes gh-20080
2020-02-08 07:44:15 +01:00
Stephane Nicoll
7dccc10803
Upgrade to jOOQ 3.12.4
...
Closes gh-20079
2020-02-08 07:44:14 +01:00
Stephane Nicoll
2b99345733
Upgrade to Johnzon 1.2.3
...
Closes gh-20078
2020-02-08 07:44:14 +01:00
Stephane Nicoll
3e0515da2f
Upgrade to Jetty Reactive HTTPClient 1.1.1
...
Closes gh-20077
2020-02-08 07:44:14 +01:00
Stephane Nicoll
acbdf0cd2f
Upgrade to Jetty EL 8.5.49
...
Closes gh-20076
2020-02-08 07:44:14 +01:00
Stephane Nicoll
e0cd00e0d3
Upgrade to HttpCore 4.4.13
...
Closes gh-20075
2020-02-08 07:44:14 +01:00
Stephane Nicoll
7996a32129
Upgrade to HttpClient 4.5.11
...
Closes gh-20074
2020-02-08 07:44:14 +01:00
Stephane Nicoll
616a33367f
Upgrade to HtmlUnit 2.37.0
...
Closes gh-20073
2020-02-08 07:44:14 +01:00
Stephane Nicoll
95c4f1b0c0
Upgrade to HikariCP 3.4.2
...
Closes gh-20072
2020-02-08 07:44:14 +01:00
Stephane Nicoll
f0d2d320c2
Upgrade to Hibernate Validator 6.1.2.Final
...
Closes gh-20071
2020-02-08 07:44:14 +01:00
Stephane Nicoll
da7dbf085e
Upgrade to Hibernate 5.4.10.Final
...
Closes gh-20070
2020-02-08 07:44:14 +01:00
Stephane Nicoll
466dd66c8f
Upgrade to Hazelcast 3.12.6
...
Closes gh-20069
2020-02-08 07:44:14 +01:00
Stephane Nicoll
93d34781fc
Upgrade to Groovy 2.5.9
...
Closes gh-20068
2020-02-08 07:44:14 +01:00
Stephane Nicoll
a7249d20d2
Upgrade to Flyway 6.2.2
...
Closes gh-20067
2020-02-08 07:44:14 +01:00
Stephane Nicoll
ad8fa8f6a0
Upgrade to Elasticsearch 7.5.2
...
Closes gh-20066
2020-02-08 07:44:14 +01:00
Stephane Nicoll
f8087a6f29
Upgrade to Couchbase Client 2.7.12
...
Closes gh-20065
2020-02-08 07:44:14 +01:00
Stephane Nicoll
f0ac9e1389
Upgrade to Caffeine 2.8.1
...
Closes gh-20063
2020-02-07 16:49:24 +01:00
Stephane Nicoll
f883a6cf26
Upgrade to Byte Buddy 1.10.7
...
Closes gh-20062
2020-02-07 16:49:24 +01:00
Stephane Nicoll
730683ce26
Upgrade to Awaitility 4.0.2
...
Closes gh-20061
2020-02-07 16:49:24 +01:00
Stephane Nicoll
c5d38e0b5f
Upgrade to AppEngine SDK 1.9.78
...
Closes gh-20060
2020-02-07 16:49:24 +01:00
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 e44206e88e
.
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
Andy Wilkinson
2e8dc83a80
Upgrade to Spring Data Moore-SR4
...
Closes gh-19648
2020-01-15 15:09:58 +00:00
Andy Wilkinson
e6fa8530d7
Upgrade to Spring HATEOAS 1.0.3.RELEASE
...
Closes gh-19644
2020-01-15 15:09:58 +00:00
Andy Wilkinson
6e93ea3631
Upgrade to Spring Retry 1.2.5.RELEASE
...
Closes gh-19758
2020-01-15 15:09:58 +00:00
Andy Wilkinson
8d4711617f
Upgrade to Slf4j 1.7.30
...
Closes gh-19757
2020-01-15 15:09:58 +00:00
Andy Wilkinson
5083209447
Upgrade to Postgresql 42.2.9
...
Closes gh-19756
2020-01-15 15:09:58 +00:00
Andy Wilkinson
89c20a3ada
Upgrade to Neo4j Ogm 3.2.6
...
Closes gh-19755
2020-01-15 15:09:58 +00:00
Andy Wilkinson
443d1a6a21
Upgrade to Liquibase 3.8.5
...
Closes gh-19754
2020-01-15 15:09:58 +00:00
Andy Wilkinson
17d584fd1d
Upgrade to Kotlin Coroutines 1.3.3
...
Closes gh-19753
2020-01-15 14:53:04 +00:00
Andy Wilkinson
57414039e6
Upgrade to Infinispan 9.4.17.Final
...
Closes gh-19752
2020-01-15 14:53:04 +00:00
Andy Wilkinson
2989af4cee
Upgrade to Hibernate 5.4.10.Final
...
Closes gh-19751
2020-01-15 14:53:04 +00:00
Andy Wilkinson
911d86d232
Upgrade to Elasticsearch 6.8.6
...
Closes gh-19750
2020-01-15 14:53:04 +00:00
Andy Wilkinson
7ba8eed286
Upgrade to Jetty 9.4.25.v20191220
...
Closes gh-19749
2020-01-15 14:53:04 +00:00
Andy Wilkinson
570b1ba630
Upgrade to Groovy 2.5.9
...
Closes gh-19748
2020-01-15 14:53:04 +00:00
Andy Wilkinson
2d461fef37
Upgrade to Awaitility 4.0.2
...
Closes gh-19747
2020-01-15 14:53:03 +00:00
Andy Wilkinson
3de1abfacf
Upgrade to Httpcore 4.4.13
...
Closes gh-19746
2020-01-15 14:53:03 +00:00
Andy Wilkinson
a77ccf7763
Upgrade to Byte Buddy 1.10.6
...
Closes gh-19745
2020-01-15 14:53:03 +00:00
Andy Wilkinson
d8645bafcd
Upgrade to Mysql 8.0.19
...
Closes gh-19744
2020-01-15 14:53:03 +00:00
Andy Wilkinson
4df55a64ab
Upgrade to Undertow 2.0.29.Final
...
Closes gh-19743
2020-01-15 14:53:03 +00:00
Andy Wilkinson
073d362078
Upgrade to Rxjava2 2.2.17
...
Closes gh-19742
2020-01-15 14:53:03 +00:00
Andy Wilkinson
285ae01691
Upgrade to Netty 4.1.45.Final
...
Closes gh-19741
2020-01-15 14:53:03 +00:00
Andy Wilkinson
d6f93704e9
Upgrade to Dropwizard Metrics 4.1.2
...
Closes gh-19740
2020-01-15 14:48:21 +00:00
Andy Wilkinson
cb951d1103
Upgrade to Hikaricp 3.4.2
...
Closes gh-19739
2020-01-15 14:48:19 +00:00
Andy Wilkinson
37e699b391
Upgrade to Unboundid Ldapsdk 4.0.14
...
Closes gh-19738
2020-01-15 14:48:18 +00:00
Andy Wilkinson
bbcf9e2d9f
Upgrade to Okhttp3 3.14.6
...
Closes gh-19737
2020-01-15 14:48:13 +00:00
Andy Wilkinson
f47a75a9f9
Upgrade to Hazelcast 3.12.5
...
Closes gh-19736
2020-01-15 14:48:11 +00:00
Andy Wilkinson
1e9afc6482
Upgrade to Jackson 2.10.2
...
Closes gh-19735
2020-01-15 14:48:10 +00:00
Stephane Nicoll
e5499ca17a
Upgrade to Spring Framework 5.2.3
...
Closes gh-19534
2020-01-14 11:34:54 +01:00
Stephane Nicoll
29163041ae
Upgrade to Spring Framework 5.2.3
...
Closes gh-19531
2020-01-14 11:32:32 +01:00
Scott Frederick
c789592e26
Remove support for deprecated Elasticsearch Jest client
...
Closes #19676
2020-01-13 21:03:12 +01:00
Stephane Nicoll
be79252fbd
Upgrade to Reactor Dysprosium-SR3
...
Closes gh-19653
2020-01-13 20:27:57 +01:00
Stephane Nicoll
b3d32c7214
Upgrade to Reactor Dysprosium-SR3
...
Closes gh-19643
2020-01-13 20:25:59 +01:00
Andy Wilkinson
550e042ff0
Merge branch '2.2.x'
...
Closes gh-19691
2020-01-13 17:13:58 +00:00
Andy Wilkinson
30e9ba4659
Upgrade to Jakarta Validation 2.0.2
...
Closes gh-19687
2020-01-13 17:11:48 +00:00
Andy Wilkinson
648e468c86
Build against Spring HATEOAS 1.1.0.M1 snapshots
...
See gh-19649
2020-01-13 14:56:10 +00:00
Stephane Nicoll
ca1710ee56
Upgrade to Apache Cassandra 4.3.1
...
See gh-19588
2020-01-13 15:12:41 +01:00
Stephane Nicoll
d282eb619f
Upgrade to Elasticsearch 7.5.1
...
See gh-19588
2020-01-13 15:12:41 +01:00
Scott Frederick
f268ede3c0
Start building against Spring Data Neumann-M1 snapshots
...
See gh-19588
2020-01-13 15:12:41 +01:00
Andy Wilkinson
c8236a74d8
Upgrade to Spring Security 5.3.0.M1
...
Closes gh-19654
2020-01-13 11:00:49 +00:00