Commit Graph

12954 Commits

Author SHA1 Message Date
Stephane Nicoll
041b65d9ce Upgrade to Maven Invoker Plugin 3.2.2
Closes gh-26062
2021-04-13 15:43:07 +02:00
Stephane Nicoll
95d55f50e9 Upgrade to Lombok 1.18.20
Closes gh-26061
2021-04-13 15:43:07 +02:00
Stephane Nicoll
e7988de2e9 Upgrade to Liquibase 4.3.3
Closes gh-26060
2021-04-13 15:43:06 +02:00
Stephane Nicoll
e9ba79d5be Upgrade to Lettuce 6.1.0.RELEASE
Closes gh-26059
2021-04-13 15:43:06 +02:00
Stephane Nicoll
979cf96cae Upgrade to Jetty 9.4.39.v20210325
Closes gh-26058
2021-04-13 15:43:06 +02:00
Stephane Nicoll
2f424b15da Upgrade to Jetty Reactive HTTPClient 1.1.7
Closes gh-26057
2021-04-13 15:43:06 +02:00
Stephane Nicoll
b8d3253151 Upgrade to Jaybird 4.0.3.java8
Closes gh-26056
2021-04-13 15:43:05 +02:00
Stephane Nicoll
db5ef657d6 Upgrade to Jakarta Mail 1.6.7
Closes gh-26055
2021-04-13 15:43:05 +02:00
Stephane Nicoll
7c32389dd0 Upgrade to Jackson Bom 2.12.3
Closes gh-26054
2021-04-13 15:43:05 +02:00
Stephane Nicoll
c66c15fac2 Upgrade to HtmlUnit 2.49.1
Closes gh-26052
2021-04-13 15:05:11 +02:00
Stephane Nicoll
a2df809e8c Upgrade to Hibernate 5.4.30.Final
Closes gh-26050
2021-04-13 14:52:09 +02:00
Stephane Nicoll
313cc0d6af Upgrade to Git Commit ID Plugin 4.0.4
Closes gh-26049
2021-04-13 14:52:08 +02:00
Stephane Nicoll
7a81be0327 Upgrade to Flyway 7.7.3
Closes gh-26048
2021-04-13 14:52:07 +02:00
Stephane Nicoll
37c41607e3 Upgrade to Elasticsearch 7.12.0
Closes gh-26047
2021-04-13 14:52:06 +02:00
Stephane Nicoll
31c96ac95d Upgrade to Dropwizard Metrics 4.1.19
Closes gh-26046
2021-04-13 14:52:05 +02:00
Stephane Nicoll
fbb2489a46 Upgrade to Couchbase Client 3.1.4
Closes gh-26045
2021-04-13 14:52:03 +02:00
Stephane Nicoll
25723680a0 Upgrade to Cassandra Driver 4.11.0
Closes gh-26044
2021-04-13 14:52:02 +02:00
Stephane Nicoll
7aa506a238 Upgrade to AppEngine SDK 1.9.88
Closes gh-26043
2021-04-13 14:52:01 +02:00
Stephane Nicoll
9c524c3324 Upgrade to Spring Framework 5.3.6
Closes gh-25926
2021-04-13 14:35:51 +02:00
Andy Wilkinson
e51d7d0616 Upgrade to Json-smart 2.4.2
Closes gh-25946
2021-04-13 12:54:25 +01:00
Andy Wilkinson
04e441f468 Add a config prop for the embedded database connection
Previously, the embedded database connection that would be used
could only be controlled via the classpath. If multiple embedded
database dependencies were present, it wasn't possible to control
the one that the auto-configured would use. It also wasn't possible
to disable auto-configuration of an embedded database.

This commit introduces a new configuration property,
spring.datasource.embedded-database-connection. It can be set to
one of the values of the EmbeddedDatabaseConnection enum to control
the auto-configuration of an embedded database. Setting it to none
will disable the auto-configuration and ensure that an external
database is used instead.

Closes gh-23412
2021-04-13 12:48:46 +01:00
Andy Wilkinson
059c4fbd43 Test JettyReactiveWebServerFactory against Jetty 10
Closes gh-26039
2021-04-13 12:18:29 +01:00
Andy Wilkinson
252d4e98c5 Test that HTTP/1.1 still works when HTTP/2 is enabled
See gh-25856
2021-04-13 11:19:44 +01:00
Andy Wilkinson
74b91b78fe Temporarily disable h2c tests with Jetty 10
Closes gh-26038
2021-04-13 10:25:18 +01:00
Stephane Nicoll
b779c430e0 Upgrade to Spring Security 5.5.0-RC1
Closes gh-25931
2021-04-13 08:34:26 +02:00
Stephane Nicoll
7370afc326 Upgrade to Reactor 2020.0.6
Closes gh-25925
2021-04-13 08:29:25 +02:00
Phillip Webb
89213c7d39 Switch default MVC path matching strategy
Change the default `spring.mvc.pathmatch.matching-strategy` to
`PATH_PATTERN_PARSER`.

Closes gh-24805
2021-04-12 18:43:08 -07:00
Scott Frederick
b0ee15e7cc Merge branch '2.4.x'
Closes gh-26032
2021-04-12 16:05:08 -05:00
Scott Frederick
91ee590fd4 Remove @Persistent from MongoDB entity scanning
This commit removes `org.springframework.data.annotation.Persistent`
from the annotation types used for MongoDB entity scanning to align
with Spring Data MongoDB.

Fixes gh-25797
2021-04-12 16:04:38 -05:00
Andy Wilkinson
713c0fce7c Auto-configure H2C when HTTP/2 is enabled and SSL is disabled 2021-04-12 17:16:14 +01:00
Stephane Nicoll
1f71c8241c Merge branch '2.4.x'
Closes gh-26030
2021-04-12 16:55:37 +02:00
Stephane Nicoll
305bcb10ae Merge branch '2.3.x' into 2.4.x
Closes gh-26029
2021-04-12 16:55:26 +02:00
Stephane Nicoll
d96fcf320c Harmonize Elasticsearch converter auto-configuration
This commit harmonizes our auto-configuration so that default converters
are configured the same way ElasticsearchConfigurationSupport does.

Closes gh-25087
2021-04-12 16:51:57 +02:00
Andy Wilkinson
c4750fd0ff Support Gradle 7 and raise minimum supported version to 6.8
Closes gh-26026
2021-04-12 15:20:32 +01:00
Stephane Nicoll
8506a00071 Merge branch '2.4.x'
Closes gh-26025
2021-04-12 14:19:53 +02:00
Stephane Nicoll
fd6ad5b889 Merge branch '2.3.x' into 2.4.x
Closes gh-26024
2021-04-12 14:19:41 +02:00
Stephane Nicoll
7286c33f53 Document default behaviour of DataJpaTest#showSql
Closes gh-25843
2021-04-12 14:14:36 +02:00
Andy Wilkinson
eda9fe4952 Fix group IDs of HttpCore v4 and v5 dependency management
See gh-26004
2021-04-12 10:41:57 +01:00
Andy Wilkinson
ba2583900f Provide auto-configuration for using Apache HttpClient 5 with WebClient
Closes gh-26004
2021-04-12 08:44:27 +01:00
Stephane Nicoll
b2d167c186 Upgrade to Undertow 2.2.7.Final
Closes gh-26020
2021-04-12 08:57:57 +02:00
Stephane Nicoll
d9d051053d Upgrade to Sun Mail 1.6.7
Closes gh-26018
2021-04-12 08:57:54 +02:00
Stephane Nicoll
cddc0b625b Upgrade to Netty tcNative 2.0.38.Final
Closes gh-26017
2021-04-12 08:57:52 +02:00
Stephane Nicoll
df9b17104c Upgrade to Netty 4.1.63.Final
Closes gh-26016
2021-04-12 08:57:51 +02:00
Stephane Nicoll
50922949bd Upgrade to MIMEPull 1.9.14
Closes gh-26015
2021-04-12 08:57:49 +02:00
Stephane Nicoll
8097d22821 Upgrade to Lombok 1.18.20
Closes gh-26014
2021-04-12 08:57:48 +02:00
Stephane Nicoll
20f47b3149 Upgrade to Jetty 9.4.39.v20210325
Closes gh-26012
2021-04-12 08:57:45 +02:00
Stephane Nicoll
3906719382 Upgrade to Jetty Reactive HTTPClient 1.1.7
Closes gh-26011
2021-04-12 08:57:43 +02:00
Stephane Nicoll
1bc2c3658a Upgrade to Jaybird 3.0.11
Closes gh-26010
2021-04-12 08:57:42 +02:00
Stephane Nicoll
6b98be6db9 Upgrade to Jakarta Mail 1.6.7
Closes gh-26009
2021-04-12 08:57:40 +02:00
Stephane Nicoll
4d8382b25c Upgrade to Hibernate 5.4.30.Final
Closes gh-26008
2021-04-12 08:57:38 +02:00