This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from f79fda70a4 CXF-8920: use the same approach with
Temporal.class.isAssignableFrom check as used for non-collection fields to
recognize and convert temporal values (#1408)
new 4b891c38a1 Bump io.github.openfeign:feign-httpclient from 12.4 to 12.5
(#1407)
new 78a88d73f0 Bump io.github.openfeign:feign-core from 12.4 to 12.5
(#1405)
new c11a648886 [StepSecurity] ci: Harden GitHub Actions (#1414)
new 64241099d7 Bump actions/setup-java from 3.10.0 to 3.12.0 (#1416)
new 40470dc3c0 Bump actions/checkout from 3.4.0 to 4.0.0 (#1420)
new 631f5cdc74 Bump cxf.aspectj.version from 1.9.20 to 1.9.20.1 (#1421)
new ba3e299070 Bump org.webjars:swagger-ui from 5.4.2 to 5.6.1 (#1423)
new f2d318ccac [CXF-8925] Prevent double logging on fault in out chain
(#1426)
new b43740b5d7 Update Wiremock to 2.35.1
new 31bc2a98a0 Recording .gitmergeinfo Changes
new dd6b536587 Update Wiremock to 2.35.1
The 11 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 | 7 ++-
.github/workflows/pull-request-build.yml | 28 +++++++++
.gitmergeinfo | 23 ++++++++
.../samples/jax_rs/tracing_opentelemetry/pom.xml | 4 +-
.../samples/jax_rs/tracing_opentracing/pom.xml | 4 +-
distribution/src/main/release/samples/pom.xml | 4 +-
parent/pom.xml | 6 +-
.../cxf/ext/logging/LoggingOutInterceptor.java | 5 ++
.../java/org/apache/cxf/ext/logging/FaultTest.java | 69 ++++++++++++++++++++++
.../apache/cxf/ext/logging/LogEventSenderMock.java | 13 +++-
rt/rs/microprofile-client/pom.xml | 2 +-
systests/jaxrs/pom.xml | 2 +-
systests/microprofile/client/async/pom.xml | 2 +-
systests/microprofile/client/nocdi/pom.xml | 2 +-
14 files changed, 154 insertions(+), 17 deletions(-)
create mode 100644 .github/workflows/pull-request-build.yml
create mode 100644
rt/features/logging/src/test/java/org/apache/cxf/ext/logging/FaultTest.java