Commit Graph

5616 Commits

Author SHA1 Message Date
Stephane Nicoll
b75e196de0 Upgrade to Spring Integration 5.1.13
Closes gh-23798
2020-10-28 20:23:35 +01:00
Stephane Nicoll
9ae2eb4007 Upgrade to Spring Data Lovelace-SR21
Closes gh-23775
2020-10-28 16:27:19 +01:00
Stephane Nicoll
505a713a08 Upgrade to Micrometer 1.1.19
Closes gh-23789
2020-10-28 07:53:39 +01:00
Stephane Nicoll
e31f4bc06d Revert to Spring AMQP 2.1.17
See gh-23782
2020-10-28 07:53:07 +01:00
Stephane Nicoll
12f0709f9f Upgrade to Spring Framework 5.1.19
Closes gh-23772
2020-10-27 15:45:34 +01:00
Stephane Nicoll
a1699d34f0 Upgrade to Reactor Californium-SR22
Closes gh-23792
2020-10-26 18:14:28 +01:00
Andy Wilkinson
20e1e00bf7 Upgrade to Spring Security 5.1.13.RELEASE
Closes gh-23843
2020-10-26 09:07:35 +00:00
Andy Wilkinson
a20a85780d Upgrade to Lombok 1.18.16
Closes gh-23842
2020-10-26 09:07:34 +00:00
Andy Wilkinson
99f99f69c9 Upgrade to Postgresql 42.2.18
Closes gh-23841
2020-10-26 09:07:33 +00:00
Andy Wilkinson
38c8b5bda1 Upgrade to Hibernate Validator 6.0.21.Final
Closes gh-23840
2020-10-26 09:07:31 +00:00
Andy Wilkinson
725c600fb3 Upgrade to Jetty 9.4.33.v20201020
Closes gh-23839
2020-10-26 09:07:30 +00:00
Andy Wilkinson
66d5ff5402 Upgrade to Tomcat 9.0.39
Closes gh-23838
2020-10-26 09:07:29 +00:00
Andy Wilkinson
c30c6efa0e Upgrade to Httpclient 4.5.13
Closes gh-23837
2020-10-26 09:07:27 +00:00
Andy Wilkinson
d7dc3587b3 Upgrade to Mysql 8.0.22
Closes gh-23836
2020-10-26 09:07:26 +00:00
Andy Wilkinson
1b715f0a9b Upgrade to Joda Time 2.10.8
Closes gh-23835
2020-10-26 09:07:25 +00:00
Andy Wilkinson
82b41e31db Upgrade to Undertow 2.0.32.Final
Closes gh-23834
2020-10-26 09:07:24 +00:00
Andy Wilkinson
261fa6fcf4 Upgrade to Rxjava2 2.2.20
Closes gh-23833
2020-10-26 09:07:22 +00:00
Andy Wilkinson
ece7f16e75 Upgrade to Netty 4.1.53.Final
Closes gh-23832
2020-10-26 09:07:21 +00:00
Stephane Nicoll
4d1b84f527 Start building against Spring AMQP 2.1.18 snapshots
See gh-23782
2020-10-21 14:44:52 +02:00
Stephane Nicoll
97dda79dc2 Start building against Spring Data Lovelace-SR21 snapshots
See gh-23775
2020-10-21 14:43:54 +02:00
Stephane Nicoll
c6a82ef653 Start building against Reactor Californium-SR22 snapshots
See gh-23792
2020-10-21 14:43:26 +02:00
Stephane Nicoll
eb5924baa7 Start building against Spring Framework 5.1.19 snapshots
See gh-23772
2020-10-21 09:37:04 +02:00
Phillip Webb
1db2f5f960 Support Formatter conversion service beans
Update `ConversionServiceDeducer` to also include `Formatter` beans
when they are qualified with `@ConfigurationPropertiesBinding`.

Fixes gh-23576
2020-10-07 11:34:57 -07:00
Phillip Webb
206356728c Add upgrading section to reference docs
Add a section to the reference documentation with links to the release
notes on the wiki.

Closes gh-23529
2020-10-07 11:04:20 -07:00
Phillip Webb
cc442c5c0d Make HandlerFunctionDescription JDK 15 compatible
Update `HandlerFunctionDescription` so that it will work with JDK 15.

Closes gh-23442
2020-09-21 23:18:02 -07:00
Stephane Nicoll
91c1d52fc1 Upgrade to Micrometer 1.1.18
Closes gh-23384
2020-09-17 07:40:59 +02:00
Stephane Nicoll
db04672403 Upgrade to Spring Session Bean-SR12
Closes gh-23185
2020-09-17 07:37:14 +02:00
Andy Wilkinson
d3d96f0417 Upgrade to Spring REST Docs 2.0.5.RELEASE
Closes gh-23374
2020-09-16 17:45:34 +01:00
Stephane Nicoll
9a09a3c570 Upgrade to Spring AMQP 2.1.17
Closes gh-23371
2020-09-16 18:20:34 +02:00
Stephane Nicoll
b1e47811af Upgrade to Spring Data Lovelace-SR20
Closes gh-23194
2020-09-16 15:40:09 +02:00
Stephane Nicoll
297735a7e7 Upgrade to Spring Ws 3.0.10.RELEASE
Closes gh-23333
2020-09-16 09:56:25 +02:00
Stephane Nicoll
b37d79a07e Upgrade to Neo4j Ogm 3.1.22
Closes gh-23332
2020-09-16 09:56:24 +02:00
Stephane Nicoll
9f3b3504ef Upgrade to Tomcat 9.0.38
Closes gh-23331
2020-09-16 09:56:22 +02:00
Phillip Webb
e0030094e2 Fix missing jar entry certificates
Ensure that the source jar entry is closed before reading
certificates and code signers from the entry.

gh-19041
2020-09-15 08:42:58 -07:00
Stephane Nicoll
d73ee9d545 Upgrade to Spring Framework 5.1.18
Closes gh-23181
2020-09-15 13:45:51 +02:00
Stephane Nicoll
a5905c5cb9 Upgrade to Reactor Californium-SR21
Closes gh-23190
2020-09-15 08:42:35 +02:00
Phillip Webb
4138e59c33 Fix potential JarFileEntries ClassCastException
Update `JarFileEntries` so that the interface is obtained rather than
the concrete implementation. This allows `JarEntry` values to be used
without causing a ClassCastException.

Closes gh-19041
2020-09-14 13:48:59 -07:00
Stephane Nicoll
492e1a4c0f Upgrade to Netty 4.1.52.Final
Closes gh-23269
2020-09-14 11:28:55 +02:00
Stephane Nicoll
3bd4337a4e Upgrade to Spring Security 5.1.12.RELEASE
Closes gh-23278
2020-09-14 10:41:44 +02:00
Stephane Nicoll
72a5b2353d Upgrade to Postgresql 42.2.16
Closes gh-23277
2020-09-14 10:41:43 +02:00
Stephane Nicoll
5c3947c64b Upgrade to Neo4j Ogm 3.1.21
Closes gh-23276
2020-09-14 10:41:40 +02:00
Stephane Nicoll
c723b4e705 Upgrade to Infinispan 9.4.20.Final
Closes gh-23275
2020-09-14 10:41:25 +02:00
Stephane Nicoll
738613b889 Upgrade to Hibernate 5.3.18.Final
Closes gh-23274
2020-09-14 10:41:25 +02:00
Stephane Nicoll
c608f4425d Upgrade to Jetty 9.4.31.v20200723
Closes gh-23273
2020-09-14 10:41:25 +02:00
Stephane Nicoll
9f0befbcb8 Upgrade to Undertow 2.0.31.Final
Closes gh-23272
2020-09-14 10:41:25 +02:00
Stephane Nicoll
78c1e105ee Upgrade to Dependency Management Plugin 1.0.10.RELEASE
Closes gh-23271
2020-09-14 10:41:24 +02:00
Stephane Nicoll
6d99776d9d Upgrade to Netty Tcnative 2.0.34.Final
Closes gh-23270
2020-09-14 10:41:20 +02:00
Stephane Nicoll
e5a9a7ae83 Upgrade to Micrometer 1.1.17
Closes gh-23268
2020-09-14 09:47:49 +02:00
Stephane Nicoll
fb935ecb8d Upgrade to Appengine Sdk 1.9.82
Closes gh-23267
2020-09-14 09:47:48 +02:00
Stephane Nicoll
76fd9a530c Upgrade to Jackson 2.9.10.20200824
Closes gh-23266
2020-09-14 09:47:47 +02:00