This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 19093421a5 [CXF-9185]NPE after removing a property from a JAX-RS 
Client (#2769)
     new f1481ea511 Bump org.webjars:swagger-ui from 5.30.2 to 5.30.3 (#2757)
     new ba9b61cfcf Fix 
org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduitTest throwing 
java.lang.NullPointerException (#2759)
     new f8cdd894cb Add timeout to DeliveryAssuranceOnewayTest since it always 
hangs on Windows build (#2760)
     new d2ae6e7fc9 Bump org.apache.maven.plugins:maven-war-plugin from 3.5.0 
to 3.5.1 (#2762)
     new 349c2d0b06 Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0 
(#2765)
     new 1982b80cfc Bump org.apache.maven.plugins:maven-resources-plugin from 
3.3.1 to 3.4.0 (#2766)
     new 391c2ef883 Bump github/codeql-action from 4.31.4 to 4.31.5 (#2761)
     new 9f5bcd7859 Bump org.apache.maven.plugins:maven-assembly-plugin from 
3.7.1 to 3.8.0 (#2768)
     new f0fdd178b0 Bump org.apache.maven.plugins:maven-source-plugin from 
3.3.1 to 3.4.0 (#2767)
     new 562f624655 Bump net.sourceforge.pmd:pmd-core from 7.18.0 to 7.19.0 
(#2764)
     new 1102a6308d Bump net.sourceforge.pmd:pmd-java from 7.18.0 to 7.19.0 
(#2763)
     new a6c8be89d7 Fix PMD violations
     new 076f03a6fe Fix PMD violations
     new dad9706751 Recording .gitmergeinfo Changes

The 14 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                                      |  2 ++
 .../cxf/common/xmlschema/XmlSchemaUtils.java       | 12 +++++-----
 .../java/org/apache/cxf/helpers/ServiceUtils.java  | 10 ++++-----
 .../org/apache/cxf/service/model/SchemaInfo.java   |  4 ++--
 .../release/samples/jax_rs/graalvm_basic/pom.xml   |  4 ++--
 .../src/main/release/samples/jaxws_graalvm/pom.xml |  4 ++--
 distribution/src/main/release/samples/pom.xml      |  4 ++--
 parent/pom.xml                                     |  8 +++----
 pom.xml                                            |  8 +++----
 .../CorbaStreamOutEndingInterceptor.java           |  4 ++--
 .../interceptors/CorbaStreamOutInterceptor.java    |  4 ++--
 .../java/org/apache/cxf/jaxb/JAXBDataBase.java     |  2 +-
 .../org/apache/cxf/jaxb/JAXBEncoderDecoder.java    |  2 +-
 .../org/apache/cxf/jaxb/JAXBSchemaInitializer.java |  2 +-
 .../apache/cxf/jaxrs/impl/ConfigurableImpl.java    |  8 +++----
 .../soap/JaxWsSoapBindingConfiguration.java        |  8 +++----
 .../jaxws/support/JaxWsServiceConfiguration.java   | 24 ++++++++++----------
 .../cxf/jaxws/support/JaxWsServiceFactoryBean.java |  2 +-
 .../org/apache/cxf/javascript/AttributeInfo.java   |  2 +-
 .../cxf/jaxrs/ext/search/fiql/FiqlParserTest.java  | 16 ++++++-------
 .../jose/jaxrs/AbstractJweJsonWriterProvider.java  |  2 +-
 .../security/jose/jwe/AbstractJweEncryption.java   |  2 +-
 .../jwe/AbstractWrapKeyEncryptionAlgorithm.java    |  2 +-
 .../jose/jwe/DirectKeyEncryptionAlgorithm.java     |  2 +-
 .../cxf/rs/security/jose/jwe/JweJsonConsumer.java  |  4 ++--
 .../apache/cxf/rs/security/jose/jwk/JwkUtils.java  |  4 ++--
 .../oauth2/filters/OAuthRequestFilter.java         |  2 +-
 .../org/apache/cxf/transport/http/HTTPConduit.java |  5 +++--
 .../http/policy/impl/ClientPolicyCalculator.java   |  2 +-
 .../https/httpclient/PublicSuffixMatcher.java      |  2 +-
 .../factory/ReflectionServiceFactoryBean.java      |  2 +-
 .../cxf/sts/operation/TokenIssueOperation.java     |  4 ++--
 .../sts/token/provider/DefaultSubjectProvider.java |  4 ++--
 .../provider/jwt/DefaultJWTClaimsProvider.java     |  6 ++---
 .../forked/dispatch/HugeResponseInterceptor.java   |  6 ++---
 .../systest/type_test/AbstractTypeTestClient2.java |  2 +-
 .../systest/ws/rm/DeliveryAssuranceOnewayTest.java | 26 +++++++++++-----------
 .../ws/policy/JavaFirstUriDomainExpression.java    |  6 ++---
 .../ws/policy/UriDomainFactoryBeanListener.java    |  2 +-
 .../internal/DefaultServiceBuilderFactory.java     |  4 ++--
 .../jaxws/processor/internal/ServiceProcessor.java |  6 ++---
 .../internal/annotator/BindingAnnotator.java       |  6 ++---
 .../internal/annotator/SoapBindingAnnotator.java   |  6 ++---
 44 files changed, 122 insertions(+), 119 deletions(-)

Reply via email to