Commit Graph

24980 Commits

Author SHA1 Message Date
Stephane Nicoll
5dc82eda53 Upgrade to Spring Framework 5.1.15
Closes gh-20938
2020-04-28 15:35:08 +02:00
Brian Clozel
a63ab468a3 Upgrade to RSocket 1.0.0-RC7
This commit upgrades to RSocket 1.0.0-RC7.
This new RC brings API changes we have to adapt to. As of this commit,
we're introducing a new `RSocketServerCustomizer` which replaces the now
deprecated `ServerRSocketFactoryProcessor`.

Closes gh-21046
2020-04-28 11:09:37 +02:00
Stephane Nicoll
6ff7b81239 Upgrade to Spring Ws 3.0.9.RELEASE
Closes gh-21205
2020-04-28 10:02:49 +02:00
Stephane Nicoll
47c26ef69d Upgrade to Spring Security 5.2.3.RELEASE
Closes gh-21204
2020-04-28 10:02:49 +02:00
Stephane Nicoll
4cc45f964c Upgrade to Spring Batch 4.2.2.RELEASE
Closes gh-21203
2020-04-28 10:02:49 +02:00
Stephane Nicoll
423ec71d45 Upgrade to Postgresql 42.2.12
Closes gh-21202
2020-04-28 10:02:49 +02:00
Stephane Nicoll
65fc43865a Upgrade to Neo4j Ogm 3.2.11
Closes gh-21201
2020-04-28 10:02:49 +02:00
Stephane Nicoll
cacdfa443f Upgrade to Liquibase 3.8.9
Closes gh-21200
2020-04-28 10:02:49 +02:00
Stephane Nicoll
f621ac61fa Upgrade to Kotlin 1.3.72
Closes gh-21199
2020-04-28 10:02:49 +02:00
Stephane Nicoll
f45fd47a34 Upgrade to Infinispan 9.4.19.Final
Closes gh-21198
2020-04-28 10:02:49 +02:00
Stephane Nicoll
51cedc6225 Upgrade to Hibernate Validator 6.0.19.Final
Closes gh-21197
2020-04-28 10:02:49 +02:00
Stephane Nicoll
5668bf456a Upgrade to Hibernate 5.4.14.Final
Closes gh-21196
2020-04-28 10:02:49 +02:00
Stephane Nicoll
e822c497ef Upgrade to Elasticsearch 6.8.8
Closes gh-21194
2020-04-28 09:28:33 +02:00
Stephane Nicoll
6182d83f8c Upgrade to Jetty 9.4.28.v20200408
Closes gh-21193
2020-04-28 09:28:31 +02:00
Stephane Nicoll
e88ee06b5b Upgrade to Groovy 2.5.11
Closes gh-21192
2020-04-28 09:28:30 +02:00
Stephane Nicoll
7820f0115a Upgrade to Tomcat 9.0.34
Closes gh-21191
2020-04-28 09:28:29 +02:00
Stephane Nicoll
5027a05b0e Upgrade to Johnzon Jsonb 1.2.4
Closes gh-21190
2020-04-28 09:28:28 +02:00
Stephane Nicoll
c7d0928114 Upgrade to Byte Buddy 1.10.9
Closes gh-21189
2020-04-28 09:28:27 +02:00
Stephane Nicoll
e82bd7f3a1 Upgrade to Mysql 8.0.20
Closes gh-21188
2020-04-28 09:28:25 +02:00
Stephane Nicoll
32f128bb9f Upgrade to Joda Time 2.10.6
Closes gh-21187
2020-04-28 09:28:24 +02:00
Stephane Nicoll
09fb95bd6d Upgrade to Netty 4.1.49.Final
Closes gh-21186
2020-04-28 09:28:23 +02:00
Stephane Nicoll
13edf342f6 Upgrade to Micrometer 1.3.8
Closes gh-21185
2020-04-28 09:28:22 +02:00
Stephane Nicoll
c8b2440afb Upgrade to Dropwizard Metrics 4.1.6
Closes gh-21184
2020-04-28 09:28:21 +02:00
Stephane Nicoll
0fb174e54c Upgrade to Hikaricp 3.4.3
Closes gh-21183
2020-04-28 09:28:19 +02:00
Stephane Nicoll
732a51a898 Upgrade to Sendgrid 4.4.8
Closes gh-21182
2020-04-28 09:28:18 +02:00
Stephane Nicoll
8fb2ea4e65 Upgrade to Appengine Sdk 1.9.80
Closes gh-21181
2020-04-28 09:28:17 +02:00
Stephane Nicoll
8831856d79 Upgrade to Caffeine 2.8.2
Closes gh-21180
2020-04-28 09:28:16 +02:00
Stephane Nicoll
fb6fcff198 Upgrade to Couchbase Client 2.7.14
Closes gh-21179
2020-04-28 09:28:15 +02:00
Phillip Webb
1f492001ec Merge branch '2.1.x' into 2.2.x 2020-04-27 21:51:04 -07:00
Phillip Webb
50e9674631 Backport "Attempt to prevent JarFiles from being left open"
Update `JarFile` so that `super.close()` is called early so that the
file is not left open. Since we re-implement `JarFile` methods to work
directly on the underlying `RandomAccessDataFile`, it should be safe
to close immediately.

Closes gh-21177
2020-04-27 19:03:52 -07:00
Phillip Webb
36b082e8c1 Merge branch '2.1.x' into 2.2.x
Closes gh-21174
2020-04-27 16:18:55 -07:00
Phillip Webb
e2705b2cfd Throw exception if classpath*: is used
Update `ConfigFileApplicationListener` to throw a better exception if
`classpath*:` is used as a location.

Closes gh-21168
2020-04-27 13:42:40 -07:00
Stephane Nicoll
0761ff1f0b Upgrade to Reactor Bom Dysprosium-SR7
Closes gh-20942
2020-04-27 14:30:20 +02:00
Stephane Nicoll
5463debd66 Merge branch '2.1.x' into 2.2.x 2020-04-27 14:29:43 +02:00
Stephane Nicoll
16005c608f Upgrade to Reactor Bom Californium-SR18
Clsoes gh-20937
2020-04-27 14:28:43 +02:00
Stephane Nicoll
394f06d558 Merge branch '2.1.x' into 2.2.x 2020-04-27 10:22:07 +02:00
Stephane Nicoll
3ea0b4198b Upgrade to Maven Dependency Plugin 3.1.2
Closes gh-21167
2020-04-27 09:38:51 +02:00
Stephane Nicoll
a7e3257e7f Upgrade to Xmlunit2 2.6.4
Closes gh-21166
2020-04-27 09:38:50 +02:00
Stephane Nicoll
cac0407762 Upgrade to Spring Ws 3.0.9.RELEASE
Closes gh-21165
2020-04-27 09:38:49 +02:00
Stephane Nicoll
4e93115b05 Upgrade to Spring Session Bom Bean-SR10
Closes gh-21164
2020-04-27 09:38:48 +02:00
Stephane Nicoll
0697b3acb4 Upgrade to Spring Security 5.1.9.RELEASE
Closes gh-21163
2020-04-27 09:38:47 +02:00
Stephane Nicoll
f24351d12a Upgrade to Spring Batch 4.1.4.RELEASE
Closes gh-21162
2020-04-27 09:38:46 +02:00
Stephane Nicoll
c3c5b444e7 Upgrade to Postgresql 42.2.12
Closes gh-21161
2020-04-27 09:38:45 +02:00
Stephane Nicoll
25fb48d0e3 Upgrade to Neo4j Ogm 3.1.19
Closes gh-21160
2020-04-27 09:38:44 +02:00
Stephane Nicoll
067a07386a Upgrade to Mimepull 1.9.13
Closes gh-21159
2020-04-27 09:38:43 +02:00
Stephane Nicoll
e6b17bc5b8 Upgrade to Infinispan 9.4.19.Final
Closes gh-21158
2020-04-27 09:38:41 +02:00
Stephane Nicoll
9bb16e44b0 Upgrade to Hibernate Validator 6.0.19.Final
Closes gh-21157
2020-04-27 09:38:40 +02:00
Stephane Nicoll
191a4e5a51 Upgrade to Hibernate 5.3.16.Final
Closes gh-21156
2020-04-27 09:38:39 +02:00
Stephane Nicoll
19826847d4 Upgrade to Freemarker 2.3.30
Closes gh-21155
2020-04-27 09:38:38 +02:00
Stephane Nicoll
46fe25480c Upgrade to Jetty 9.4.28.v20200408
Closes gh-21154
2020-04-27 09:38:37 +02:00