This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 39a0e4e71d Recording .gitmergeinfo Changes
new 53702899ea Bump github/codeql-action from 3.29.4 to 3.29.5 (#2538)
new 0576b10106 Bump org.webjars:swagger-ui from 5.27.0 to 5.27.1 (#2540)
new 8003e11bc1 Bump org.jruby:jruby from 10.0.1.0 to 10.0.2.0 (#2541)
new a1531cfe65 CXF-9152: Adding @Timed annotation to JaxWS WebService
class breaks Micrometer integration (#2539)
new 5e30bf00ca Recording .gitmergeinfo Changes
new 27c3dd7d71 Recording .gitmergeinfo Changes
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/codeql-analysis.yml | 4 +-
.gitmergeinfo | 5 +
distribution/src/main/release/samples/pom.xml | 2 +-
.../release/samples/ruby_spring_support/pom.xml | 2 +-
.../SpringBasedTimedAnnotationProvider.java | 11 +
parent/pom.xml | 2 +-
.../micrometer/MicrometerMetricsContext.java | 25 ++-
.../provider/DefaultTimedAnnotationProvider.java | 11 +
.../provider/TimedAnnotationProvider.java | 5 +
.../MicrometerClientMetricsContextTest.java | 2 +-
.../MicrometerServerMetricsContextTest.java | 70 ++++++-
...ceImpl.java => HelloServiceEmptyTimedImpl.java} | 5 +-
...ServiceImpl.java => HelloServiceTimedImpl.java} | 5 +-
...ingJaxwsTest.java => SpringJaxwsTimedTest.java} | 228 +++++----------------
14 files changed, 182 insertions(+), 195 deletions(-)
copy
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/resources/{HelloServiceImpl.java
=> HelloServiceEmptyTimedImpl.java} (91%)
copy
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/resources/{HelloServiceImpl.java
=> HelloServiceTimedImpl.java} (89%)
copy
systests/spring-boot/src/test/java/org/apache/cxf/systest/jaxws/spring/boot/{SpringJaxwsTest.java
=> SpringJaxwsTimedTest.java} (51%)