Brian Clozel
ca88eeb1ae
Start building against Context Propagation 1.0.0 SNAPSHOTs
2022-10-07 08:38:14 +02:00
Brian Clozel
455a736a01
Switch to Micrometer 1.10.0-SNAPSHOT
...
See gh-29241
2022-10-06 14:08:07 +02:00
rstoyanchev
b6c2e8de23
Support context propagation for Spring MVC controllers
...
Closes gh-29056
2022-10-06 12:43:54 +01:00
Juergen Hoeller
326335f903
Upgrade to Tomcat 10.1
...
Includes Jetty 11.0.12, Hibernate ORM 5.6.12, HtmlUnit 2.65
2022-10-06 12:09:05 +02:00
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
2022-10-03 18:20:52 +01:00
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
2022-09-30 11:18:43 -07:00
Sébastien Deleuze
9b577a8955
Upgrade to SLF4J 2.0.2 and Log4j 2.19.0
...
Closes gh-29152
Closes gh-29217
2022-09-29 10:27:40 +02:00
Sam Brannen
39208eaccd
Upgrade to JUnit 5.9.1
...
Closes gh-29179
2022-09-20 22:04:15 +02:00
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
2022-09-20 12:04:51 +02:00
Juergen Hoeller
8a37dc23e2
Upgrade to EclipseLink 3.0.3, JRuby 9.3.8, Woodstox 6.3.1
2022-09-14 19:42:43 +02:00
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
2022-09-14 19:10:46 +02:00
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
2022-09-14 12:56:16 +02:00
Stephane Nicoll
6feeeec70e
Upgrade to Micrometer 1.10.0-M6
...
Closes gh-29151
2022-09-14 11:53:24 +02:00
Brian Clozel
9c48dda4f3
Upgrade to Reactor 2022.0.0-M6
2022-09-13 21:29:47 +02:00
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.
2022-09-12 11:36:29 +02:00
Stephane Nicoll
6927482b9c
Start building against Reactor 2022.0.0-M6 snapshots
...
See gh-29128
2022-09-10 09:42:04 +02:00
Brian Clozel
a09811e73a
Upgrade to HSQLDB 2.7.0
2022-09-09 19:55:26 +02:00
rstoyanchev
d373435856
Support for WebFlux on Reactor Netty 2 with Netty 5
...
See gh-28847
2022-09-08 21:54:46 +01:00
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
2022-09-06 13:40:28 +02:00
Brian Clozel
5757429ea5
Upgrade Mockito to 4.7.0
2022-08-31 16:24:15 +02:00
Brian Clozel
fa475d0b63
Upgrade kotlinx dependencies
2022-08-31 16:23:53 +02:00
Brian Clozel
7cb1a4e876
Upgrade to Reactor 2022.0.0-M5
2022-08-31 16:23:14 +02:00
Brian Clozel
5a7189a483
Upgrade to Netty 4.1.80
2022-08-31 16:22:47 +02:00
Brian Clozel
f877f81ae4
Move Netty 5 dependency to Framework platform
2022-08-30 21:58:41 +02:00
Andy Wilkinson
a5fb55fd6d
Replace dependency management plugin with built-in platform support
2022-08-30 17:03:24 +01:00