Juergen Hoeller
02979efb2c
Upgrade to Netty 4.1.84
2 years ago
rstoyanchev
141e735b18
Upgrade to Reactor 2022.0.0-RC1
...
Closes gh-29268
2 years ago
Brian Clozel
fbb8cdb948
Upgrade to Context Propagation 1.0.0-RC1
...
Closs gh-29273
2 years ago
Brian Clozel
ac8c36a5c8
Upgrade to Micrometer 1.10.0-RC1
...
Closes gh-29241
2 years ago
Brian Clozel
ca88eeb1ae
Start building against Context Propagation 1.0.0 SNAPSHOTs
2 years ago
Brian Clozel
455a736a01
Switch to Micrometer 1.10.0-SNAPSHOT
...
See gh-29241
2 years ago
rstoyanchev
b6c2e8de23
Support context propagation for Spring MVC controllers
...
Closes gh-29056
2 years ago
Juergen Hoeller
326335f903
Upgrade to Tomcat 10.1
...
Includes Jetty 11.0.12, Hibernate ORM 5.6.12, HtmlUnit 2.65
2 years ago
Violeta Georgieva
b5adae2086
Switch to Reactor Netty 2 snapshots
...
Update to Reactor BOM 2022.0.0-SNAPSHOT.
Process package changes.
Adapt to new `HttpHeaders` API.
Adapt to new cookies API.
See gh-29247
2 years ago
Phillip Webb
7fd8e081bb
Allow TestCompiler SourceFile to work with records
...
Update `SourceFile` to try a regex replace to make `record` files look
like regular classes.
Closes gh-29236
2 years ago
Sébastien Deleuze
9b577a8955
Upgrade to SLF4J 2.0.2 and Log4j 2.19.0
...
Closes gh-29152
Closes gh-29217
2 years ago
Sam Brannen
39208eaccd
Upgrade to JUnit 5.9.1
...
Closes gh-29179
2 years ago
Arjen Poutsma
990a34074a
Upgrade RestTemplate to HttpClient 5
...
This commit upgrades the HttpComponentClientHttpRequestFactory and
related types from HttpClient version 4.5 to 5.
Closes gh-28925
2 years ago
Juergen Hoeller
8a37dc23e2
Upgrade to EclipseLink 3.0.3, JRuby 9.3.8, Woodstox 6.3.1
2 years ago
Juergen Hoeller
250880bf90
Upgrade to RSocket 1.1.3, RxJava 3.1.5, SmallRye Mutiny 1.7, Groovy 4.0.5, Gson 2.9.1, Protobuf 3.21.5, Mockito 4.8, JsonPath 2.7
2 years ago
Juergen Hoeller
3307630a95
Upgrade to Jackson 2.13.4, Netty 4.1.82, Tomcat 10.0.23, Undertow 2.2.19, Hibernate ORM 5.6.11, Hibernate Validator 7.0.5
2 years ago
Stephane Nicoll
6feeeec70e
Upgrade to Micrometer 1.10.0-M6
...
Closes gh-29151
2 years ago
Brian Clozel
9c48dda4f3
Upgrade to Reactor 2022.0.0-M6
2 years ago
Brian Clozel
a68b46a2b6
Add Micrometer BOM 1.10 dependency management
...
This new BOM dependency is necessary, as Spring Framework will implement
direct instrumentation with Micrometer as a mandatory or optional
dependency in several modules.
2 years ago
Stephane Nicoll
6927482b9c
Start building against Reactor 2022.0.0-M6 snapshots
...
See gh-29128
2 years ago
Brian Clozel
a09811e73a
Upgrade to HSQLDB 2.7.0
2 years ago
rstoyanchev
d373435856
Support for WebFlux on Reactor Netty 2 with Netty 5
...
See gh-28847
2 years ago
Brian Clozel
dd1e6b9412
Revisit request parameters access with HtmlUnit
...
Prior to this commit, the `HtmlUnitRequestBuilder` would "translate"
HtmlUnit web requests into Servlet requests using APIs that were not
clearly defined and meant for internal usage.
HtmlUnit 2.64.0 introduced a new `.getParameters()` API for collecting
`NameValuePair` parsed from the request URI or request body, depending
on the nature of the request. This arrangement is much more stable and
in line with HtmlUnit's expectations.
This commit uses this new API and makes HtmlUnit 2.64.0 a new minimum
requirement for using HtmlUnit integration with Spring Framework.
This also removes tests that were previously testing HtmlUnit's behavior
and using the API now marked as internal.
Closes gh-28240
2 years ago
Brian Clozel
5757429ea5
Upgrade Mockito to 4.7.0
2 years ago
Brian Clozel
fa475d0b63
Upgrade kotlinx dependencies
2 years ago
Brian Clozel
7cb1a4e876
Upgrade to Reactor 2022.0.0-M5
2 years ago
Brian Clozel
5a7189a483
Upgrade to Netty 4.1.80
2 years ago
Brian Clozel
f877f81ae4
Move Netty 5 dependency to Framework platform
2 years ago
Andy Wilkinson
a5fb55fd6d
Replace dependency management plugin with built-in platform support
2 years ago