Juergen Hoeller
2111bf9b9d
Upgrade to Caffeine 3.1.8 and Apache HttpComponents Core Reactive 5.2.2
1 year ago
Juergen Hoeller
5458e0dccc
Upgrade to Tomcat 10.1.12 and AspectJ 1.9.20
1 year ago
Brian Clozel
17109b2402
Upgrade to Reactor 2023.0.0-M2
...
Closes gh-31014
1 year ago
Brian Clozel
dbfece6c31
Upgrade to Micrometer 1.12.0-M2
...
Closes gh-30997
1 year ago
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
1 year ago
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
1 year ago
Juergen Hoeller
7adacd5ce5
Upgrade to Netty 4.1.96
1 year ago
Sam Brannen
af1c06917d
Upgrade to JUnit 5.10
...
Closes gh-30970
1 year ago
Juergen Hoeller
6fd40a8f60
Upgrade to Caffeine 3.1.7 and H2 2.2.220
1 year ago
Juergen Hoeller
87d4afda81
Upgrade to Netty 4.1.95
1 year ago
Brian Clozel
cc7f3101b7
Upgrade to Context Propagation 1.1.0-M3
...
Closes gh-30882
1 year ago
Brian Clozel
a2da97bc4c
Upgrade to Micrometer 1.12.0-M1
...
Closes gh-30872
1 year ago
Brian Clozel
2e809903ec
Upgrade to Reactor 2023.0.0-M1
...
Closes gh-30856
1 year ago
Brian Clozel
768fc7e341
Upgrade to Reactor 2022.0.9
...
Closes gh-30871
1 year ago
Sam Brannen
df50c8db3e
Upgrade to micrometer-bom 1.10.9 and context-propagation 1.0.4
...
Closes gh-30860
1 year ago
Juergen Hoeller
2365581265
Upgrade to HSQLDB 2.7.2 and WebJars Locator 0.53
1 year ago
Juergen Hoeller
1e403d1606
Upgrade to Groovy 4.0.13 and Checkstyle 10.12.1
1 year ago
Brian Clozel
5cb6454824
Switch to Reactor 2023.0.0-SNAPSHOT
...
See gh-30856
1 year ago
Sébastien Deleuze
029a69f5c1
Upgrade to Kotlin Coroutines 1.7.2
...
Closes gh-30833
1 year ago
Sébastien Deleuze
2a126faae7
Upgrade to Project CRaC 1.3.0
...
Closes gh-30812
1 year ago
Juergen Hoeller
8eb0a0b94e
Upgrade to Tomcat 10.1.10, Netty 4.1.94, Mockito 5.4
1 year ago
Sam Brannen
2fd83aa764
Polish InitDestroyAnnotationBeanPostProcessor internals, etc.
1 year ago
Juergen Hoeller
13c32d80ba
Upgrade to Undertow 2.3.7 and JRuby 9.4.3
1 year ago
Juergen Hoeller
bbf3c6ecac
Upgrade to Jackson 2.15
...
Closes gh-30665
1 year ago
Juergen Hoeller
1df5e9f30c
Upgrade to Reactor 2022.0.8
...
Closes gh-30655
1 year ago
Sam Brannen
6cfb11a360
Upgrade to Micrometer BOM 1.10.8 and context-propagation 1.0.3
...
Cloes gh-30657
1 year ago
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
1 year ago
Sam Brannen
a8b400803b
Upgrade to TestNG 7.8.0
2 years ago
Sébastien Deleuze
c3e28728ce
Upgrade to Kotlin Serialization 1.5
...
Closes gh-30515
2 years ago
Sébastien Deleuze
f956d399ae
Upgrade to Kotlin Coroutines 1.7
...
Leverages Kotlin/kotlinx.coroutines#3487 .
Closes gh-30514
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
Juergen Hoeller
8d604350e4
Support for Project CRaC in DefaultLifecycleProcessor
...
Includes stopForRestart/restartAfterStop functionality.
Closes gh-30242
2 years ago
Juergen Hoeller
6a2262969e
Upgrade to Tomcat 10.1.8, Jetty 11.0.15, Netty 4.1.92, Mockito 5.3.1
2 years ago
Sam Brannen
230840a41c
Upgrade to JUnit 5.9.3
2 years ago
Stephane Nicoll
90627b4345
Upgrade to Micrometer 1.10.6
...
Closes gh-30317
2 years ago
Juergen Hoeller
4acc71b282
Upgrade to Reactor 2022.0.6 and Netty 4.1.91
...
Includes Checkstyle 10.9.3 and Mockito 5.3.0
Closes gh-30316
2 years ago
Sam Brannen
ca545ac3d4
Upgrade dependencies
2 years ago
Juergen Hoeller
a0358a4650
Upgrade to Reactor 2022.0.5 and Netty 4.1.90
...
Includes Checkstyle 10.9.1 and Mockito 5.2.0
Closes gh-30133
2 years ago
Juergen Hoeller
2302358606
Upgrade to Log4J 2.20, Tomcat 10.1.7, Jetty 11.0.14, Undertow 2.3.4
2 years ago
rstoyanchev
50c3a62589
Upgrade to Reactor Netty 2022.0.4
...
Closes gh-30063
2 years ago
Violeta Georgieva
682a4d5353
Prefer request hostName and hostPort in ReactorServerHttpRequest
...
See gh-30062
2 years ago
Juergen Hoeller
0619e19140
Upgrade to Reactor 2022.0.3
...
Closes gh-29900
2 years ago
Brian Clozel
2578e3894e
Upgrade to Micrometer 1.10.4
...
Closes gh-29899
2 years ago
Juergen Hoeller
f91b2249b3
Upgrade to Netty 4.1.89
2 years ago
Juergen Hoeller
dc2c33e0ab
Upgrade to Hibernate ORM 5.6.15, FreeMarker 2.3.32, TestNG 7.7.1, XMLUnit 2.9.1
2 years ago
Juergen Hoeller
06fd6ecf1f
Upgrade to Groovy 4.0.8, Tomcat 10.1.5, Netty 4.1.87, Undertow 2.3.3, Jackson 2.14.2, Woodstox 6.5, Mockito 5.1.1, AssertJ 3.24.2, HtmlUnit 2.70, Checkstyle 10.7
2 years ago
Brian Clozel
64219783f6
Start building with Reactor 2022.0.3-SNAPSHOT
...
See gh-29900
2 years ago
Brian Clozel
846a54aef4
Start building with Micrometer 1.10.4-SNAPSHOT
...
See gh-29899
2 years ago