Commit Graph

25803 Commits

Author SHA1 Message Date
Andy Wilkinson
072bfae4af Upgrade to Postgresql 42.2.18
Closes gh-23860
2020-10-26 10:25:26 +00:00
Andy Wilkinson
e9fe96b0ba Upgrade to Neo4j Ogm 3.2.17
Closes gh-23859
2020-10-26 10:25:25 +00:00
Andy Wilkinson
3b63e2c6da Upgrade to Hibernate Validator 6.0.21.Final
Closes gh-23858
2020-10-26 10:25:24 +00:00
Andy Wilkinson
fdf44f1fd1 Upgrade to Hibernate 5.4.22.Final
Closes gh-23857
2020-10-26 10:25:22 +00:00
Andy Wilkinson
53a458ffcf Upgrade to Elasticsearch 6.8.13
Closes gh-23856
2020-10-26 10:25:21 +00:00
Andy Wilkinson
5854abcbf1 Upgrade to Jetty 9.4.33.v20201020
Closes gh-23855
2020-10-26 10:25:19 +00:00
Andy Wilkinson
4588889da4 Upgrade to Tomcat 9.0.39
Closes gh-23854
2020-10-26 10:25:18 +00:00
Andy Wilkinson
1ef399b6fa Upgrade to Httpclient 4.5.13
Closes gh-23853
2020-10-26 10:25:16 +00:00
Andy Wilkinson
e8cf97bdbb Upgrade to Byte Buddy 1.10.17
Closes gh-23852
2020-10-26 10:25:15 +00:00
Andy Wilkinson
46392bc50d Upgrade to Mysql 8.0.22
Closes gh-23851
2020-10-26 10:25:14 +00:00
Andy Wilkinson
39e81521cb Upgrade to Joda Time 2.10.8
Closes gh-23850
2020-10-26 10:25:13 +00:00
Andy Wilkinson
1cc0a45749 Upgrade to Undertow 2.0.32.Final
Closes gh-23849
2020-10-26 10:25:11 +00:00
Andy Wilkinson
fc94588d9f Upgrade to Rxjava2 2.2.20
Closes gh-23848
2020-10-26 10:25:10 +00:00
Andy Wilkinson
d6c20b917b Upgrade to Netty 4.1.53.Final
Closes gh-23847
2020-10-26 10:25:09 +00:00
Andy Wilkinson
b0ddcdd695 Upgrade to Dropwizard Metrics 4.1.14
Closes gh-23846
2020-10-26 10:25:07 +00:00
Andy Wilkinson
91a71e3ca7 Upgrade to Hazelcast 3.12.10
Closes gh-23845
2020-10-26 10:25:06 +00:00
Andy Wilkinson
1b10af0c55 Upgrade to Caffeine 2.8.6
Closes gh-23844
2020-10-26 10:25:04 +00:00
Andy Wilkinson
584d7ccd27 Merge branch '2.1.x' into 2.2.x 2020-10-26 10:22:38 +00: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
Brian Clozel
9478cd2dfb Document how to configure h2c protocol
Prior to this commit, the how-to documentation would say that Spring
Boot does not support the h2c protocol. While it's not supported
out-of-the-box with a configuration property, this protocol can still be
configured using server customizers.

This commit documents, with code snippets, the server customizers one
should use to configure the h2c protocol in an application - for each
supported server.

Closes gh-21997
2020-10-22 20:04:35 +02:00
Brian Clozel
5eb1e26e10 Add HttpEncodingAutoConfiguration to WebMvcTest
Prior to this commit, tests using the `@WebMvcTest` annotation would not
include the `HttpEncodingAutoConfiguration`. This means that, even if
configured, the encoding filter would not be configured in MVC tests,
resulting in an inconsistency with `@SpringBootTest` tests.

This commit ensures that the `HttpEncodingAutoConfiguration` is included
when `@WebMvcTest` is used.

Fixes gh-23749
2020-10-22 20:02:45 +02:00
Stephane Nicoll
a601901a6c Start building against Spring Kafka 2.3.12 snapshots
See gh-23786
2020-10-21 15:06:01 +02:00
Stephane Nicoll
2415987c70 Start building against Spring AMQP 2.2.12 snapshots
See gh-23783
2020-10-21 15:05:07 +02:00
Stephane Nicoll
bc8d200905 Start building against Spring Data Moore-SR11 Snapshots
See gh-23776
2020-10-21 15:04:18 +02:00
Stephane Nicoll
d2a3503b40 Merge branch '2.1.x' into 2.2.x 2020-10-21 15:03:35 +02: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
551623435b Start building against Spring Framework 5.2.10 snapshots
See gh-23773
2020-10-21 09:49:47 +02:00
Stephane Nicoll
7b4e3462ec Start building against Reactor Dysprosium-SR13 snapshots
See gh-23769
2020-10-21 09:48:50 +02:00
Stephane Nicoll
6186ec33f7 Merge branch '2.1.x' into 2.2.x 2020-10-21 09:48:02 +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
Stephane Nicoll
07b693b58f Merge pull request #23755 from cdalexndr
* pr/23755:
  Polish contribution
  Note that using LiveReload requires Devtools restart to be enabled

Closes gh-23755
2020-10-20 17:05:26 +02:00
Stephane Nicoll
4f4cc8b182 Polish contribution
See gh-23755
2020-10-20 16:56:30 +02:00
cdalexndr
2f2b1b9656 Note that using LiveReload requires Devtools restart to be enabled
See gh-23755
2020-10-20 16:53:49 +02:00
Andy Wilkinson
11bc62fb83 Stop using PostConstruct to default session timeout to ServerProperties'
Fixes gh-23716
2020-10-19 14:31:01 +01:00
Andy Wilkinson
2a40bd7853 Register shutdown hook so it can tidy up a partial refresh
Previously, the shutdown hook was only registered once refresh has
completed. If the JVM was shut down during refresh (or after refresh
and before the hook was registered) the hook wouldn't run and the
partially refreshed context would not be cleaned up.

This commit moves the registration of the shutdown hook to before
refresh processing begins. This ensures that the hook is available
to clean up the context if the JVM is shutdown while refresh is in
progress.

Fixes gh-23625
2020-10-19 09:16:07 +01:00
Brian Clozel
f43970e6e0 Merge branch '2.1.x' into 2.2.x
Closes gh-23700
2020-10-15 11:08:10 +02:00
Brian Clozel
918ef888e9 Fix image folder name in update detection script
Fixes gh-23699
2020-10-15 11:06:05 +02:00