Brian Clozel
01f2925048
Upgrade to Micrometer 1.10.13
...
Closes gh-31586
1 year ago
Brian Clozel
dced3539a3
Upgrade to Context Propagation 1.1.0
...
Closes gh-31599
1 year ago
Brian Clozel
bb66885426
Upgrade to Micrometer 1.12.0
...
Closes gh-31556
1 year ago
Juergen Hoeller
8841b7c3bb
Upgrade to SnakeYAML 2.2
1 year ago
Juergen Hoeller
11fdb5ba17
Upgrade to Log4J 2.21.1, Tomcat 10.1.15, Jetty 11.0.18, Undertow 2.3.10, EclipseLink 3.0.4, Mockito 5.7
1 year ago
Sam Brannen
cd503e3af6
Upgrade to JUnit 5.10.1
...
Closes gh-31558
1 year ago
Brian Clozel
d6c9ed200a
Upgrade to EclipseLink 3.0.4
...
See gh-31078
1 year ago
Stéphane Nicoll
a5950ca7d5
Polish "Fix spring-orm tests with eclipselink and Java 18+"
...
We can't upgrade to Eclipselink 4 as it would change the baseline that
this generation uses. However, there is a recent release in the current
line that adds compatibility with recent JDKs.
See gh-31078
1 year ago
Dmitrii Bocharov
ce778cee27
Fix spring-orm tests with eclipselink and Java 18+
...
See gh-31078
1 year ago
Brian Clozel
631a5d1dc1
Remove support for Protobuf 2.x and protobuf-java-format
...
Closes gh-31465
1 year ago
Juergen Hoeller
87424cd605
Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1
1 year ago
Juergen Hoeller
841448877a
Upgrade to Reactor 2023.0.0-RC1
...
Includes Jetty 12.0.2 and Checkstyle 10.12.4
Closes gh-31406
1 year ago
Juergen Hoeller
e0a55c2caa
Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12
...
Includes Context Propagation 1.0.6, Netty 4.1.100, Jetty 11.0.17, Tomcat 10.1.14, Groovy 4.0.15, Mockito 5.6, Checkstyle 10.12.4
Closes gh-31404
Closes gh-31405
1 year ago
Brian Clozel
99c673f3ea
Upgrade to Micrometer 1.12.0-RC1
...
Closes gh-31398
1 year ago
Stephane Nicoll
92b6c5df4f
Upgrade to Context Propagation 1.1.0-M4
...
Closes gh-31220
1 year ago
Stephane Nicoll
e109c55192
Upgrade to Reactor 2023.0.0-M3
...
Closes gh-31219
1 year ago
Stephane Nicoll
8f21c228b8
Upgrade to Micrometer 1.12.0-M3
...
Closes gh-31218
1 year ago
Stephane Nicoll
50d4a44dfc
Upgrade to Context Propagation 1.0.5
...
Closes gh-31223
1 year ago
Stephane Nicoll
ebf2cef94e
Upgrade to Reactor 2022.0.11
...
Closes gh-31222
1 year ago
Stephane Nicoll
c89002a0fb
Upgrade to Micrometer 1.10.11
...
Closes gh-31221
1 year ago
Sébastien Deleuze
88ee8fc92f
Upgrade to CRaC 1.4.0
...
Closes gh-31190
1 year ago
Arjen Poutsma
6597727c86
Upgrade to Jetty 12
...
This commit upgrades Spring Framework to Jetty 12.0.1, and Reactive HTTP
Client 4.0.0.
Closes gh-30698
1 year ago
Juergen Hoeller
278f228688
Upgrade to Groovy 4.0.14, Tomcat 10.1.13, Jetty 11.0.16, Netty 4.1.97, Undertow 2.3.8, Mockito 5.5
1 year ago
Sam Brannen
e1826d2322
Reinstate support for @javax.annotation.ManagedBean & @javax.inject.Named
...
This commit reinstates support for the legacy JSR-250
@javax.annotation.ManagedBean and JSR-330 @javax.inject.Named
annotations with regard to component name lookups and component
scanning.
Closes gh-31090
1 year ago
Sébastien Deleuze
c564f27647
Upgrade to Kotlin Coroutines 1.7.3
...
Closes gh-31108
1 year ago
Sébastien Deleuze
cf0a48692c
Upgrade to Kotlin Serialization 1.6.0
...
Closes gh-31107
1 year ago
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