Juergen Hoeller
3f79b267b1
Merge branch '6.0.x'
2023-08-16 16:55:01 +02:00
Juergen Hoeller
5458e0dccc
Upgrade to Tomcat 10.1.12 and AspectJ 1.9.20
2023-08-16 16:52:45 +02:00
Brian Clozel
17109b2402
Upgrade to Reactor 2023.0.0-M2
...
Closes gh-31014
2023-08-16 13:02:05 +02:00
Brian Clozel
dbfece6c31
Upgrade to Micrometer 1.12.0-M2
...
Closes gh-30997
2023-08-16 13:01:54 +02:00
Brian Clozel
2c895974b2
Add observability support for JMS
...
This commit adds observability support for Jakarta JMS support in
spring-jms support. This feature leverages the `JmsInstrumentation`
infrastructure in `io.micrometer:micrometer-core` library.
This instruments the `JmsTemplate` and the `@JmsListener` support to
record observations:
* "jms.message.publish" when the `JmsTemplate` sends a message
* "jms.message.process" when a message is processed by a `@JmsListener`
annotated method
The observation `Convention` and `Context` implementations are shipped
with "micrometer-core".
Closes gh-30335
2023-08-13 18:24:51 +02:00
Sam Brannen
dcec61ab7a
Remove obsolete dependency on picocli
...
The dependency on picocli was removed from the code in commit 019785a72e
.
This commit removes the dependency management from the build.
See gh-28825
2023-08-02 09:54:32 +03:00
Juergen Hoeller
7adacd5ce5
Upgrade to Netty 4.1.96
2023-08-02 01:34:18 +02:00
Sam Brannen
51aaaae94e
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2023-08-02 09:56:47 +03:00
Juergen Hoeller
10610a6f54
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2023-08-02 01:42:27 +02:00
Sam Brannen
af1c06917d
Upgrade to JUnit 5.10
...
Closes gh-30970
2023-08-01 10:28:50 +03:00
Juergen Hoeller
5e4ed68fdd
Merge branch '6.0.x'
...
# Conflicts:
# framework-docs/modules/ROOT/pages/data-access/jdbc/core.adoc
2023-07-26 14:16:43 +02:00
Juergen Hoeller
6fd40a8f60
Upgrade to Caffeine 3.1.7 and H2 2.2.220
2023-07-26 14:15:58 +02:00
Juergen Hoeller
b53034fe62
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2023-07-22 00:33:12 +02:00
Juergen Hoeller
87d4afda81
Upgrade to Netty 4.1.95
2023-07-22 00:31:19 +02:00
Brian Clozel
cc7f3101b7
Upgrade to Context Propagation 1.1.0-M3
...
Closes gh-30882
2023-07-13 11:21:30 +02:00
Brian Clozel
a2da97bc4c
Upgrade to Micrometer 1.12.0-M1
...
Closes gh-30872
2023-07-12 09:17:09 +02:00
Brian Clozel
2e809903ec
Upgrade to Reactor 2023.0.0-M1
...
Closes gh-30856
2023-07-12 08:56:28 +02:00
Brian Clozel
768fc7e341
Upgrade to Reactor 2022.0.9
...
Closes gh-30871
2023-07-12 08:41:46 +02:00
Sam Brannen
dc4fcef884
Merge branch '6.0.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
2023-07-11 11:08:59 +02:00
Sam Brannen
df50c8db3e
Upgrade to micrometer-bom 1.10.9 and context-propagation 1.0.4
...
Closes gh-30860
2023-07-11 10:58:11 +02:00
Juergen Hoeller
2365581265
Upgrade to HSQLDB 2.7.2 and WebJars Locator 0.53
2023-07-04 21:35:37 +02:00
Juergen Hoeller
1e403d1606
Upgrade to Groovy 4.0.13 and Checkstyle 10.12.1
2023-06-30 12:58:28 +02:00
Brian Clozel
5cb6454824
Switch to Reactor 2023.0.0-SNAPSHOT
...
See gh-30856
2023-07-10 18:13:40 +02:00
Sébastien Deleuze
029a69f5c1
Upgrade to Kotlin Coroutines 1.7.2
...
Closes gh-30833
2023-07-07 11:44:03 +02:00
Juergen Hoeller
1777e7f3b7
Merge branch '6.0.x'
...
# Conflicts:
# spring-messaging/src/main/java/org/springframework/messaging/handler/HandlerMethod.java
# spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java
2023-07-04 21:40:11 +02:00
Sébastien Deleuze
2a126faae7
Upgrade to Project CRaC 1.3.0
...
Closes gh-30812
2023-07-04 17:49:00 +02:00
Juergen Hoeller
83ec9f4fe7
Merge branch '6.0.x'
...
# Conflicts:
# build.gradle
2023-06-30 13:00:04 +02:00
Juergen Hoeller
a6566bfd5f
Merge branch '6.0.x'
2023-06-21 18:53:15 +02:00
Juergen Hoeller
8eb0a0b94e
Upgrade to Tomcat 10.1.10, Netty 4.1.94, Mockito 5.4
2023-06-21 18:52:02 +02:00
Sam Brannen
6535614d78
Merge branch '6.0.x'
2023-06-21 14:22:11 +02:00
Sam Brannen
2fd83aa764
Polish InitDestroyAnnotationBeanPostProcessor internals, etc.
2023-06-21 14:19:00 +02:00
Juergen Hoeller
b20a71a0d3
Merge branch '6.0.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/util/ObjectUtils.java
2023-06-14 11:19:56 +02:00
Juergen Hoeller
13c32d80ba
Upgrade to Undertow 2.3.7 and JRuby 9.4.3
2023-06-14 11:18:37 +02:00
Juergen Hoeller
bbf3c6ecac
Upgrade to Jackson 2.15
...
Closes gh-30665
2023-06-14 10:39:11 +02:00
Juergen Hoeller
858ea1a8c5
Merge branch '6.0.x'
2023-06-14 09:32:30 +02:00
Juergen Hoeller
1df5e9f30c
Upgrade to Reactor 2022.0.8
...
Closes gh-30655
2023-06-14 09:31:02 +02:00
Sam Brannen
a268203832
Merge branch '6.0.x'
2023-06-13 16:27:20 +02:00
Sam Brannen
6cfb11a360
Upgrade to Micrometer BOM 1.10.8 and context-propagation 1.0.3
...
Cloes gh-30657
2023-06-13 16:21:26 +02:00
Juergen Hoeller
837327f530
Merge branch '6.0.x'
...
# Conflicts:
# build.gradle
2023-06-04 18:43:46 +02:00
Juergen Hoeller
4be813bbee
Upgrade to Groovy 4.0.12, Tomcat 10.1.9, Netty 4.1.93, Undertow 2.3.6, Protobuf 3.23.2, Picocli 4.7.4, Checkstyle 10.12
2023-06-04 18:42:21 +02:00
Sam Brannen
f4f8066877
Merge branch '6.0.x'
2023-05-23 11:36:40 +02:00
Sam Brannen
a8b400803b
Upgrade to TestNG 7.8.0
2023-05-23 11:36:25 +02:00
Sébastien Deleuze
c3e28728ce
Upgrade to Kotlin Serialization 1.5
...
Closes gh-30515
2023-05-22 18:07:32 +02:00
Sébastien Deleuze
f956d399ae
Upgrade to Kotlin Coroutines 1.7
...
Leverages Kotlin/kotlinx.coroutines#3487 .
Closes gh-30514
2023-05-22 18:07:21 +02:00
Andrey Somov
097758baf3
Upgrade to SnakeYAML 2.0
...
This commit raises the SnakeYAML baseline version to 2.0.
While most Spring applications are not affected by CVE-2022-1471,
upgrading this version should prevent automated tools from raising this
as a security issue. Such tools usually do not understand that YAML
parsing in Spring is about reading configuration, not parsing untrusted
content.
Closes gh-30048
2023-05-22 14:31:27 +02:00
rstoyanchev
bc7ba8cf2b
Merge branch '6.0.x'
...
Closes gh-30435
2023-05-09 12:16:13 +01:00
Juergen Hoeller
6930d4d531
Upgrade to Reactor 2022.0.7 and Micrometer 1.10.7
...
Includes Protobuf 3.23, Woodstox 6.5.1, Caffeine 3.1.6, Picocli 4.7.3, BlockHound 1.0.8, ActiveMQ 5.17.4
Closes gh-30450
Closes gh-30451
2023-05-09 12:55:44 +02:00
Juergen Hoeller
657fe1fa43
Merge branch '6.0.x'
2023-05-08 14:52:26 +02:00
Juergen Hoeller
4aa8619ac2
Upgrade to Tomcat 10.1.8, Jetty 11.0.15 / 12.0.0.beta1, Netty 4.1.92, Jackson 2.14.3, Mockito 5.3.1, Checkstyle 10.10
2023-05-08 13:06:19 +02:00
Juergen Hoeller
8d604350e4
Support for Project CRaC in DefaultLifecycleProcessor
...
Includes stopForRestart/restartAfterStop functionality.
Closes gh-30242
2023-05-03 16:01:41 +02:00