This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 52eca2f Recording .gitmergeinfo Changes
new acb3358 Update Checkstyle to 8.41.1 (#773)
new 57b7ab9 Fixing checkstyle violations
new e3f3604 Recording .gitmergeinfo Changes
The 3 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:
.gitmergeinfo | 2 +
.../org/apache/cxf/configuration/foo/Address.java | 12 ++---
.../java/org/apache/cxf/configuration/foo/Foo.java | 14 ++---
.../org/apache/cxf/configuration/foo/Point.java | 8 +--
.../boot/autoconfigure/CxfAutoConfiguration.java | 4 +-
.../apache/cxf/osgi/itests/jaxrs/BookStore.java | 18 +++----
parent/pom.xml | 2 +-
.../cxf/jaxws/handler/jakartaee/IconType.java | 7 ++-
.../jaxws/handler/jakartaee/ParamValueType.java | 8 ++-
.../jakartaee/PortComponentHandlerType.java | 14 +++--
.../apache/cxf/jaxws/handler/types/IconType.java | 7 ++-
.../cxf/jaxws/handler/types/ParamValueType.java | 8 ++-
.../handler/types/PortComponentHandlerType.java | 14 +++--
.../apache/cxf/jaxws/ws/PolicyAnnotationTest.java | 3 +-
.../org/apache/cxf/jaxrs/client/WebClient.java | 2 +-
.../cxf/systest/jaxrs/JAXRSAsyncClientTest.java | 4 +-
.../java/org/apache/cxf/systest/jaxrs/XopType.java | 6 ++-
.../systest/jaxrs/cors/AnnotatedCorsServer.java | 21 +++++---
.../cxf/systest/jaxrs/cors/CorsSecuredBase.java | 19 ++++---
.../systest/jaxrs/cors/UnannotatedCorsServer.java | 11 ++--
.../jaxws/DocLitWrappedCodeFirstService.java | 59 ++++++++++------------
.../cxf/systest/ldap/jaxrs/JAXRSLDAPUserTest.java | 37 +++++++-------
.../cxf/systest/ldap/sts/LDAPClaimsTest.java | 17 ++++---
.../systest/ldap/xkms/LDAPCertificateRepoTest.java | 37 +++++++-------
.../cxf/systest/jms/shared/JMSSharedQueueTest.java | 30 +++++------
.../cxf/systest/mtom_schema_validation/Hello.java | 9 ++--
.../mtom_schema_validation/TestProvider.java | 6 +--
.../ws/policy/handler/HelloServiceImpl.java | 12 ++---
28 files changed, 219 insertions(+), 172 deletions(-)