Andy Wilkinson
5873dddc1c
Attempt to stabilise web server tests that use h2c
...
Apache HttpClient 5.1 doesn't cope with Jetty 10 sending
SETTINGS_ENABLE_CONNECT_PROTOCOL in the settings frame. It also appears
to be unstable when using Undertow, resulting in a failure and
"UT005032: Listener not making progress on framed channel, closing
channel to prevent infinite loop" being logged on the server-side.
Local experimentation suggests that Jetty's HTTP/2 client is more
robust and that it does not trigger the problem with Undertow. It also
fixes the problem with SETTINGS_ENABLE_CONNECT_PROTOCOL when testing
against Jetty 10 so this commit updates the tests to use Jetty's client.
Closes gh-26040
4 years ago
Stephane Nicoll
17a13de855
Upgrade to Undertow 2.2.7.Final
...
Closes gh-26073
4 years ago
Stephane Nicoll
7ad5793e1e
Upgrade to Tomcat 9.0.45
...
Closes gh-26072
4 years ago
Stephane Nicoll
7d5e7cecd8
Upgrade to Sun Mail 1.6.7
...
Closes gh-26071
4 years ago
Stephane Nicoll
75506df0ed
Upgrade to Selenium HtmlUnit 2.49.1
...
Closes gh-26070
4 years ago
Stephane Nicoll
bdc910fb1a
Upgrade to Rabbit AMQP Client 5.12.0
...
Closes gh-26069
4 years ago
Stephane Nicoll
888330eb9d
Upgrade to Netty tcNative 2.0.38.Final
...
Closes gh-26068
4 years ago
Stephane Nicoll
023c20594d
Upgrade to Netty 4.1.63.Final
...
Closes gh-26067
4 years ago
Stephane Nicoll
18e751a81b
Upgrade to Neo4j Java Driver 4.2.4
...
Closes gh-26066
4 years ago
Stephane Nicoll
7bf8b91b93
Upgrade to MongoDB 4.2.3
...
Closes gh-26065
4 years ago
Stephane Nicoll
50416647bb
Upgrade to Mockito 3.9.0
...
Closes gh-26064
4 years ago
Stephane Nicoll
8eff215cd0
Upgrade to MIMEPull 1.9.14
...
Closes gh-26063
4 years ago
Stephane Nicoll
041b65d9ce
Upgrade to Maven Invoker Plugin 3.2.2
...
Closes gh-26062
4 years ago
Stephane Nicoll
95d55f50e9
Upgrade to Lombok 1.18.20
...
Closes gh-26061
4 years ago
Stephane Nicoll
e7988de2e9
Upgrade to Liquibase 4.3.3
...
Closes gh-26060
4 years ago
Stephane Nicoll
e9ba79d5be
Upgrade to Lettuce 6.1.0.RELEASE
...
Closes gh-26059
4 years ago
Stephane Nicoll
979cf96cae
Upgrade to Jetty 9.4.39.v20210325
...
Closes gh-26058
4 years ago
Stephane Nicoll
2f424b15da
Upgrade to Jetty Reactive HTTPClient 1.1.7
...
Closes gh-26057
4 years ago
Stephane Nicoll
b8d3253151
Upgrade to Jaybird 4.0.3.java8
...
Closes gh-26056
4 years ago
Stephane Nicoll
db5ef657d6
Upgrade to Jakarta Mail 1.6.7
...
Closes gh-26055
4 years ago
Stephane Nicoll
7c32389dd0
Upgrade to Jackson Bom 2.12.3
...
Closes gh-26054
4 years ago
Stephane Nicoll
c66c15fac2
Upgrade to HtmlUnit 2.49.1
...
Closes gh-26052
4 years ago
Stephane Nicoll
a2df809e8c
Upgrade to Hibernate 5.4.30.Final
...
Closes gh-26050
4 years ago
Stephane Nicoll
313cc0d6af
Upgrade to Git Commit ID Plugin 4.0.4
...
Closes gh-26049
4 years ago
Stephane Nicoll
7a81be0327
Upgrade to Flyway 7.7.3
...
Closes gh-26048
4 years ago
Stephane Nicoll
37c41607e3
Upgrade to Elasticsearch 7.12.0
...
Closes gh-26047
4 years ago
Stephane Nicoll
31c96ac95d
Upgrade to Dropwizard Metrics 4.1.19
...
Closes gh-26046
4 years ago
Stephane Nicoll
fbb2489a46
Upgrade to Couchbase Client 3.1.4
...
Closes gh-26045
4 years ago
Stephane Nicoll
25723680a0
Upgrade to Cassandra Driver 4.11.0
...
Closes gh-26044
4 years ago
Stephane Nicoll
7aa506a238
Upgrade to AppEngine SDK 1.9.88
...
Closes gh-26043
4 years ago
Stephane Nicoll
ae9344e411
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
9c524c3324
Upgrade to Spring Framework 5.3.6
...
Closes gh-25926
4 years ago
Stephane Nicoll
bea988686d
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
d10409a8ad
Upgrade to Spring Framework 5.3.6
...
Closes gh-25909
4 years ago
Stephane Nicoll
9854a96f6e
Upgrade to Spring Framework 5.2.14
...
Closes gh-25903
4 years ago
Andy Wilkinson
e51d7d0616
Upgrade to Json-smart 2.4.2
...
Closes gh-25946
4 years ago
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
4 years ago
Andy Wilkinson
059c4fbd43
Test JettyReactiveWebServerFactory against Jetty 10
...
Closes gh-26039
4 years ago
Andy Wilkinson
252d4e98c5
Test that HTTP/1.1 still works when HTTP/2 is enabled
...
See gh-25856
4 years ago
Andy Wilkinson
74b91b78fe
Temporarily disable h2c tests with Jetty 10
...
Closes gh-26038
4 years ago
Stephane Nicoll
1e059da1e2
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
b779c430e0
Upgrade to Spring Security 5.5.0-RC1
...
Closes gh-25931
4 years ago
Stephane Nicoll
7370afc326
Upgrade to Reactor 2020.0.6
...
Closes gh-25925
4 years ago
Stephane Nicoll
b449764f34
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
65dd408785
Upgrade to Spring Security 5.4.6
...
Closes gh-25911
4 years ago
Stephane Nicoll
3e4ee05aaa
Upgrade to Reactor 2020.0.6
...
Closes gh-25908
4 years ago
Stephane Nicoll
75b65ddf62
Upgrade to Spring Security 5.3.9
...
Closes gh-25906
4 years ago
Stephane Nicoll
a3502accbf
Upgrade to Reactor Dysprosium-SR19
...
Closes gh-25902
4 years ago
Phillip Webb
89213c7d39
Switch default MVC path matching strategy
...
Change the default `spring.mvc.pathmatch.matching-strategy` to
`PATH_PATTERN_PARSER`.
Closes gh-24805
4 years ago
Scott Frederick
b0ee15e7cc
Merge branch '2.4.x'
...
Closes gh-26032
4 years ago