Andy Wilkinson
ee3ff3e094
Upgrade to HtmlUnit 2.38.0
...
Closes gh-20448
2020-03-10 15:38:45 +00:00
Andy Wilkinson
3251c9d2b0
Upgrade to Hibernate 5.4.12.Final
...
Closes gh-20447
2020-03-10 15:38:45 +00:00
Andy Wilkinson
2a8136b56f
Upgrade to FreeMarker 2.3.30
...
Closes gh-20446
2020-03-10 15:38:45 +00:00
Andy Wilkinson
d2ebd77861
Upgrade to Flyway 6.3.0
...
Closes gh-20445
2020-03-10 15:38:45 +00:00
Andy Wilkinson
0cd8197ebf
Upgrade to Couchbase Client 2.7.13
...
Closes gh-20444
2020-03-10 14:23:46 +00:00
Andy Wilkinson
7971bd50ba
Upgrade to Cassandra Driver 4.5.0
...
Closes gh-20443
2020-03-10 14:23:44 +00:00
Andy Wilkinson
707fb929a2
Upgrade to Byte Buddy 1.10.8
...
Closes gh-20442
2020-03-10 14:23:42 +00:00
Stephane Nicoll
f1f662e745
Revert Spring Data Couchbase version override
2020-03-09 18:32:09 +01:00
dreis2211
6036df5f33
Upgrade to Elasticsearch 7.6.1
...
See gh-20423
2020-03-08 13:30:06 +01:00
dreis2211
74ed37efbf
Upgrade to Groovy 2.5.10
...
See gh-20411
2020-03-07 09:33:30 +01:00
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
421fe77b04
Upgrade to Neo4j Ogm 3.2.9
...
Closes gh-20330
2020-02-26 17:06:54 -05:00
Stephane Nicoll
ef67ad7a35
Upgrade to Liquibase 3.8.7
...
Closes gh-20328
2020-02-26 15:52:07 -05:00
Stephane Nicoll
fa6f8f80b5
Upgrade to Rxjava2 2.2.18
...
Closes gh-20327
2020-02-26 15:52:06 -05:00
Stephane Nicoll
a838537487
Upgrade to Dropwizard Metrics 4.1.3
...
Closes gh-20326
2020-02-26 15:52:05 -05:00
Stephane Nicoll
398e68393e
Upgrade to Okhttp3 3.14.7
...
Closes gh-20325
2020-02-26 15:52:03 -05:00
Stephane Nicoll
560bf28e85
Upgrade to Spring Kafka 2.3.6.RELEASE
...
Closes gh-20203
2020-02-26 15:38:47 -05:00
Stephane Nicoll
080d549cb2
Upgrade to Spring Integration 5.2.4.RELEASE
...
Closes gh-20202
2020-02-26 15:38:12 -05:00
Stephane Nicoll
3c7ed819fa
Upgrade to Spring AMQP 2.2.5.RELEASE
...
Closes gh-20106
2020-02-26 15:37:31 -05:00
Stephane Nicoll
c0bac905e1
Revert "Start building against Spring HATEOAS 1.0.4 snapshots"
...
This reverts commit 34f33e8b0d
.
See gh-20232
2020-02-26 11:33:12 -05:00
Stephane Nicoll
0c5973f688
Upgrade to Neo4j Ogm 3.1.17
...
Closes gh-20322
2020-02-26 08:52:42 -05:00
Stephane Nicoll
eb33be8849
Upgrade to Rxjava2 2.2.18
...
Closes gh-20321
2020-02-26 08:52:40 -05:00
Stephane Nicoll
5db92e3d30
Upgrade to Jackson 2.9.10.20200223
...
Closes gh-20320
2020-02-26 08:52:39 -05:00
Stephane Nicoll
cd456c2e41
Upgrade to Spring Data Moore-SR5
...
Closes gh-20201
2020-02-26 08:48:42 -05:00
Stephane Nicoll
de3f72f25b
Upgrade to Spring Data Lovelace-SR16
...
Closes gh-20198
2020-02-26 08:47:01 -05: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
4cd4e510e1
Upgrade to Spring Framework 5.2.4.RELEASE
...
Cloes gh-20199
2020-02-25 13:51:58 -05:00
Stephane Nicoll
eaafe50880
Upgrade to Spring Framework 5.1.14
...
Closes gh-20197
2020-02-25 13:50:25 -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
Andy Wilkinson
2059ff6c39
Upgrade to Reactor Dysprosium-SR5
...
Closes gh-20200
2020-02-25 09:23:13 +00:00
Andy Wilkinson
cb2e3bd076
Upgrade to Reactor Californium-SR16
...
Closes gh-20196
2020-02-25 09:15:02 +00:00
Stephane Nicoll
3f0a5a5482
Upgrade to Maven Shade Plugin 3.2.2
...
Closes gh-20288
2020-02-21 14:33:29 +01:00
Stephane Nicoll
4a64426218
Upgrade to Spring Session Bom Corn-SR1
...
Closes gh-20287
2020-02-21 14:33:29 +01:00
Stephane Nicoll
a3d4367ccc
Upgrade to Spring Security 5.2.2.RELEASE
...
Closes gh-20286
2020-02-21 14:33:29 +01:00
Stephane Nicoll
412aee65ea
Upgrade to Lombok 1.18.12
...
Closes gh-20285
2020-02-21 14:33:29 +01:00
Stephane Nicoll
fb0d14baa8
Upgrade to Postgresql 42.2.10
...
Closes gh-20284
2020-02-21 14:33:29 +01:00
Stephane Nicoll
6a3a32460f
Upgrade to Neo4j Ogm 3.2.8
...
Closes gh-20283
2020-02-21 14:33:29 +01:00
Stephane Nicoll
85139c0321
Upgrade to Liquibase 3.8.6
...
Closes gh-20282
2020-02-21 14:33:29 +01:00
Stephane Nicoll
4b3273440f
Upgrade to Jooq 3.12.4
...
Closes gh-20281
2020-02-21 14:33:29 +01:00
Stephane Nicoll
e56a4dfc87
Upgrade to Infinispan 9.4.18.Final
...
Closes gh-20280
2020-02-21 14:33:29 +01:00
Stephane Nicoll
7b389f04ad
Upgrade to Hibernate 5.4.12.Final
...
Closes gh-20279
2020-02-21 14:33:29 +01:00
Stephane Nicoll
a99f7910bc
Upgrade to Jetty 9.4.26.v20200117
...
Closes gh-20278
2020-02-21 14:33:29 +01:00
Stephane Nicoll
402eb87847
Upgrade to Tomcat 9.0.31
...
Closes gh-20277
2020-02-21 14:33:22 +01:00
Stephane Nicoll
1909bac5c8
Upgrade to Johnzon Jsonb 1.2.3
...
Closes gh-20276
2020-02-21 14:33:21 +01:00
Stephane Nicoll
3447936823
Upgrade to Httpclient 4.5.11
...
Closes gh-20275
2020-02-21 14:33:21 +01:00
Stephane Nicoll
15134d92f5
Upgrade to Byte Buddy 1.10.8
...
Closes gh-20274
2020-02-21 14:33:21 +01:00
Stephane Nicoll
53389ec61b
Upgrade to Rsocket 1.0.0-RC6
...
Closes gh-20273
2020-02-21 14:33:21 +01:00
Stephane Nicoll
bcd0a7bbb3
Upgrade to Netty Tcnative 2.0.29.Final
...
Closes gh-20272
2020-02-21 14:33:21 +01:00
Stephane Nicoll
3c59f08796
Upgrade to Micrometer 1.3.5
...
Closes gh-20271
2020-02-21 14:33:21 +01:00
Stephane Nicoll
62287739e7
Upgrade to Lettuce 5.2.2.RELEASE
...
Closes gh-20270
2020-02-21 14:33:21 +01:00
Stephane Nicoll
1858219d1d
Upgrade to Jakarta Activation 1.2.2
...
Closes gh-20269
2020-02-21 14:33:21 +01:00
Stephane Nicoll
a7f3b801ae
Upgrade to Sendgrid 4.4.5
...
Closes gh-20268
2020-02-21 14:33:15 +01:00
Stephane Nicoll
d684277f29
Upgrade to Hazelcast 3.12.6
...
Closes gh-20267
2020-02-21 14:25:03 +01:00
Stephane Nicoll
e5baa1c55a
Upgrade to Appengine Sdk 1.9.78
...
Closes gh-20266
2020-02-21 14:25:01 +01:00
Stephane Nicoll
26d30f5019
Upgrade to Caffeine 2.8.1
...
Closes gh-20265
2020-02-21 14:25:00 +01:00
Stephane Nicoll
0b1b05f129
Upgrade to Jackson 2.10.2.20200130
...
Closes gh-20264
2020-02-21 14:24:58 +01:00
Stephane Nicoll
021575a335
Upgrade to Couchbase Client 2.7.12
...
Closes gh-20263
2020-02-21 14:24:57 +01:00
Stephane Nicoll
fb97f075b9
Upgrade to Maven Shade Plugin 3.2.2
...
Closes gh-20260
2020-02-21 14:17:36 +01:00
Stephane Nicoll
29d7714a2b
Upgrade to Spring Session Bom Bean-SR9
...
Closes gh-20259
2020-02-21 14:17:36 +01:00
Stephane Nicoll
eecd8e1669
Upgrade to Spring Security 5.1.8.RELEASE
...
Closes gh-20258
2020-02-21 14:17:36 +01:00
Stephane Nicoll
3f538c2b4a
Upgrade to Lombok 1.18.12
...
Closes gh-20257
2020-02-21 14:17:36 +01:00
Stephane Nicoll
32fdc42ce1
Upgrade to Postgresql 42.2.10
...
Closes gh-20256
2020-02-21 14:17:36 +01:00
Stephane Nicoll
1e5b548501
Upgrade to Infinispan 9.4.18.Final
...
Closes gh-20255
2020-02-21 14:17:36 +01:00
Stephane Nicoll
7b8d3c284d
Upgrade to Jetty 9.4.26.v20200117
...
Closes gh-20254
2020-02-21 14:17:36 +01:00
Stephane Nicoll
ac41bcbb66
Upgrade to Tomcat 9.0.31
...
Closes gh-20253
2020-02-21 14:17:30 +01:00
Stephane Nicoll
2b033c532b
Upgrade to Httpclient 4.5.11
...
Closes gh-20252
2020-02-21 13:32:59 +01:00
Stephane Nicoll
b3b7d80374
Upgrade to Dependency Management Plugin 1.0.9.RELEASE
...
Closes gh-20251
2020-02-21 13:32:58 +01:00
Stephane Nicoll
b5a20492bd
Upgrade to Netty Tcnative 2.0.29.Final
...
Closes gh-20250
2020-02-21 13:32:56 +01:00
Stephane Nicoll
cd99b838f7
Upgrade to Hazelcast 3.11.7
...
Closes gh-20249
2020-02-21 13:32:55 +01:00
Stephane Nicoll
4b9070d9b5
Upgrade to Appengine Sdk 1.9.78
...
Closes gh-20248
2020-02-21 13:32:54 +01:00
Stephane Nicoll
f4a3d7ff3a
Upgrade to Couchbase Client 2.7.12
...
Closes gh-20247
2020-02-21 13:32:52 +01: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
Stephane Nicoll
cc3eac898a
Start building against Spring Kafka 2.3.6 snapshots
...
See gh-20203
2020-02-20 14:24:55 +01:00
Stephane Nicoll
effa2a29f2
Start building against Spring AMQP 2.2.5 snapshots
...
See gh-20106
2020-02-20 14:24:55 +01:00
Stephane Nicoll
942cd85d76
Start building against Spring Integration 5.2.4 snapshots
...
See gh-20202
2020-02-20 14:24:55 +01:00
Stephane Nicoll
2095295c4c
Start building against Spring Data Moore SR5 snapshots
...
See gh-20201
2020-02-20 14:24:55 +01:00
Stephane Nicoll
34f33e8b0d
Start building against Spring HATEOAS 1.0.4 snapshots
...
See gh-20232
2020-02-20 14:24:55 +01:00
Stephane Nicoll
67d2258e76
Start building against Spring Framework 5.2.4 snapshots
...
See gh-20199
2020-02-20 14:24:55 +01:00
Stephane Nicoll
ef0d881846
Start building against Reactor Dysprosium-SR5 snapshots
...
See gh-20200
2020-02-20 11:12:01 +01:00
Stephane Nicoll
5750b8d826
Start building against Reactor Californium-SR16 snapshots
...
See gh-20196
2020-02-20 11:10:11 +01:00
Andy Wilkinson
29bc5d848e
Start building against Spring Data Lovelace-SR16 snapshots
...
See gh-20198
2020-02-19 18:51:24 +00:00
Andy Wilkinson
5ae66d4c08
Start building against Spring Framework 5.1.14 snapshots
...
See gh-20197
2020-02-19 18:51:24 +00:00
Andy Wilkinson
bf8ed44453
Upgrade to Spring AMQP 2.2.4.RELEASE
...
Closes gh-20106
2020-02-15 13:14:04 +00: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
Stephane Nicoll
ddcc52a085
Upgrade to Micrometer 1.3.3
...
Closes gh-19645
2020-01-24 14:11:14 +01:00
Stephane Nicoll
c3d0b9c43a
Upgrade to Micrometer 1.1.10
...
Closes gh-19639
2020-01-24 13:58:33 +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
8f209ced6d
Revert "Start building against Micrometer 1.1.10 snapshots"
...
The release did not happen in time for 2.1.12.
See gh-19649.
2020-01-16 09:13:09 +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
b982bbec37
Upgrade to Spring Kafka 2.2.12.RELEASE
...
Closes gh-19761
2020-01-15 19:40:29 +00:00
Andy Wilkinson
5c7bd33fed
Upgrade to Spring AMQP 2.1.13
...
Closes gh-19641
2020-01-15 19:38:48 +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
Andy Wilkinson
589c58a21e
Upgrade to Spring Retry 1.2.5.RELEASE
...
Closes gh-19734
2020-01-15 13:12:31 +00:00
Andy Wilkinson
be11ddd4f9
Upgrade to Slf4j 1.7.30
...
Closes gh-19733
2020-01-15 13:12:31 +00:00
Andy Wilkinson
9989e14b0d
Upgrade to Postgresql 42.2.9
...
Closes gh-19732
2020-01-15 13:12:31 +00:00
Andy Wilkinson
22c127878f
Upgrade to Neo4j Ogm 3.1.16
...
Closes gh-19731
2020-01-15 13:12:31 +00:00
Andy Wilkinson
b63f63ff9d
Upgrade to Infinispan 9.4.17.Final
...
Closes gh-19730
2020-01-15 13:12:31 +00:00
Andy Wilkinson
c52f2828a8
Upgrade to Hibernate 5.3.15.Final
...
Closes gh-19729
2020-01-15 13:12:31 +00:00
Andy Wilkinson
501f98c25c
Upgrade to Jetty 9.4.25.v20191220
...
Closes gh-19728
2020-01-15 13:12:31 +00:00
Andy Wilkinson
f2e93774e4
Upgrade to Groovy 2.5.9
...
Closes gh-19727
2020-01-15 13:12:30 +00:00
Andy Wilkinson
8ec2c77b83
Upgrade to Httpcore 4.4.13
...
Closes gh-19726
2020-01-15 13:12:30 +00:00
Andy Wilkinson
9f979cb03f
Upgrade to Mysql 8.0.19
...
Closes gh-19725
2020-01-15 13:12:30 +00:00
Andy Wilkinson
3f45874245
Upgrade to Undertow 2.0.29.Final
...
Closes gh-19724
2020-01-15 13:12:30 +00:00
Andy Wilkinson
159be1a78d
Upgrade to Rxjava2 2.2.17
...
Closes gh-19723
2020-01-15 13:12:30 +00:00
Andy Wilkinson
f73c4a837c
Upgrade to Netty 4.1.45.Final
...
Closes gh-19722
2020-01-15 13:12:30 +00:00
Andy Wilkinson
64df377600
Upgrade to Unboundid Ldapsdk 4.0.14
...
Closes gh-19721
2020-01-15 12:35:10 +00:00
Andy Wilkinson
1e6cc4c308
Upgrade to Hazelcast 3.11.6
...
Closes gh-19720
2020-01-15 12:35:08 +00:00
Andy Wilkinson
727b4d164e
Upgrade to Jackson 2.9.10.20200103
...
Closes gh-19719
2020-01-15 12:35:07 +00:00
Andy Wilkinson
5bcd185ce1
Upgrade to Spring Data Lovelace-SR15
...
Closes gh-19642
2020-01-15 11:33:07 +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
Stephane Nicoll
717439d3a0
Upgrade to Spring Framework 5.1.13
...
Closes gh-19530
2020-01-14 11:30:57 +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
b23b69fea3
Upgrade to Reactor Californium-SR15
...
Closes gh-19640
2020-01-13 11:02:41 +00:00
Andy Wilkinson
c8236a74d8
Upgrade to Spring Security 5.3.0.M1
...
Closes gh-19654
2020-01-13 11:00:49 +00:00
Andy Wilkinson
39d9e486dd
Build against Reactor Dysprosium-SR3 snapshots
...
See gh-19653
2020-01-13 11:00:49 +00:00
Andy Wilkinson
16fe64ded4
Build against Micrometer 1.3.3 snapshots
2020-01-13 11:00:49 +00:00
Andy Wilkinson
3a2f25c6ff
Build against Spring AMQP 2.2.3 snapshots
...
See gh-19651
2020-01-13 11:00:49 +00:00
Andy Wilkinson
7595336184
Build against Spring Integration 5.3.0.M1 snapshots
...
See gh-19650
2020-01-13 11:00:49 +00:00
Andy Wilkinson
6d16c7d860
Build against Spring Data Moore-SR4 snapshots
...
See gh-19648
2020-01-12 16:03:18 +00:00
Andy Wilkinson
3faf023da4
Build against Spring Integration 5.2.3 snapshots
...
See gh-19647
2020-01-12 16:03:18 +00:00
Andy Wilkinson
0509248bf7
Build against Spring AMQP 2.2.3 snapshots
...
See gh-19646
2020-01-12 16:03:05 +00:00
Andy Wilkinson
803a24d6f4
Build against Micrometer 1.3.3 snapshots
...
See gh-19645
2020-01-12 16:00:24 +00:00
Andy Wilkinson
cedcbaccdb
Build against Spring HATEOAS 1.0.3 snapshots
...
See gh-19644
2020-01-12 15:59:48 +00:00
Andy Wilkinson
fbc958e4dd
Build against Reactor Dysprosium-SR3 snapshots
...
See gh-19643
2020-01-12 15:59:00 +00:00
Andy Wilkinson
5e14e33c94
Start building against Micrometer 1.1.10 snapshots
...
See gh-19639
2020-01-12 10:44:01 +00:00
Andy Wilkinson
2d995e740a
Start building against Spring Data Lovelace-SR15 snapshots
...
See gh-19642
2020-01-12 10:44:01 +00:00
Andy Wilkinson
bcaae99fa9
Start building against Spring AMQP 2.1.13 snapshots
...
See gh-19641
2020-01-12 10:44:01 +00:00
Andy Wilkinson
d75a58d789
Start building against Reactor Californium-SR15 snapshots
...
See gh-19640
2020-01-12 10:44:01 +00:00
Andy Wilkinson
f6e9869156
Use version property to set Boot's version in dependencies bom
...
See gh-19608
See gh-19609
2020-01-10 15:07:47 +00:00
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
2020-01-10 14:15:35 +00:00
Stephane Nicoll
462442e7d2
Polish "Add Stackdriver metrics export support"
...
See gh-19528
2020-01-08 13:35:44 +01:00
Madhura Bhave
743cf3b2a7
Merge branch '2.2.x'
...
Closes gh-19527
2020-01-03 11:21:50 -08:00
Madhura Bhave
ac46f5971f
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19526
2020-01-03 11:19:21 -08:00
Madhura Bhave
24dd416f4b
Add a test case for binding to map with wildcard types
...
This commit also changes the spring framework version
to use snapshots.
Closes gh-18767
2020-01-03 11:13:41 -08:00
Stephane Nicoll
a9b0b78cb2
Upgrade to Flyway 6.1.3
...
Closes gh-19266
2019-12-31 10:47:41 +01:00
Stephane Nicoll
01a474b67a
Merge branch '2.2.x'
...
Closes gh-19474
2019-12-28 10:03:41 +01:00
Stephane Nicoll
6ea522a90a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19473
2019-12-28 10:02:07 +01:00
Stephane Nicoll
d75efad0de
Upgrade to Tomcat 9.0.30
...
Closes gh-19472
2019-12-28 09:58:09 +01:00
Stephane Nicoll
e7f45d8a34
Polish "Add toolchains support for Spring Boot Maven Plugin"
...
See gh-18732
2019-12-26 12:03:18 +01:00
Dmytro Nosan
eede16ff0a
Add toolchains support for Spring Boot Maven Plugin
...
See gh-18732
2019-12-26 12:03:18 +01:00
Andy Wilkinson
6009baa71b
Remove plugin management for Maven's site plugin
...
Closes gh-19085
2019-12-20 14:50:50 +00:00
Phillip Webb
d2ebf5de0e
Merge branch '2.2.x'
...
Closes gh-19317
2019-12-05 20:17:47 -08:00
Phillip Webb
f1c2d36793
Upgrade to Spring Batch 4.2.1
...
Closes gh-19073
2019-12-05 20:16:37 -08:00
Andy Wilkinson
d3a30dc28f
Upgrade to Maven Enforcer Plugin 3.0.0-M3
...
Closes gh-19276
2019-12-04 20:11:01 +00:00
Andy Wilkinson
edb1f9e03a
Upgrade to Webjars Locator Core 0.43
...
Closes gh-19275
2019-12-04 20:11:01 +00:00
Andy Wilkinson
896a048d9e
Upgrade to Spring Cloud Connectors 2.0.7.RELEASE
...
Closes gh-19274
2019-12-04 20:11:01 +00:00
Andy Wilkinson
d8ead5bcf7
Upgrade to Neo4j Ogm 3.2.3
...
Closes gh-19273
2019-12-04 20:11:01 +00:00
Andy Wilkinson
08db520566
Upgrade to Jetty El 8.5.49
...
Closes gh-19272
2019-12-04 20:11:01 +00:00
Andy Wilkinson
e9da6d343d
Upgrade to Mockito 3.2.0
...
Closes gh-19271
2019-12-04 20:11:01 +00:00
Andy Wilkinson
5cab3592a0
Upgrade to Mariadb 2.5.2
...
Closes gh-19270
2019-12-04 20:11:00 +00:00
Andy Wilkinson
a87ddab37f
Upgrade to Liquibase 3.8.2
...
Closes gh-19269
2019-12-04 20:11:00 +00:00
Andy Wilkinson
0c1b258c1e
Upgrade to Kotlin 1.3.61
...
Closes gh-19268
2019-12-04 20:11:00 +00:00
Andy Wilkinson
a826fabd3f
Upgrade to Hibernate 5.4.9.Final
...
Closes gh-19267
2019-12-04 20:11:00 +00:00
Andy Wilkinson
836749ee32
Upgrade to Jaybird 3.0.8
...
Closes gh-19265
2019-12-04 19:57:38 +00:00
Andy Wilkinson
ecc970f3ac
Upgrade to Elasticsearch 6.8.5
...
Closes gh-19264
2019-12-04 19:57:38 +00:00
Andy Wilkinson
c0972820e7
Upgrade to Jetty Reactive Httpclient 1.1.0
...
Closes gh-19263
2019-12-04 19:57:38 +00:00
Andy Wilkinson
1e3b701cbb
Upgrade to Jetty 9.4.24.v20191120
...
Closes gh-19262
2019-12-04 19:57:38 +00:00
Andy Wilkinson
c3d7488652
Upgrade to Aspectj 1.9.5
...
Closes gh-19261
2019-12-04 19:57:37 +00:00
Andy Wilkinson
90a46c7817
Upgrade to Tomcat 9.0.29
...
Closes gh-19260
2019-12-04 19:57:37 +00:00
Andy Wilkinson
699c684086
Upgrade to Johnzon Jsonb 1.2.2
...
Closes gh-19259
2019-12-04 19:57:37 +00:00
Andy Wilkinson
b392fa4737
Upgrade to Activemq 5.15.11
...
Closes gh-19258
2019-12-04 19:57:37 +00:00
Andy Wilkinson
2614f641f8
Upgrade to Byte Buddy 1.10.4
...
Closes gh-19257
2019-12-04 19:57:37 +00:00
Andy Wilkinson
ec71009b88
Upgrade to Undertow 2.0.28.Final
...
Closes gh-19256
2019-12-04 19:57:37 +00:00
Andy Wilkinson
23d0ef079c
Upgrade to Rxjava2 2.2.15
...
Closes gh-19255
2019-12-04 19:57:37 +00:00
Andy Wilkinson
327a17beba
Upgrade to Prometheus Pushgateway 0.8.0
...
Closes gh-19254
2019-12-04 19:57:37 +00:00
Andy Wilkinson
5729ea3fe3
Upgrade to Netty Tcnative 2.0.28.Final
...
Closes gh-19253
2019-12-04 19:57:37 +00:00
Andy Wilkinson
c253052a4d
Upgrade to Unboundid Ldapsdk 4.0.13
...
Closes gh-19252
2019-12-04 19:57:37 +00:00
Andy Wilkinson
be903123f5
Upgrade to Querydsl 4.2.2
...
Closes gh-19251
2019-12-04 19:57:37 +00:00
Andy Wilkinson
4d47cf65d5
Upgrade to Appengine Sdk 1.9.77
...
Closes gh-19250
2019-12-04 19:57:37 +00:00
Andy Wilkinson
18489bea81
Upgrade to Jackson 2.10.1
...
Closes gh-19249
2019-12-04 19:57:37 +00:00
Andy Wilkinson
11d5fcb366
Upgrade to Couchbase Client 2.7.11
...
Closes gh-19248
2019-12-04 19:57:37 +00:00
Andy Wilkinson
85b9c9cea6
Upgrade to Spring Integration 5.2.2.RELEASE
...
Closes gh-19277
2019-12-04 19:56:36 +00: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
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
94709733da
Upgrade to Spring Kafka 2.3.4.RELEASE
...
Closes gh-19226
2019-12-04 17:53:35 +00:00
Andy Wilkinson
d0ffa8b654
Upgrade to Spring Hateoas 1.0.2.RELEASE
...
Closes gh-19225
2019-12-04 17:53:34 +00:00
Andy Wilkinson
86cd332741
Upgrade to Spring Amqp 2.2.2.RELEASE
...
Closes gh-19224
2019-12-04 17:53:32 +00:00
Andy Wilkinson
d5c8639cda
Upgrade to Spring Data Moore-SR3
...
Closes gh-19075
2019-12-04 17:51:30 +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
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
Brian Clozel
48bf478d2c
Upgrade to Spring Framework 5.2.2.RELEASE
...
Closes gh-19076
2019-12-03 12:08:07 +01:00
Stephane Nicoll
c3786e727f
Upgrade to Reactor Dysprosium-SR2
...
Closes gh-19054
2019-11-27 18:41:32 +01:00
Stephane Nicoll
d8d7129f9d
Upgrade to Reactor Dysprosium-SR2
...
Closes gh-19077
2019-11-27 18:39:38 +01:00
Stephane Nicoll
e394772864
Upgrade to Reactor Californium-SR14
...
Closes gh-19052
2019-11-27 18:37:47 +01:00
Stephane Nicoll
75e8b49153
Upgrade to Maven Enforcer Plugin 3.0.0-M3
...
Closes gh-19140
2019-11-25 16:18:29 +01:00
Stephane Nicoll
c4a646867e
Upgrade to Liquibase 3.8.1
...
Closes gh-19139
2019-11-25 16:18:27 +01:00
Stephane Nicoll
d746b7a47a
Upgrade to Hibernate 5.4.9.Final
...
Closes gh-19138
2019-11-25 16:18:26 +01:00
Stephane Nicoll
2b0570ff10
Upgrade to Jaybird 3.0.8
...
Closes gh-19137
2019-11-25 16:18:24 +01:00
Stephane Nicoll
7a77474e89
Upgrade to Elasticsearch 6.8.5
...
Closes gh-19136
2019-11-25 16:18:23 +01:00
Stephane Nicoll
198879007b
Upgrade to Jetty 9.4.24.v20191120
...
Closes gh-19135
2019-11-25 16:18:21 +01:00
Stephane Nicoll
5950cdda10
Upgrade to Tomcat 9.0.29
...
Closes gh-19134
2019-11-25 16:18:20 +01:00
Stephane Nicoll
93dd6e69a8
Upgrade to Johnzon Jsonb 1.2.2
...
Closes gh-19133
2019-11-25 16:18:18 +01:00
Stephane Nicoll
2a1cab4fad
Upgrade to Byte Buddy 1.10.3
...
Closes gh-19132
2019-11-25 16:18:16 +01:00
Stephane Nicoll
7acb9f3c95
Upgrade to Undertow 2.0.28.Final
...
Closes gh-19131
2019-11-25 16:18:15 +01:00
Stephane Nicoll
0601aad5a7
Upgrade to Rxjava2 2.2.15
...
Closes gh-19130
2019-11-25 16:18:14 +01:00
Stephane Nicoll
f7054d4a24
Upgrade to Netty Tcnative 2.0.27.Final
...
Closes gh-19129
2019-11-25 16:18:13 +01:00
Stephane Nicoll
ddbd8c7eb5
Upgrade to Querydsl 4.2.2
...
Closes gh-19128
2019-11-25 16:18:11 +01:00
Stephane Nicoll
cc29054c0b
Upgrade to Appengine Sdk 1.9.77
...
Closes gh-19127
2019-11-25 16:18:10 +01:00
Stephane Nicoll
7374895507
Upgrade to Jackson 2.10.1
...
Closes gh-19126
2019-11-25 16:18:09 +01:00
Stephane Nicoll
901b8dab14
Upgrade to Couchbase Client 2.7.10
...
Closes gh-19125
2019-11-25 16:18:07 +01:00
Stephane Nicoll
01e0a27159
Upgrade to Maven Enforcer Plugin 3.0.0-M3
...
Closes gh-19124
2019-11-25 15:32:42 +01:00
Stephane Nicoll
a1884d2c10
Upgrade to Hibernate 5.3.14.Final
...
Closes gh-19123
2019-11-25 15:32:40 +01:00
Stephane Nicoll
90acbb124a
Upgrade to Jaybird 3.0.8
...
Closes gh-19122
2019-11-25 15:32:39 +01:00
Stephane Nicoll
f83b08eb59
Upgrade to Jetty 9.4.24.v20191120
...
Closes gh-19121
2019-11-25 15:32:38 +01:00
Stephane Nicoll
f64c6fc0c3
Upgrade to Tomcat 9.0.29
...
Closes gh-19120
2019-11-25 15:32:37 +01:00
Stephane Nicoll
4a76787c60
Upgrade to Undertow 2.0.28.Final
...
Closes gh-19119
2019-11-25 15:32:35 +01:00
Stephane Nicoll
1387067208
Upgrade to Rxjava2 2.2.15
...
Closes gh-19118
2019-11-25 15:32:33 +01:00
Stephane Nicoll
ab6d163f73
Upgrade to Netty Tcnative 2.0.27.Final
...
Closes gh-19117
2019-11-25 15:32:32 +01:00
Stephane Nicoll
4868124371
Upgrade to Querydsl 4.2.2
...
Closes gh-19116
2019-11-25 15:32:31 +01:00
Stephane Nicoll
3a86a6922c
Upgrade to Appengine Sdk 1.9.77
...
Closes gh-19115
2019-11-25 15:32:29 +01:00
Stephane Nicoll
49433ccef1
Upgrade to Couchbase Client 2.7.10
...
Closes gh-19114
2019-11-25 15:32:28 +01:00
Stephane Nicoll
4b63a8cdea
Start building against Spring Data Moore-SR3 snapshots
...
See gh-19075
2019-11-20 11:53:38 +01:00
Stephane Nicoll
744f9f9e09
Start building against Spring Framework 5.2.2 snapshots
...
See gh-19076
2019-11-20 11:53:07 +01:00
Stephane Nicoll
a5a36a1ea7
Start building against Reactor Dysprosium-SR2 snapshots
...
See gh-19077
2019-11-20 11:52:41 +01:00
Stephane Nicoll
9c4136898d
Start building against Spring Data Moore-SR3 snapshots
...
See gh-19069
2019-11-20 11:49:06 +01:00
Stephane Nicoll
511c75cbe8
Start building against Spring Framework 5.2.2 snapshots
...
See gh-19053
2019-11-20 11:48:32 +01:00
Stephane Nicoll
13f4e8a591
Start building against Reactor Dysprosium-SR2 snapshots
...
See gh-19054
2019-11-20 11:48:26 +01:00
Stephane Nicoll
3c3614d8ef
Start building against Spring Batch 4.1.3 snapshots
...
See gh-19072
2019-11-20 11:20:48 +01:00
Stephane Nicoll
6fa5f0c1d0
Start building against Spring Data Lovelace-SR14 snapshots
...
See gh-19068
2019-11-20 11:05:09 +01:00
Stephane Nicoll
80eaa16b0d
Start building against Spring Framework 5.1.12 snapshots
...
See gh-19051
2019-11-20 11:04:27 +01:00
Stephane Nicoll
586a5d2c14
Start building against Reactor Californium-SR14 snapshots
...
See gh-19068
2019-11-20 11:03:18 +01:00
Stephane Nicoll
733071bb00
Merge branch '2.2.x'
...
Closes gh-19050
2019-11-19 17:57:47 +01:00
Stephane Nicoll
a003a5c8ab
Upgrade to Kotlin 1.3.60
...
Closes gh-19046
2019-11-19 17:56:40 +01:00
Andy Wilkinson
dbef470833
Upgrade to Maven Source Plugin 3.2.0
...
Closes gh-18930
2019-11-08 14:13:32 +00:00
Andy Wilkinson
7133912381
Upgrade to Maven Jar Plugin 3.2.0
...
Closes gh-18929
2019-11-08 14:13:32 +00:00
Andy Wilkinson
913e4796ee
Upgrade to Maven Assembly Plugin 3.2.0
...
Closes gh-18928
2019-11-08 14:13:32 +00:00
Andy Wilkinson
d841a91fb5
Upgrade to Webjars Locator Core 0.42
...
Closes gh-18927
2019-11-08 14:13:32 +00:00
Andy Wilkinson
611dfec433
Upgrade to Pooled Jms 1.1.0
...
Closes gh-18926
2019-11-08 14:13:32 +00:00
Andy Wilkinson
41426a3816
Upgrade to Mariadb 2.5.1
...
Closes gh-18925
2019-11-08 14:13:32 +00:00
Andy Wilkinson
4e6f56d1f4
Upgrade to Influxdb Java 2.16
...
Closes gh-18924
2019-11-08 14:13:32 +00:00
Andy Wilkinson
506109987d
Upgrade to Hibernate Validator 6.1.0.Final
...
Closes gh-18923
2019-11-08 14:13:32 +00:00
Andy Wilkinson
870aa86eb9
Upgrade to Hamcrest 2.2
...
Closes gh-18922
2019-11-08 14:13:32 +00:00
Andy Wilkinson
5692960377
Upgrade to Assertj 3.14.0
...
Closes gh-18921
2019-11-08 13:37:54 +00:00
Stephane Nicoll
684d7cfe38
Upgrade to Mongodb 3.11.2
...
Closes gh-18898
2019-11-06 09:44:38 +01:00
Stephane Nicoll
c413e5b54e
Upgrade to Hazelcast 3.11.5
...
Closes gh-18897
2019-11-06 09:40:11 +01:00
Phillip Webb
90e1046d53
Upgrade to Spring Kafka 2.3.3.RELEASE
...
Closes gh-18892
2019-11-05 10:17:55 -08:00
Andy Wilkinson
c2e11da5ba
Upgrade to Spring Integration 5.2.1.RELEASE
...
Closes gh-18764
2019-11-05 08:07:34 +00:00
Andy Wilkinson
de0e8b87d1
Upgrade to Spring Integration 5.1.9.RELEASE
...
Closes gh-18763
2019-11-05 08:06:03 +00:00
Andy Wilkinson
4b25339d57
Upgrade to Spring Security 5.1.7.RELEASE
...
Closes gh-18874
2019-11-05 08:05:48 +00:00
Andy Wilkinson
c430035450
Upgrade to Spring Security 5.2.1
...
Closes gh-18869
2019-11-04 20:11:32 +00:00
Andy Wilkinson
afbf256955
Upgrade to Micrometer 1.3.1
...
Closes gh-18867
2019-11-04 18:34:03 +00:00
Andy Wilkinson
377a8ee7cc
Upgrade to Spring Kafka 2.3.2.RELEASE
...
Closes gh-18766
2019-11-04 16:45:41 +00:00
Andy Wilkinson
b772d81f3a
Upgrade to Spring AMQP 2.2.1.RELEASE
...
Closes gh-18762
2019-11-04 16:45:02 +00:00
Andy Wilkinson
8eb2146158
Upgrade to Spring Ws 3.0.8.RELEASE
...
Closes gh-18866
2019-11-04 16:44:38 +00:00
Andy Wilkinson
c5eaf645d5
Upgrade to Spring Kafka 2.2.11.RELEASE
...
Closes gh-18765
2019-11-04 16:43:06 +00:00
Andy Wilkinson
4ffd44a235
Upgrade to Spring Ws 3.0.8.RELEASE
...
Closes gh-18865
2019-11-04 16:42:42 +00:00
Andy Wilkinson
ea5fa2ccac
Upgrade to Slf4j 1.7.29
...
Closes gh-18863
2019-11-04 15:51:56 +00:00
Andy Wilkinson
6731ad8197
Upgrade to Jooq 3.12.3
...
Closes gh-18862
2019-11-04 15:51:55 +00:00
Andy Wilkinson
949e3d930f
Upgrade to Rxjava2 2.2.14
...
Closes gh-18861
2019-11-04 15:51:54 +00:00
Andy Wilkinson
d75b855852
Upgrade to Spring AMQP 2.12.RELEASE
...
Closes gh-18761
2019-11-04 15:50:28 +00:00
Andy Wilkinson
1dc2768198
Upgrade to Slf4j 1.7.29
...
Closes gh-18860
2019-11-04 15:50:03 +00:00
Andy Wilkinson
bf63d66131
Upgrade to Rxjava2 2.2.14
...
Closes gh-18859
2019-11-04 15:50:01 +00:00
Andy Wilkinson
8cdcafa43b
Upgrade to Micrometer 1.1.8
...
Closes gh-18858
2019-11-04 15:49:59 +00:00
Andy Wilkinson
23130e1140
Upgrade to Spring Hateoas 1.0.1.RELEASE
...
Closes gh-18856
2019-11-04 15:36:46 +00:00
Andy Wilkinson
20ae19f0ba
Upgrade to Spring Data Moore-SR1
...
Closes gh-18744
2019-11-04 15:35:33 +00:00
Andy Wilkinson
8aaba58cca
Upgrade to Spring Data Lovelace-SR12
...
Closes gh-18743
2019-11-04 12:31:49 +00:00
Stephane Nicoll
733467ebf7
Upgrade to Spring Framework 5.2.1
...
Closes gh-18733
2019-11-02 11:02:28 +02:00
Stephane Nicoll
986a74f0f4
Upgrade to Spring Framework 5.1.11
...
Closes gh-18737
2019-11-02 11:01:09 +02:00
Stephane Nicoll
02153f36ed
Upgrade to Elasticsearch 6.8.4
...
Closes gh-18798
2019-11-01 15:26:47 +02:00
larrywest
82a41a3ed0
Remove unnecessary log4j exclusion
...
See gh-18833
2019-11-01 08:55:55 +02:00
Stephane Nicoll
f56b32b0c9
Upgrade to Neo4j Ogm 3.2.2
...
Closes gh-18824
2019-10-31 08:12:01 +01:00
Stephane Nicoll
434224aca7
Upgrade to Flyway 6.0.8
...
Closes gh-18823
2019-10-31 08:12:00 +01:00
Stephane Nicoll
b5e08b54ac
Upgrade to Lettuce 5.2.1.RELEASE
...
Closes gh-18822
2019-10-31 08:11:59 +01:00
Stephane Nicoll
99d0002f28
Upgrade to Hazelcast 3.12.4
...
Closes gh-18821
2019-10-31 08:11:58 +01:00
Stephane Nicoll
3236dfd7d9
Upgrade to Jooq 3.12.2
...
Closes gh-18802
2019-10-29 14:19:46 +01:00
Stephane Nicoll
b12acccc96
Upgrade to Hibernate Validator 6.0.18.Final
...
Closes gh-18801
2019-10-29 14:19:46 +01:00
Stephane Nicoll
906d3a122e
Upgrade to Hibernate 5.4.8.Final
...
Closes gh-18800
2019-10-29 14:19:46 +01:00
Stephane Nicoll
241df7cebe
Upgrade to Flyway 6.0.7
...
Closes gh-18799
2019-10-29 14:19:46 +01:00
Stephane Nicoll
40ee1a7942
Upgrade to Jetty 9.4.22.v20191022
...
Closes gh-18797
2019-10-29 14:09:51 +01:00
Stephane Nicoll
57dff85a46
Upgrade to Kafka 2.3.1
...
Closes gh-18796
2019-10-29 14:09:50 +01:00
Stephane Nicoll
b7d32ee3f8
Upgrade to Byte Buddy 1.10.2
...
Closes gh-18795
2019-10-29 14:09:49 +01:00
Stephane Nicoll
83d2ef2c96
Upgrade to Joda Time 2.10.5
...
Closes gh-18794
2019-10-29 14:09:48 +01:00
Stephane Nicoll
8e66c3baad
Upgrade to Dropwizard Metrics 4.1.1
...
Closes gh-18793
2019-10-29 14:09:47 +01:00
Stephane Nicoll
007b5708be
Upgrade to Classmate 1.5.1
...
Closes gh-18792
2019-10-29 14:09:45 +01:00
Stephane Nicoll
436f03ec17
Upgrade to Neo4j Ogm 3.1.15
...
Closes gh-18791
2019-10-29 12:01:47 +01:00
Stephane Nicoll
a31cda5cde
Upgrade to Mimepull 1.9.12
...
Closes gh-18790
2019-10-29 12:01:46 +01:00
Stephane Nicoll
71d78ec9a3
Upgrade to Hibernate Validator 6.0.18.Final
...
Closes gh-18789
2019-10-29 12:01:45 +01:00
Stephane Nicoll
cd702a59f0
Upgrade to Hibernate 5.3.13.Final
...
Closes gh-18788
2019-10-29 12:01:44 +01:00
Stephane Nicoll
004fd06e38
Upgrade to Jetty 9.4.22.v20191022
...
Closes gh-18787
2019-10-29 12:01:43 +01:00
Stephane Nicoll
bddb5f3e2c
Upgrade to Tomcat 9.0.27
...
Closes gh-18786
2019-10-29 12:01:42 +01:00
Stephane Nicoll
1ba2a491fe
Upgrade to Mysql 8.0.18
...
Closes gh-18785
2019-10-29 12:01:41 +01:00
Stephane Nicoll
a751e6540c
Upgrade to Joda Time 2.10.5
...
Closes gh-18784
2019-10-29 12:01:40 +01:00
Stephane Nicoll
dc2b610c44
Upgrade to Undertow 2.0.27.Final
...
Closes gh-18783
2019-10-29 12:01:39 +01:00
Stephane Nicoll
362c885557
Upgrade to Rxjava2 2.2.13
...
Closes gh-18782
2019-10-29 12:01:38 +01:00
Stephane Nicoll
1b32436813
Upgrade to Dropwizard Metrics 4.0.7
...
Closes gh-18781
2019-10-29 12:01:36 +01:00
Stephane Nicoll
4bd980868d
Upgrade to Unboundid Ldapsdk 4.0.12
...
Closes gh-18780
2019-10-29 12:01:35 +01:00
Stephane Nicoll
df0c5beb47
Upgrade to Gson 2.8.6
...
Closes gh-18779
2019-10-29 12:01:34 +01:00
Stephane Nicoll
97d8754730
Upgrade to Jackson 2.9.10.20191020
...
Closes gh-18778
2019-10-29 12:01:33 +01:00
Stephane Nicoll
2ceffcee14
Start building against Spring Data Moore-SR1 snapshots
...
See gh-18744
2019-10-29 10:36:35 +01:00
Stephane Nicoll
a315d4229d
Start building against Spring Data Lovelace-SR12 snapshots
...
See gh-18743
2019-10-29 10:31:00 +01:00
Stephane Nicoll
7827d1261e
Start building against Spring Kafka 2.3.2 snapshots
...
See gh-18766
2019-10-28 16:03:51 +01:00
Stephane Nicoll
58e67adf46
Start building against Spring Integration 5.2.1 snapshots
...
See gh-18764
2019-10-28 16:03:15 +01:00
Stephane Nicoll
c86655a24e
Start building against Spring AMQP 2.2.1 snapshots
...
See gh-18762
2019-10-28 16:02:31 +01:00
Stephane Nicoll
217c07a701
Start building against Spring Kafka 2.2.11 snapshots
...
See gh-18765
2019-10-28 15:53:51 +01:00
Stephane Nicoll
72f63fad5c
Start building against Spring Integration 5.1.9 snapshots
...
See gh-18763
2019-10-28 15:53:51 +01:00
Stephane Nicoll
d4c4a4c584
Start building against Spring AMQP 2.1.12 snapshots
...
See gh-18761
2019-10-28 15:53:51 +01:00
Andy Wilkinson
0b1966d086
Upgrade to Reactor Dysprosium-SR1
...
Closes gh-18741
2019-10-28 13:25:07 +00:00
Andy Wilkinson
b450116cce
Upgrade to Reactor Californium-SR13
...
Closes gh-18739
2019-10-28 13:23:37 +00:00
Stephane Nicoll
3885c6a448
Start building against Reactor Dysprosium-SR1 snapshots
...
See gh-18741
2019-10-25 10:17:01 +02:00
Stephane Nicoll
4aa3c8d2fd
Upgrade to Netty 4.1.43.Final
...
Closes gh-18742
2019-10-25 10:16:25 +02:00
Stephane Nicoll
8d4aeb1a55
Start building against Californium-SR13 snapshots
...
See gh-18739
2019-10-25 10:02:38 +02:00
Stephane Nicoll
cff570f65c
Upgrade to Netty 4.1.43.Final
...
Closes gh-18740
2019-10-25 10:01:47 +02:00
Stephane Nicoll
ff878ca6a6
Start building against Spring Framework 5.1.11 snapshots
...
See gh-18737
2019-10-25 08:15:34 +02:00
Phillip Webb
d73a579dde
Move to Spring Framework 5.2.1 SNAPSHOT
...
See gh-18733
2019-10-24 11:52:07 -07:00
Stephane Nicoll
b60549d6ca
Upgrade to H2 1.4.200
...
Closes gh-18724
2019-10-24 11:50:19 +02:00
Stephane Nicoll
6806c54110
Upgrade to Quartz 2.3.2
...
Closes gh-18725
2019-10-24 11:49:39 +02:00
Stephane Nicoll
5be562440c
Upgrade to H2 1.4.200
...
Closes gh-18593
2019-10-24 10:59:55 +02:00
Stephane Nicoll
c63630d94e
Upgrade to Quartz 2.3.2
...
Closes gh-18723
2019-10-24 10:59:11 +02:00
Phillip Webb
8d08d654d1
Merge branch '2.1.x'
...
Closes gh-18693
2019-10-22 15:18:32 -07:00
dreis2211
eae2cf170d
Upgrade to Jetty 9.4.21.v20190926
...
See gh-18536
2019-10-22 14:53:41 -07:00
Andy Wilkinson
53dea36252
Upgrade to Undertow 2.0.27.Final
...
Closes gh-18626
2019-10-16 16:16:23 +01:00
Andy Wilkinson
62d78d0570
Upgrade to Spring Session Corn-RELEASE
...
Closes gh-18525
2019-10-16 16:11:58 +01:00
Andy Wilkinson
6af56a8f07
Upgrade to Netty 4.1.42.Final
...
Closes gh-18609
2019-10-15 20:42:57 +01:00
Andy Wilkinson
15db8d8b0c
Upgrade to Spring Kafka 2.3.1.RELEASE
...
Closes gh-18526
2019-10-15 19:39:35 +01:00
Andy Wilkinson
04e035caff
Upgrade to Mongodb 3.11.1
...
Closes gh-18602
2019-10-15 13:48:20 +01:00
Andy Wilkinson
e7ea1f32f7
Upgrade to Mimepull 1.9.12
...
Closes gh-18601
2019-10-15 13:48:20 +01:00
Andy Wilkinson
e542cedc49
Upgrade to Flyway 6.0.6
...
Closes gh-18600
2019-10-15 13:48:20 +01:00
Andy Wilkinson
bbae38c0fa
Upgrade to Tomcat 9.0.27
...
Closes gh-18599
2019-10-15 13:48:20 +01:00
Andy Wilkinson
76651f28e5
Upgrade to Johnzon Jsonb 1.2.1
...
Closes gh-18598
2019-10-15 13:48:19 +01:00
Andy Wilkinson
f7a87be1fe
Upgrade to Mysql 8.0.18
...
Closes gh-18597
2019-10-15 13:48:19 +01:00
Andy Wilkinson
92b4e60ecd
Upgrade to Rxjava2 2.2.13
...
Closes gh-18596
2019-10-15 13:48:19 +01:00
Andy Wilkinson
608f02f060
Upgrade to Unboundid Ldapsdk 4.0.12
...
Closes gh-18595
2019-10-15 13:48:19 +01:00
Andy Wilkinson
8091183c1f
Upgrade to Hazelcast 3.12.3
...
Closes gh-18594
2019-10-15 13:48:19 +01:00
Andy Wilkinson
eafa595ed3
Upgrade to Gson 2.8.6
...
Closes gh-18592
2019-10-15 13:48:19 +01:00
Andy Wilkinson
8b9890eb5d
Remove Woodstox dependency management after Jackson upgrade
...
The upgrade to Jackson 2.10.0 means that the possibility of getting
an incompatible combination of Woodstox and the StAX API when
building with Maven has gone. This commit removes the dependency
management as it was only added to work around the incompatibility
in Jackson's transitive dependencies.
Closes gh-18500
2019-10-03 17:39:55 +01:00
Andy Wilkinson
bc8a88d734
Upgrade to Webjars Locator Core 0.41
...
Closes gh-18497
2019-10-03 08:27:51 +01:00
Andy Wilkinson
b7e434d5f8
Upgrade to Mockito 3.1.0
...
Closes gh-18496
2019-10-03 08:27:50 +01:00
Andy Wilkinson
2d08842ad7
Upgrade to Hibernate 5.4.6.Final
...
Closes gh-18495
2019-10-03 08:27:50 +01:00
Andy Wilkinson
a73f7829eb
Upgrade to Johnzon Jsonb 1.2.0
...
Closes gh-18493
2019-10-03 08:11:21 +01:00
Andy Wilkinson
a907519ff5
Upgrade to Okhttp3 3.14.4
...
Closes gh-18492
2019-10-03 08:11:20 +01:00
Andy Wilkinson
dab69cfbd2
Upgrade to Promethus Pushgateway 0.7.0
...
Closes gh-18418
2019-10-02 11:26:47 +01:00
Andy Wilkinson
f029fa55da
Upgrade to Spring Batch 4.2.0.RELEASE
...
Closes gh-18252
2019-10-02 07:37:19 +01:00
Andy Wilkinson
e507d47571
Upgrade to Spring Session Corn-RC1
...
Closes gh-18257
2019-10-02 07:36:22 +01:00
Andy Wilkinson
557d187607
Revert "Upgrade to Spring Session Corn-RC1"
...
This reverts commit e7e69e2e16
.
See gh-18257
2019-10-01 21:53:05 +01:00
Andy Wilkinson
e7e69e2e16
Upgrade to Spring Session Corn-RC1
...
Closes gh-18257
2019-10-01 21:33:27 +01:00
Andy Wilkinson
6a5f608f30
Upgrade to Spring Kafka 2.3.0.RELEASE
...
Closes gh-18255
2019-10-01 21:26:14 +01:00
Andy Wilkinson
9e1825ed42
Upgrade to Spring Integration 5.2.0.RELEASE
...
Closes gh-18254
2019-10-01 21:25:35 +01:00
Andy Wilkinson
ead1304bb5
Upgrade to Spring AMQP 2.2.0.RELEASE
...
Closes gh-18251
2019-10-01 21:24:58 +01:00
Stephane Nicoll
5f4ddd98d8
Upgrade to Spring Security 5.2.0.RELEASE
...
Closes gh-18256
2019-10-01 18:33:11 +02:00
Stephane Nicoll
b0d6169285
Upgrade to Spring Session Bom Bean-SR8
...
Closes gh-18466
2019-10-01 15:29:45 +02:00
Stephane Nicoll
9d40d192a0
Upgrade to Micrometer 1.1.7
...
Closes gh-18465
2019-10-01 15:29:44 +02:00
Stephane Nicoll
4237d9fc1a
Merge branch '2.1.x'
...
See gh-18316
2019-10-01 15:04:50 +02:00
Stephane Nicoll
47365dc260
Revert to Spring Web Services 3.0.7.RELEASE
...
See gh-18315
2019-10-01 15:03:11 +02:00
Stephane Nicoll
a36d2cd159
Upgrade to micrometer 1.3.0
...
Closes gh-18389
2019-10-01 11:15:07 +02:00
Stephane Nicoll
1357f1b46c
Upgrade to Spring AMQP 2.1.11.RELEASE
...
Closes gh-18312
2019-10-01 09:50:27 +02:00
Stephane Nicoll
00a9eeaaff
Upgrade to Spring AMQP 2.1.11.RELEASE
...
Closes gh-18312
2019-10-01 09:49:42 +02:00
Stephane Nicoll
a22046697e
Upgrade to Spring Integration 5.1.8.RELEASE
...
Closes gh-18313
2019-10-01 09:49:01 +02:00
Stephane Nicoll
b4ba667ef1
Update to Spring Data Moore-RELEASE
...
Closes gh-18253
2019-10-01 09:40:22 +02:00
Stephane Nicoll
04ac38fbe8
Upgrade to Spring HATEOAS 1.0.0.RELEASE
...
Closes gh-18258
2019-09-30 15:59:51 +02:00
Stephane Nicoll
2fffa5675d
Upgrade to Spring Data Lovelace-SR11
...
Closes gh-18414
2019-09-30 13:06:28 +02:00
Andy Wilkinson
3e92cd36fa
Merge branch '2.1.x'
...
Closes gh-18439
2019-09-30 11:31:57 +01:00
Stephane Nicoll
58ec780b5d
Upgrade to Spring Framework 5.2.0.RELEASE
...
Closes gh-18232
2019-09-30 12:23:05 +02:00
Andy Wilkinson
0c8bb394f7
Upgrade to Spring REST Docs 2.0.4.RELEASE
...
Closes gh-18271
2019-09-30 10:33:23 +01:00
Stephane Nicoll
0791f56eb7
Upgrade to RSocket 1.0.0-RC5
...
Closes gh-18364
2019-09-30 08:54:59 +02:00
Stephane Nicoll
c9838f2509
Upgrade to Maven Invoker Plugin 3.2.1
...
Closes gh-18429
2019-09-29 12:39:00 +02:00
Stephane Nicoll
167207e98c
Upgrade to Lombok 1.18.10
...
Closes gh-18428
2019-09-29 12:39:00 +02:00
Stephane Nicoll
fc5e28f038
Upgrade to Postgresql 42.2.8
...
Closes gh-18427
2019-09-29 12:38:50 +02:00
Stephane Nicoll
9e2b231435
Upgrade to Neo4j Ogm 3.2.1
...
Closes gh-18426
2019-09-29 12:38:27 +02:00
Stephane Nicoll
8291a00985
Upgrade to Mariadb 2.4.4
...
Closes gh-18425
2019-09-29 12:38:27 +02:00
Stephane Nicoll
4f7deb998c
Upgrade to Kotlin Coroutines 1.3.2
...
Closes gh-18424
2019-09-29 12:38:27 +02:00
Stephane Nicoll
686afd444c
Upgrade to Hibernate 5.4.5.Final
...
Closes gh-18423
2019-09-29 12:38:27 +02:00
Stephane Nicoll
67de7b694d
Upgrade to Flyway 6.0.4
...
Closes gh-18422
2019-09-29 12:38:27 +02:00
Stephane Nicoll
4a2bad3c4c
Upgrade to Artemis 2.10.1
...
Closes gh-18421
2019-09-29 12:38:26 +02:00
Stephane Nicoll
2f25780b66
Upgrade to Jakarta Jms 2.0.3
...
Closes gh-18420
2019-09-29 12:38:26 +02:00
Stephane Nicoll
02eea3c915
Upgrade to Lettuce 5.2.0.RELEASE
...
Closes gh-18418
2019-09-29 12:19:32 +02:00
Stephane Nicoll
5317895e70
Upgrade to Hikaricp 3.4.1
...
Closes gh-18417
2019-09-29 12:19:31 +02:00
Stephane Nicoll
f6bce8be42
Upgrade to Okhttp3 3.14.3
...
Closes gh-18416
2019-09-29 12:19:29 +02:00
Stephane Nicoll
17df6ab044
Start building against Spring Data Lovelace-SR11 snapshots
...
See gh-18414
2019-09-29 10:30:03 +02:00
Phillip Webb
1f9c9fedb4
Merge branch '2.1.x'
...
Closes gh-18409
2019-09-28 22:31:17 -07:00
Phillip Webb
228901a5ca
Polish
2019-09-28 21:59:20 -07:00
Phillip Webb
68f410b7dc
Upgrade to Jackson 2.10.0
...
Closes gh-17999
2019-09-28 21:56:19 -07:00
Stephane Nicoll
865a1cd994
Upgrade to Spring Framework 5.1.10.RELEASE
...
Closes gh-18238
2019-09-28 14:50:22 +02:00
Stephane Nicoll
d83e3f9070
Upgrade to Lombok 1.18.10
...
Closes gh-18407
2019-09-28 14:17:50 +02:00
Stephane Nicoll
526f2516e0
Upgrade to Postgresql 42.2.8
...
Closes gh-18406
2019-09-28 14:17:49 +02:00
Stephane Nicoll
ed04be78f4
Upgrade to Neo4j Ogm 3.1.14
...
Closes gh-18405
2019-09-28 14:17:48 +02:00
Stephane Nicoll
278cffffc5
Upgrade to Hibernate 5.3.12.Final
...
Closes gh-18404
2019-09-28 14:17:47 +02:00
Stephane Nicoll
b0a48c6303
Upgrade to Tomcat 9.0.26
...
Closes gh-18403
2019-09-28 14:17:45 +02:00
Stephane Nicoll
d8f17d318d
Upgrade to Httpclient 4.5.10
...
Closes gh-18402
2019-09-28 14:17:44 +02:00
Stephane Nicoll
82e00d1b2d
Upgrade to Joda Time 2.10.4
...
Closes gh-18401
2019-09-28 14:17:43 +02:00
Stephane Nicoll
94402f4d77
Upgrade to Netty Tcnative 2.0.26.Final
...
Closes gh-18400
2019-09-28 14:17:40 +02:00
Stephane Nicoll
3ed1713915
Polish
2019-09-28 09:17:51 +02:00
Stephane Nicoll
f78c9574d8
Start building against Spring Session Corn snapshots
...
See gh-18257
2019-09-27 16:20:50 +02:00
dreis2211
4f7f8ff0c7
Add micrometer cloudwatch2 managed dependency
...
See gh-18367
2019-09-26 19:05:35 -07:00
Stephane Nicoll
48bf9a58c6
Upgrade to Reactor Dysprosium-RELEASE
...
Closes gh-18276
2019-09-25 09:01:03 +02:00
Stephane Nicoll
56623bd57b
Upgrade to Reactor Californium-SR12
...
Closes gh-18348
2019-09-25 09:00:13 +02:00
Eddú Meléndez
82bf819c49
Add dependency management for io.rest-assured:spring-web-test-client
...
See gh-18330
2019-09-24 09:46:17 +01:00
Stephane Nicoll
98ad5e53ef
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18316
2019-09-23 15:42:41 +02:00
Stephane Nicoll
ba2c8b333f
Start building against Spring HATEOAS 1.0.0 snapshots
...
See gh-18258
2019-09-23 15:42:41 +02:00
Stephane Nicoll
71e39c7847
Start building against Spring Security 5.2.0 snapshots
...
See gh-18256
2019-09-23 15:42:41 +02:00
Stephane Nicoll
06f5f73362
Start building against Spring Kafka 2.3.0 snapshots
...
See gh-18255
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c2df1afff0
Start building against Spring Integration 5.2.0 snapshots
...
See gh-18254
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c8dc76c5bf
Start building against Spring Data Moore snapshots
...
See gh-18253
2019-09-23 15:42:41 +02:00
Stephane Nicoll
8d131c4fcd
Start building against Spring Batch 4.2.0 snapshots
...
See gh-18252
2019-09-23 15:42:41 +02:00
Stephane Nicoll
e70da5edb0
Start building against Spring AMQP 2.2.0 snapshots
...
See gh-18251
2019-09-23 15:42:41 +02:00
Andy Wilkinson
5cd7c727d4
Drop dependency management for Spring Plugin
...
Closes gh-18318
2019-09-23 14:11:03 +01:00
Stephane Nicoll
7533bfd0d3
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18315
2019-09-23 13:57:31 +02:00
Stephane Nicoll
f6589e66c2
Start building against Spring Kafka 2.2.9 snapshots
...
See gh-18314
2019-09-23 13:56:26 +02:00
Stephane Nicoll
d38d3ea940
Start building against Spring Integration 5.1.8 snapshots
...
See gh-18313
2019-09-23 13:55:14 +02:00
Stephane Nicoll
05f857d1f1
Start building against Spring AMQP 2.1.11 snapshots
...
See gh-18312
2019-09-23 13:53:54 +02:00
Brian Clozel
ce2c26e934
Use Reactor's new Schedulers.boundedElastic()
...
Prior to this commit, Spring Boot would use `Schedulers.elastic()` when
required to process blocking tasks in a reactive environment.
reactor/reactor-core#1804 introduced a new scheduler,
`Schedulers.boundedElastic()` that behaves quite similarly but:
* will limit the number of workers thread
* will queue tasks if no worker thread is available and reject them is
the queue is exceeds a limit
This allows Spring Boot to schedule blocking tasks as before and allows
greater flexibility.
Fixes gh-18269
See gh-18276
2019-09-18 22:17:07 +02:00
Andy Wilkinson
dce9d3da82
Add dependency management for Oracle's JDBC driver
...
Closes gh-18242
2019-09-18 17:06:42 +01:00
Stephane Nicoll
9434cb0e22
Keep a live reference of protocol resolvers rather than copying them
...
This commit makes sure that any subsequent call on addProtocolResolver
on the context will impact the ResourceLoader implementation that
DevTools sets on the context.
This makes sure that any custom ProtocolResolver that is set later in
the lifecycle is taken into account.
Closes gh-17214
2019-09-16 15:08:40 +02:00
Andy Wilkinson
84b2438c4c
Upgrade to Jersey 2.29.1
...
Closes gh-17430
2019-09-16 11:32:02 +01:00
Phillip Webb
06f46baa9d
Build against Spring Framework 5.2.0 snapshots
...
See gh-18232
2019-09-13 16:22:13 -07:00
Andy Wilkinson
568caa1206
Add dependency management for Awaitility
...
Closes gh-18205
2019-09-13 18:02:50 +01:00
Andy Wilkinson
47eee7bec8
Merge branch '2.1.x'
...
Closes gh-18226
2019-09-13 18:00:25 +01:00
Andy Wilkinson
b1ca1ae6e9
Add missing dependency management for Janino modules
...
Closes gh-18225
2019-09-13 17:59:59 +01:00
Andy Wilkinson
41111ac96f
Upgrade to Junit Jupiter 5.5.2
...
Closes gh-18182
2019-09-09 07:00:53 +01:00
Andy Wilkinson
ba6bd12898
Upgrade to Glassfish El 3.0.3
...
Closes gh-18181
2019-09-09 07:00:52 +01:00
Andy Wilkinson
35c01e3f08
Upgrade to Micrometer 1.2.1
...
Closes gh-18180
2019-09-09 07:00:51 +01:00
Andy Wilkinson
2472836c48
Upgrade to Spring Session Bom Corn-M4
...
Closes gh-17903
2019-09-07 10:54:54 +01:00
Andy Wilkinson
9b6a425f91
Upgrade to Spring Batch 4.2.0.RC1
...
Closes gh-17899
2019-09-07 07:56:35 +01:00
Andy Wilkinson
9262a55892
Upgrade to Spring Kafka 2.3.0.RC1
...
Closes gh-17902
2019-09-06 20:28:00 +01:00
Andy Wilkinson
57d2c38dee
Upgrade to Spring AMQP 2.2.0.RC1
...
Closes gh-17898
2019-09-06 20:27:24 +01:00
Andy Wilkinson
c4e2784ac2
Upgrade to Spring Integration 5.2.0.RC1
...
Closes gh-17901
2019-09-06 20:26:46 +01:00
Andy Wilkinson
87c7307d28
Upgrade to Spring Security 5.2.0.RC1
...
Closes gh-17897
2019-09-06 20:25:48 +01:00
Andy Wilkinson
07eb1815b2
Upgrade to Spring Data Moore-RC3
...
Closes gh-17900
2019-09-06 11:14:01 +01:00
Andy Wilkinson
628854c53d
Upgrade to Neo4j Ogm 3.2.0-RC2
...
Closes gh-18162
2019-09-06 11:12:18 +01:00
Andy Wilkinson
6de723e225
Upgrade to Jooq 3.12.1
...
Closes gh-18161
2019-09-06 11:12:17 +01:00
Andy Wilkinson
283c67713a
Upgrade to Kotlin Coroutines 1.3.1
...
Closes gh-18160
2019-09-06 11:12:16 +01:00
Andy Wilkinson
a0a214de24
Upgrade to Elasticsearch 6.8.3
...
Closes gh-18159
2019-09-06 11:12:15 +01:00
Andy Wilkinson
f799e1dcd9
Upgrade to Ehcache3 3.8.1
...
Closes gh-18158
2019-09-06 11:12:13 +01:00
Andy Wilkinson
9554bf5eff
Upgrade to Jakarta Ws Rs 2.1.6
...
Closes gh-18157
2019-09-06 11:12:12 +01:00
Andy Wilkinson
e922e2ab66
Upgrade to Jakarta Websocket 1.1.2
...
Closes gh-18156
2019-09-06 11:12:11 +01:00
Andy Wilkinson
03314a752e
Upgrade to Jakarta Servlet Jsp Jstl 1.2.7
...
Closes gh-18155
2019-09-06 11:12:11 +01:00
Andy Wilkinson
61cbb1cade
Upgrade to Jakarta Servlet 4.0.3
...
Closes gh-18154
2019-09-06 11:12:09 +01:00
Andy Wilkinson
4069d855e8
Upgrade to Spring HATEOAS 1.0.0.RC2
...
Closes gh-17904
2019-09-05 17:16:30 +01:00
Stephane Nicoll
743351e067
Upgrade to Httpcore 4.4.12
...
Closes gh-18147
2019-09-05 14:44:45 +02:00
Stephane Nicoll
798fe069ce
Upgrade to Activemq 5.15.10
...
Closes gh-18146
2019-09-05 14:44:44 +02:00
Stephane Nicoll
a4582307da
Upgrade to Undertow 2.0.26.Final
...
Closes gh-18145
2019-09-05 14:44:43 +02:00
Stephane Nicoll
9cd93ac98f
Upgrade to Httpcore 4.4.12
...
Closes gh-18144
2019-09-05 14:41:40 +02:00
Stephane Nicoll
5fe4f3b25a
Upgrade to Activemq 5.15.10
...
Closes gh-18143
2019-09-05 14:41:39 +02:00
Stephane Nicoll
fd77fd4f05
Upgrade to Undertow 2.0.26.Final
...
Closes gh-18142
2019-09-05 14:41:38 +02:00
Stephane Nicoll
e978f9ac8e
Upgrade to Reactor Bom Californium-SR11
...
Closes gh-18141
2019-09-05 14:41:37 +02:00
Stephane Nicoll
e7474b55de
Upgrade to Reactor Dysprosium-RC1
...
Closes gh-17895
2019-09-05 13:10:20 +02:00
Stephane Nicoll
359279b1fb
Upgrade to Spring Framework 5.2.0.RC2
...
Closes gh-17896
2019-09-05 13:08:59 +02:00
Stephane Nicoll
85a44dff64
Upgrade to Micrometer 1.1.6
...
Closes gh-18133
2019-09-05 08:28:06 +02:00
Andy Wilkinson
37d3ce03f8
Revert "Upgrade to Jetty 9.4.20.v20190813"
...
This reverts commit f6f99d7855
as 9.4.20
includes an incompatible class change where an abstract class in
Jetty's public API was changed to an interface, making it incompatible
with Framework 5.1.9.
See gh-18035
2019-08-31 11:00:12 +01:00
Andy Wilkinson
225ed4b7d6
Upgrade to Maven Site Plugin 3.8.2
...
Closes gh-18075
2019-08-31 09:06:53 +01:00
Andy Wilkinson
d14352fad9
Upgrade to Snakeyaml 1.25
...
Closes gh-18074
2019-08-31 09:06:52 +01:00
Andy Wilkinson
7e9a974cc0
Upgrade to Webjars Locator Core 0.40
...
Closes gh-18073
2019-08-31 09:06:51 +01:00
Andy Wilkinson
9dd8c689e6
Upgrade to Slf4j 1.7.28
...
Closes gh-18072
2019-08-31 09:06:50 +01:00
Andy Wilkinson
bf37aa622a
Upgrade to Selenium Htmlunit 2.36.0
...
Closes gh-18071
2019-08-31 09:06:49 +01:00
Andy Wilkinson
0d4ad44446
Upgrade to Reactive Streams 1.0.3
...
Closes gh-18070
2019-08-31 09:06:48 +01:00
Andy Wilkinson
281a85791f
Upgrade to Mongo Driver Reactivestreams 1.12.0
...
Closes gh-18069
2019-08-31 09:06:47 +01:00
Andy Wilkinson
7aa2cead1b
Upgrade to Mongodb 3.11.0
...
Closes gh-18068
2019-08-31 09:06:46 +01:00
Andy Wilkinson
66b099cefb
Upgrade to Liquibase 3.8.0
...
Closes gh-18067
2019-08-31 09:06:45 +01:00
Andy Wilkinson
64adcaa285
Upgrade to Jboss Logging 3.4.1.Final
...
Closes gh-18066
2019-08-31 09:06:44 +01:00
Andy Wilkinson
d11d46834b
Upgrade to Infinispan 9.4.16.Final
...
Closes gh-18065
2019-08-31 09:06:43 +01:00
Andy Wilkinson
503d04a679
Upgrade to Freemarker 2.3.29
...
Closes gh-18064
2019-08-31 09:06:42 +01:00
Andy Wilkinson
6d606a9618
Upgrade to Jetty 9.4.20.v20190813
...
Closes gh-18063
2019-08-31 09:06:41 +01:00
Andy Wilkinson
2d392ba8bc
Upgrade to Janino 3.1.0
...
Closes gh-18062
2019-08-31 09:06:40 +01:00
Andy Wilkinson
b62708e151
Upgrade to Groovy 2.5.8
...
Closes gh-18061
2019-08-31 09:06:38 +01:00
Andy Wilkinson
e876a25d0b
Upgrade to Tomcat 9.0.24
...
Closes gh-18060
2019-08-31 09:06:37 +01:00
Andy Wilkinson
2f62fe07ce
Upgrade to Log4j2 2.12.1
...
Closes gh-18059
2019-08-31 09:06:36 +01:00
Andy Wilkinson
8cdb7a3947
Upgrade to Commons Dbcp2 2.7.0
...
Closes gh-18058
2019-08-31 09:06:35 +01:00
Andy Wilkinson
509588fd11
Upgrade to Artemis 2.10.0
...
Closes gh-18057
2019-08-31 09:06:34 +01:00
Andy Wilkinson
d3554624d9
Upgrade to Htmlunit 2.36.0
...
Closes gh-18056
2019-08-31 09:06:33 +01:00
Andy Wilkinson
d5532f85c1
Upgrade to Byte Buddy 1.10.1
...
Closes gh-18055
2019-08-31 09:06:32 +01:00
Andy Wilkinson
dc0a4cc869
Upgrade to Jakarta Transaction 1.3.3
...
Closes gh-18054
2019-08-31 09:06:31 +01:00
Andy Wilkinson
ee903b39aa
Upgrade to Jakarta Persistence 2.2.3
...
Closes gh-18053
2019-08-31 09:06:30 +01:00
Andy Wilkinson
db56840880
Upgrade to Jakarta Json Bind 1.0.2
...
Closes gh-18052
2019-08-31 09:06:29 +01:00
Andy Wilkinson
96fa1df805
Upgrade to Jakarta Json 1.1.6
...
Closes gh-18051
2019-08-31 09:06:28 +01:00
Andy Wilkinson
b3cf5665d1
Upgrade to Jakarta Annotation 1.3.5
...
Closes gh-18050
2019-08-31 09:06:27 +01:00
Andy Wilkinson
b74e5d2f01
Upgrade to Undertow 2.0.25.Final
...
Closes gh-18049
2019-08-31 09:06:26 +01:00
Andy Wilkinson
d776ad6e2e
Upgrade to Rsocket 1.0.0-RC3
...
Closes gh-18048
2019-08-31 09:06:25 +01:00
Andy Wilkinson
c3c7c07d7e
Upgrade to Rxjava2 2.2.12
...
Closes gh-18047
2019-08-31 09:06:24 +01:00
Andy Wilkinson
57e5f1d93d
Upgrade to Netty 4.1.39.Final
...
Closes gh-18046
2019-08-31 09:06:23 +01:00
Andy Wilkinson
ad223f7327
Upgrade to Jakarta Mail 1.6.4
...
Closes gh-18045
2019-08-31 09:06:22 +01:00
Andy Wilkinson
d84a736cee
Upgrade to Caffeine 2.8.0
...
Closes gh-18044
2019-08-31 09:06:21 +01:00
Andy Wilkinson
3fc4df9f66
Upgrade to Slf4j 1.7.28
...
Closes gh-18043
2019-08-31 08:29:37 +01:00
Andy Wilkinson
e12aa4fe51
Upgrade to Reactive Streams 1.0.3
...
Closes gh-18042
2019-08-31 08:29:36 +01:00
Andy Wilkinson
df186945b6
Upgrade to Neo4j Ogm 3.1.13
...
Closes gh-18041
2019-08-31 08:29:35 +01:00
Andy Wilkinson
1cf615059e
Upgrade to Jooq 3.11.12
...
Closes gh-18040
2019-08-31 08:29:35 +01:00
Andy Wilkinson
9c8b8ef6cf
Upgrade to Jboss Logging 3.3.3.Final
...
Closes gh-18039
2019-08-31 08:29:33 +01:00
Andy Wilkinson
f2ca07001d
Upgrade to Infinispan 9.4.16.Final
...
Closes gh-18038
2019-08-31 08:29:32 +01:00
Andy Wilkinson
07f3ba7c33
Upgrade to Hibernate 5.3.11.Final
...
Closes gh-18037
2019-08-31 08:29:31 +01:00
Andy Wilkinson
7948c0e399
Upgrade to Freemarker 2.3.29
...
Closes gh-18036
2019-08-31 08:29:30 +01:00
Andy Wilkinson
f6f99d7855
Upgrade to Jetty 9.4.20.v20190813
...
Closes gh-18035
2019-08-31 08:29:29 +01:00
Andy Wilkinson
5e2f18f48b
Upgrade to Groovy 2.5.8
...
Closes gh-18034
2019-08-31 08:29:28 +01:00
Andy Wilkinson
a2d452f160
Upgrade to Tomcat 9.0.24
...
Closes gh-18033
2019-08-31 08:29:27 +01:00
Andy Wilkinson
b33d376fbe
Upgrade to Undertow 2.0.25.Final
...
Closes gh-18032
2019-08-31 08:29:26 +01:00
Andy Wilkinson
bf27f23144
Upgrade to Rxjava2 2.2.12
...
Closes gh-18031
2019-08-31 08:29:25 +01:00
Andy Wilkinson
494eaf0df8
Upgrade to Netty 4.1.39.Final
...
Closes gh-18030
2019-08-31 08:29:24 +01:00
Andy Wilkinson
e9a2de0556
Upgrade to Dropwizard Metrics 4.0.6
...
Closes gh-18029
2019-08-31 08:29:23 +01:00
Andy Wilkinson
8956e3d216
Upgrade to Couchbase Client 2.7.9
...
Closes gh-18028
2019-08-31 08:29:22 +01:00
davinkevin
84c81462b4
Upgrade to jOOQ 3.12.0
...
See gh-18014
2019-08-30 09:56:02 +01:00
Semyon Danilov
278b20d9c9
Upgrade to Flyway 6.0.1
...
See gh-17997
2019-08-30 08:19:07 +01:00
Andy Wilkinson
9a7b2ce007
Upgrade to Mssql Jdbc 7.4.1.jre8
...
Closes gh-17965
2019-08-29 13:53:13 +01:00
Stephane Nicoll
078d53a5f2
Upgrade to Kotlin 1.3.50
...
Closes gh-17982
2019-08-28 17:11:49 +02:00
Andy Wilkinson
11f67b8536
Upgrade to Kotlin Coroutines 1.3.0
...
Closes gh-17907
2019-08-28 11:22:13 +01:00
leoli
fac4b9c830
Upgrade to Git commit ID plugin 3.0.1
...
See gh-17981
2019-08-28 11:15:09 +01:00
Vedran Pavic
cb3efc1ef6
Add dependency management for IBM DB2 JDBC driver
...
See gh-17782
2019-08-27 11:19:19 +02:00
HaiTao Zhang
8c1c8a27d9
Support additional publisher confirm types
...
See gh-17848
2019-08-23 18:44:15 -07:00
Andy Wilkinson
bac63cf79e
Merge branch '2.1.x'
...
Closes gh-17943
2019-08-23 11:29:24 +01:00
Andy Wilkinson
0fb0eb6e5b
Deprecate jackson.version in favour of new jackson-bom.version
...
The versions of Jackon's bom and the versions of Jackson are often
not the same. For example, at the time of writing, the latest bom
version is 2.9.9.20190807 but the latest version of Jackson's core
is 2.9.9 and the latest version of Jackson's databind is 2.9.9.3.
spring-boot-dependencies using a property, jackson.version, to control
the version of jackson-bom that is imported. To make it clear that the
version property controls the version of Jackson's bom and not of
Jackson itself, this commit deprecates jackson.version in favour of
a new jackson-bom.version property.
An additional benefit of this change is that it addresses a problem
when using Gradle and the dependency management plugin. Jackson's bom
uses a jackson.version property to control the version
of core Jackson modules. This names clashes with the name of the
property used by spring-boot-dependencies. Specifying a custom
jackson.version to control the version of the bom that is imported
would also have the unwanted side-effect of customizing the version of
the core Jackson modules declared in Jackson's bom.
Fixes gh-17808
2019-08-23 11:28:20 +01:00
Stephane Nicoll
752bb0f5ab
Start building against Spring Kafka 2.3.0 snapshots
...
See gh-17902
2019-08-20 10:46:00 +02:00
Stephane Nicoll
9dd6edbe56
Start building against Spring Integration 5.2.0 snapshots
...
See gh-17901
2019-08-20 10:45:20 +02:00
Stephane Nicoll
b2e024f22e
Start building against Spring HATEOAS 1.0.0 snapshots
...
See gh-17904
2019-08-20 10:44:32 +02:00
Stephane Nicoll
e984874e96
Start building against Spring Data Moore snapshots
...
See gh-17900
2019-08-20 10:44:32 +02:00
Stephane Nicoll
3c0a41646b
Start building against Spring Batch 4.2.0 snapshots
...
See gh-17899
2019-08-20 10:44:27 +02:00
Stephane Nicoll
4b6e3b2a59
Start building against Reactor Dysprosium snapshots
...
See gh-17895
2019-08-20 10:01:31 +02:00
Andy Wilkinson
e805b6ea6e
Upgrade to Mockito 3.0.0
...
Closes gh-17803
2019-08-19 18:25:07 +01:00
Stephane Nicoll
3bc65f4fec
Upgrade to Kotlin coroutines 1.3.0-RC2
...
See gh-17907
2019-08-19 11:30:08 +02:00
Stephane Nicoll
a43e4c7a21
Start building against Spring Framework 5.2.0 snapshots
...
See gh-17896
2019-08-19 11:27:22 +02:00
Stephane Nicoll
ccf9b1b934
Merge branch '2.1.x'
...
Closes gh-17854
2019-08-13 17:23:07 +02:00
Stephane Nicoll
7aea432e3e
Promote dependency management plugin version to the bom
...
Closes gh-17842
2019-08-13 17:21:32 +02:00
Stephane Nicoll
463f94930c
Merge branch '2.1.x'
...
Closes gh-17850
2019-08-13 09:22:05 +02:00
Stephane Nicoll
25aecfeb35
Upgrade to Jackson 2.9.9.20190807
...
Closes gh-17698
2019-08-13 09:21:14 +02:00
Madhura Bhave
178746d678
Update Opaque Token Client Name following upstream changes
...
Closes gh-17846
2019-08-12 18:38:27 -07:00
Stephane Nicoll
bf88149fb9
Upgrade to Couchbase Client 2.7.9
...
Closes gh-17795
2019-08-09 09:16:59 +02:00
Stephane Nicoll
845f2d0607
Upgrade to Rsocket 1.0.0-RC2
...
Closes gh-17800
2019-08-07 08:50:40 +02:00
Stephane Nicoll
b8a8df4118
Revert "Upgrade to Jackson 2.9.9.20190806"
...
This reverts commit 81239611a0
.
See gh-17698
2019-08-06 11:07:21 +02:00
Stephane Nicoll
81239611a0
Upgrade to Jackson 2.9.9.20190806
...
Closes gh-17698
2019-08-06 09:40:32 +02:00
Stephane Nicoll
94184ae38b
Upgrade to Spring Security 5.1.6
...
Closes gh-17794
2019-08-06 08:15:18 +02:00
Madhura Bhave
3c9774d73c
Upgrade to Spring Integration 5.2.0.M4
...
Closes gh-17584
2019-08-05 17:02:48 -07:00
Madhura Bhave
4002a66c8b
Upgrade to Spring Session Corn-M3
...
Closes gh-17348
2019-08-05 14:17:40 -07:00
Stephane Nicoll
602bf730f2
Upgrade to Webjars Locator Core 0.38
...
Closes gh-17792
2019-08-05 20:43:08 +02:00
Stephane Nicoll
60bb9e695b
Upgrade to Mariadb 2.4.3
...
Closes gh-17791
2019-08-05 20:43:08 +02:00
Stephane Nicoll
9226edf19b
Upgrade to Elasticsearch 6.8.2
...
Closes gh-17790
2019-08-05 20:43:08 +02:00
Stephane Nicoll
5ace0e5e0c
Upgrade to Johnzon Jsonb 1.1.13
...
Closes gh-17789
2019-08-05 20:43:08 +02:00
Stephane Nicoll
6a4fb6fcde
Upgrade to Rxjava2 2.2.11
...
Closes gh-17788
2019-08-05 20:43:08 +02:00
Stephane Nicoll
9a16a505ec
Upgrade to Hazelcast 3.12.2
...
Closes gh-17787
2019-08-05 20:43:08 +02:00
Madhura Bhave
e6dd6a3df8
Upgrade to Spring Security 5.2.0.M4
...
Closes gh-17349
2019-08-05 11:31:42 -07:00
Stephane Nicoll
7a3a66e43d
Upgrade to Spring Kafka 2.3.0.M4
...
Closes gh-17319
2019-08-05 20:15:11 +02:00
Stephane Nicoll
41e19a8298
Upgrade to Spring AMQP 2.2.0 M4
...
Closes gh-17583
2019-08-05 20:14:22 +02:00
Stephane Nicoll
766b6c394f
Upgrade to Rxjava2 2.2.11
...
Closes gh-17675
2019-08-05 20:01:56 +02:00
Stephane Nicoll
b1d298fdef
Upgrade to Johnzon Jsonb 1.1.13
...
Closes gh-17786
2019-08-05 20:00:43 +02:00
Madhura Bhave
5e52fedbac
Upgrade to Spring Session Bean-SR7
...
Closes gh-17581
2019-08-05 09:49:27 -07:00
Stephane Nicoll
134c534cc1
Upgrade to Spring Kafka 2.2.8
...
Closes gh-17645
2019-08-05 18:13:28 +02:00
Stephane Nicoll
1e74e294ae
Upgrade to Spring AMQP 2.1.8
...
Closes gh-17641
2019-08-05 18:12:49 +02:00
Stephane Nicoll
236efd2cf4
Upgrade to Spring Integration 5.1.7
...
Closes gh-17643
2019-08-05 18:12:17 +02:00
Stephane Nicoll
501d9ad628
Upgrade to Spring Data Moore-RC2
...
Closes gh-17350
2019-08-05 16:36:29 +02:00
Stephane Nicoll
aaf953338b
Upgrade to Spring HATEOAS 1.0.0.RC1
...
Closes gh-17755
2019-08-05 16:35:50 +02:00
Stephane Nicoll
854d6081c6
Upgrade to Byte Buddy 1.10.0
...
Closes gh-17716
2019-08-05 14:17:48 +02:00
Stephane Nicoll
9938c18968
Upgrade to Spring Data Lovelace-SR10
...
Closes gh-17353
2019-08-05 13:42:48 +02:00
Stephane Nicoll
5529596e17
Upgrade to Spring Framework 5.2.0 RC1
...
Closes gh-17280
2019-08-05 11:36:36 +02:00
Stephane Nicoll
3e8b599d95
Upgrade to AssertJ 3.13.2
...
Closes gh-17690
2019-08-04 13:38:38 +02:00
Stephane Nicoll
b15674d71e
Upgrade to Spring HATEOAS 0.25.2
...
Closes gh-17777
2019-08-04 08:56:05 +02:00
Stephane Nicoll
99f30700e2
Upgrade to Spring Batch 4.2.0.M3
...
Closes gh-17347
2019-08-03 10:54:40 +02:00
Stephane Nicoll
cdec8a9b46
Upgrade to Spring Framework 5.1.9
...
Closes gh-17351
2019-08-02 13:37:50 +02:00
Stephane Nicoll
bee373d6cf
Start building against Spring HATEOAS 1.0 snapshots
...
See gh-17755
2019-08-01 15:19:41 +02:00
Stephane Nicoll
f9e809b00e
Upgrade to Undertow 2.0.23.Final
...
Closes gh-17676
2019-07-31 14:51:58 +02:00
Stephane Nicoll
69f3fe7a9c
Polish "Add dependency management for Kotlin Coroutines"
...
See gh-17701
2019-07-31 09:50:30 +02:00
Sebastien Deleuze
1acf78fb64
Add dependency management for Kotlin Coroutines
...
See gh-17701
2019-07-31 09:46:39 +02:00
Stephane Nicoll
8197feac15
Upgrade to Micrometer 1.2.0
...
Closes gh-17699
2019-07-30 17:46:14 +02:00
Stephane Nicoll
3774af4ae3
Upgrade to Maven Javadoc Plugin 3.1.1
...
Closes gh-17735
2019-07-30 16:30:13 +02:00
Stephane Nicoll
c467ecfae8
Upgrade to Xmlunit2 2.6.3
...
Closes gh-17734
2019-07-30 16:30:12 +02:00
Stephane Nicoll
c134622495
Upgrade to Spring Cloud Connectors 2.0.6.RELEASE
...
Closes gh-17733
2019-07-30 16:30:10 +02:00
Stephane Nicoll
4477d76b1f
Upgrade to Postgresql 42.2.6
...
Closes gh-17732
2019-07-30 16:30:09 +02:00
Stephane Nicoll
7e057dd3d8
Upgrade to Neo4j Ogm 3.2.0-RC1
...
Closes gh-17731
2019-07-30 16:30:07 +02:00
Stephane Nicoll
a5ddb5e408
Upgrade to Mongo Driver Reactivestreams 1.12.0-rc0
...
Closes gh-17730
2019-07-30 16:30:06 +02:00
Stephane Nicoll
2bfb41d542
Upgrade to Mongodb 3.11.0-rc0
...
Closes gh-17729
2019-07-30 16:30:04 +02:00
Stephane Nicoll
d78750fb9a
Upgrade to Pooled Jms 1.0.6
...
Closes gh-17728
2019-07-30 16:30:02 +02:00
Stephane Nicoll
af2427c5eb
Upgrade to Liquibase 3.7.0
...
Closes gh-17727
2019-07-30 16:30:00 +02:00
Stephane Nicoll
0994a04e46
Upgrade to Junit Jupiter 5.5.1
...
Closes gh-17726
2019-07-30 16:29:58 +02:00
Stephane Nicoll
0c4de28278
Upgrade to Jolokia 1.6.2
...
Closes gh-17725
2019-07-30 16:29:57 +02:00
Stephane Nicoll
d0a7d48036
Upgrade to Kotlin 1.3.41
...
Closes gh-17724
2019-07-30 16:29:55 +02:00
Stephane Nicoll
3d82d2a3c7
Upgrade to Hibernate 5.4.4.Final
...
Closes gh-17723
2019-07-30 16:29:54 +02:00
Stephane Nicoll
b5c83530b4
Upgrade to Elasticsearch 6.8.1
...
Closes gh-17722
2019-07-30 16:29:53 +02:00
Stephane Nicoll
b1cefc1e60
Upgrade to Ehcache3 3.8.0
...
Closes gh-17721
2019-07-30 16:29:52 +02:00
Stephane Nicoll
d145583d4e
Upgrade to Janino 3.0.15
...
Closes gh-17720
2019-07-30 16:29:50 +02:00
Stephane Nicoll
c3eba372c7
Upgrade to Tomcat 9.0.22
...
Closes gh-17719
2019-07-30 16:29:49 +02:00
Stephane Nicoll
2cb596644d
Upgrade to Solr 8.2.0
...
Closes gh-17718
2019-07-30 16:29:48 +02:00
Stephane Nicoll
995b3daa25
Upgrade to Commons Pool2 2.7.0
...
Closes gh-17717
2019-07-30 16:29:46 +02:00
Stephane Nicoll
d6b25a520b
Upgrade to Byte Buddy 1.9.16
...
Closes gh-17716
2019-07-30 16:29:45 +02:00
Stephane Nicoll
8d2cded501
Upgrade to Mysql 8.0.17
...
Closes gh-17715
2019-07-30 16:29:44 +02:00
Stephane Nicoll
f6c7b77e74
Upgrade to Joda Time 2.10.3
...
Closes gh-17714
2019-07-30 16:29:42 +02:00
Stephane Nicoll
85ea8a0b56
Upgrade to Jakarta Servlet Jsp Jstl 1.2.5
...
Closes gh-17713
2019-07-30 16:29:41 +02:00
Stephane Nicoll
31a011d427
Upgrade to Undertow 2.0.23.Final
...
Closes gh-17712
2019-07-30 16:29:40 +02:00
Stephane Nicoll
ea30be2690
Upgrade to Rxjava2 2.2.10
...
Closes gh-17711
2019-07-30 16:29:38 +02:00
Stephane Nicoll
a205aef08f
Upgrade to Netty 4.1.38.Final
...
Closes gh-17710
2019-07-30 16:29:37 +02:00
Stephane Nicoll
391186cd71
Upgrade to Commons Codec 1.13
...
Closes gh-17709
2019-07-30 16:29:36 +02:00
Stephane Nicoll
7f43d8a1bc
Upgrade to Jmustache 1.15
...
Closes gh-17708
2019-07-30 16:29:34 +02:00
Stephane Nicoll
40361e3556
Upgrade to Rabbit Amqp Client 5.7.3
...
Closes gh-17707
2019-07-30 16:29:33 +02:00
Stephane Nicoll
7b0fc2e8fb
Upgrade to Appengine Sdk 1.9.76
...
Closes gh-17706
2019-07-30 16:29:31 +02:00
Stephane Nicoll
912b54f15e
Upgrade to Cassandra Driver 3.7.2
...
Closes gh-17705
2019-07-30 16:29:30 +02:00
Stephane Nicoll
6e5ad13c0d
Merge branch '2.1.x'
...
Closes gh-17702
2019-07-30 15:28:29 +02:00
Stephane Nicoll
34ee27d0b7
Upgrade to Lettuce 5.1.8.RELEASE
...
Closes gh-17700
2019-07-30 15:26:53 +02:00
Stephane Nicoll
3e93d9e1b9
Upgrade to Reactor Dysprosium-M3
...
Closes gh-17638
2019-07-30 11:17:22 +02:00
Stephane Nicoll
fe515a301d
Upgrade to Reactor Californium-SR10
...
Closes gh-17639
2019-07-30 11:12:39 +02:00
dreis2211
8d2f2b75bd
Upgrade to AssertJ 3.13.1
...
See gh-17690
2019-07-30 09:48:33 +02:00
Phillip Webb
e5497665cf
Merge branch '2.1.x'
...
Closes gh-17688
Closes gh-17689
2019-07-29 14:48:26 +01:00
Phillip Webb
73efce6306
Upgrade to Undertow 2.0.22.Final
...
Closes gh-17676
2019-07-29 14:46:16 +01:00
Stephane Nicoll
c76133eb22
Upgrade to Xmlunit2 2.6.3
...
Closes gh-17686
2019-07-29 14:34:19 +02:00
Stephane Nicoll
42942ac076
Upgrade to Spring Cloud Connectors 2.0.6.RELEASE
...
Closes gh-17685
2019-07-29 14:34:19 +02:00
Stephane Nicoll
9af85534c1
Upgrade to Postgresql 42.2.6
...
Closes gh-17684
2019-07-29 14:34:19 +02:00