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

coheigea pushed a change to branch staxutils_static
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    omit 3f627ae  CXF-8065 - Stop using static factories in StaxUtils
     add be61232  Removing duplicate ant version
     add 93bc0dd  CXF-8063 - Make it easier to subclass Slf4jEventSender
     add 8421754  CXF-8063 - Make it easier to configure the logging level
     add a75cc85  No need to use SoapMessage in the attachment callback handler
     add 21b1df7  CXF-8068 - Log any error in the SAML SSO component under 
warning
     add 55fff5e  [CXF-8062]be able to set HTTP return code even it's 4xx
     add 34473b5  [CXF-8064]OpenApiFeature(OpenAPI V3) should be able to work 
with camel-cxfrs endpoint
     add 1fad512  Updating Jasypt bundle
     add 8add945  Setting property logMultipart and logBinary from 
org.apache.cxf.features.logging.cfg
     add 4f40390  Merge pull request #563 from 
LucaT75/DisableLoggingMultipartFeature
     add 5fe1123  [CXF-8072]Loggers logs request twice in case of Fault
     add efac0e6  Fix some eclipse warnings
     add aa1fdd0  Merge branch 'master' of github.com:apache/cxf
     add c09877e  Use MessageDigest in the SCTCanceller
     add 7815364  Fix a bunch of issues the new PMD is reporting, many more to 
go
     add 5355846  Upgrade pmd plugin, try to detect which eclipse PMD plugin 
(there are 2) is installed and configure appropriately
     add 8a4c09f  CXF-8051 - Inline any xop Include references in a received 
SecurityToken if MTOM is enabled
     add c6f6926  Merge pull request #564 from apache/CXF-8051
     add 236595b  Updating Tomcat
     add 686b6ef  Update MP Rest Client dependency to 1.3.3
     add ca147d9  cxf-core: fix some new PMD warnings
     add 515ba9d  Updating Netty
     add 07a324c  CXF-8065 - Stop using static factories in StaxUtils

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3f627ae)
            \
             N -- N -- N   refs/heads/staxutils_static (07a324c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../cxf/attachment/AttachmentDataSource.java       |  7 +-
 .../apache/cxf/bus/blueprint/ConfigurerImpl.java   | 11 +--
 .../cxf/bus/extension/ExtensionManagerImpl.java    | 18 +----
 .../BusApplicationContextResourceResolver.java     |  3 +-
 .../apache/cxf/bus/spring/BusDefinitionParser.java |  3 +-
 .../cxf/bus/spring/BusExtensionPostProcessor.java  |  5 +-
 .../spring/BusWiringBeanFactoryPostProcessor.java  |  3 +-
 ...ontrolledValidationXmlBeanDefinitionReader.java |  6 +-
 .../cxf/bus/spring/Jsr250BeanPostProcessor.java    |  9 +--
 .../java/org/apache/cxf/bus/spring/SpringBus.java  |  3 +-
 .../java/org/apache/cxf/common/jaxb/JAXBUtils.java | 14 ++--
 .../common/logging/AbstractDelegatingLogger.java   |  6 +-
 .../org/apache/cxf/common/logging/Log4jLogger.java |  6 +-
 .../apache/cxf/configuration/jsse/SSLUtils.java    | 91 ++++++++--------------
 .../spring/AbstractBeanDefinitionParser.java       |  4 +-
 .../cxf/configuration/spring/ConfigurerImpl.java   | 11 +--
 .../cxf/databinding/stax/StaxDataBinding.java      |  2 +-
 .../java/org/apache/cxf/endpoint/ClientImpl.java   |  5 ++
 .../cxf/feature/transform/XSLTInInterceptor.java   | 26 ++-----
 .../apache/cxf/feature/transform/XSLTUtils.java    | 35 +--------
 .../java/org/apache/cxf/helpers/FileUtils.java     | 21 +----
 .../main/java/org/apache/cxf/helpers/IOUtils.java  | 39 ++++------
 .../interceptor/AbstractLoggingInterceptor.java    | 19 ++---
 .../cxf/interceptor/FaultOutInterceptor.java       |  2 +-
 .../cxf/interceptor/LoggingInInterceptor.java      |  4 +-
 .../cxf/interceptor/LoggingOutInterceptor.java     |  2 +-
 .../cxf/interceptor/MessageSenderInterceptor.java  |  2 +-
 .../interceptor/OneWayProcessorInterceptor.java    |  2 +-
 .../cxf/interceptor/StaxInEndingInterceptor.java   |  2 +-
 .../apache/cxf/interceptor/StaxInInterceptor.java  |  5 +-
 .../cxf/interceptor/StaxOutEndingInterceptor.java  |  2 +-
 .../apache/cxf/interceptor/StaxOutInterceptor.java |  5 +-
 .../security/AbstractAuthorizingInInterceptor.java |  3 +-
 .../AbstractSecurityContextInInterceptor.java      |  3 +-
 .../DelegatingAuthenticationInterceptor.java       |  3 +-
 .../interceptor/security/JAASLoginInterceptor.java |  3 +-
 .../OperationInfoAuthorizingInterceptor.java       |  3 +-
 .../service/factory/SimpleMethodDispatcher.java    |  6 +-
 .../service/invoker/spring/SpringBeanFactory.java  |  5 +-
 .../cxf/staxutils/AbstractDOMStreamReader.java     |  2 +-
 .../cxf/staxutils/CachingXmlEventWriter.java       |  2 +-
 .../cxf/staxutils/DelegatingXMLStreamWriter.java   |  2 +-
 .../apache/cxf/staxutils/DepthXMLStreamReader.java |  5 +-
 .../cxf/staxutils/PrettyPrintXMLStreamWriter.java  |  2 +-
 .../apache/cxf/staxutils/W3CDOMStreamWriter.java   |  4 +-
 .../cxf/staxutils/transform/InTransformReader.java |  2 +-
 .../StaxSchemaValidationInInterceptor.java         |  2 +-
 .../StaxSchemaValidationOutInterceptor.java        |  2 +-
 .../transport/common/gzip/GZIPInInterceptor.java   |  2 +-
 .../transport/common/gzip/GZIPOutInterceptor.java  |  4 +-
 .../validation/AbstractValidationInterceptor.java  |  3 +-
 .../apache/cxf/bus/extension/ExtensionTest.java    |  2 +-
 .../cxf/bus/spring/SpringBusFactoryTest.java       |  5 +-
 .../apache/cxf/common/logging/LogUtilsTest.java    |  2 +-
 .../apache/cxf/common/util/ClassHelperTest.java    |  3 +-
 maven-plugins/java2swagger-plugin/pom.xml          |  5 --
 .../karaf/features/src/main/resources/features.xml |  2 +
 parent/pom.xml                                     | 40 ++++++++--
 .../apache/cxf/aegis/type/basic/CalendarType.java  |  8 +-
 .../apache/cxf/aegis/type/basic/DateTimeType.java  |  8 +-
 .../org/apache/cxf/aegis/type/basic/DateType.java  |  8 +-
 .../org/apache/cxf/aegis/type/basic/TimeType.java  | 10 ++-
 .../apache/cxf/aegis/type/basic/TimestampType.java | 10 ++-
 .../cxf/aegis/type/basic/TimezoneLessDateType.java |  8 +-
 .../inheritance/ExceptionInheritanceTest.java      |  2 +
 .../org/apache/cxf/aegis/type/basic/BeanTest.java  |  2 +
 .../apache/cxf/aegis/type/basic/ByteDataTest.java  |  2 +
 .../cxf/aegis/type/basic/DynamicProxyTest.java     |  2 +
 .../cxf/aegis/type/basic/QualificationTest.java    |  2 +
 .../cxf/aegis/type/encoded/ArrayTypeInfoTest.java  |  2 +
 .../cxf/aegis/type/encoded/SoapArrayTypeTest.java  |  2 +
 .../cxf/aegis/type/encoded/StructTypeTest.java     |  2 +
 .../cxf/ext/logging/LoggingInInterceptor.java      | 16 ----
 .../org/apache/cxf/ext/logging/osgi/Activator.java | 10 ++-
 .../cxf/ext/logging/slf4j/Slf4jEventSender.java    | 33 +++++++-
 .../spring/AbstractSpringConfigurationFactory.java |  3 +-
 .../apache/cxf/jaxrs/openapi/OpenApiFeature.java   | 68 +++++++++++++++-
 .../rs/security/saml/sso/AbstractSSOSpHandler.java |  6 +-
 .../saml/sso/SAMLProtocolResponseValidator.java    | 30 +++----
 .../saml/sso/SAMLSSOResponseValidator.java         | 36 ++++-----
 .../security/saml/sso/SamlPostBindingFilter.java   |  6 +-
 .../saml/sso/SamlRedirectBindingFilter.java        |  6 +-
 .../saml/sso/SamlSSOAssertionValidator.java        | 14 ++--
 .../http_jetty/JettyHTTPServerEngine.java          |  2 +
 .../http/netty/client/NettyHttpConduit.java        |  4 +-
 .../http/netty/server/NettyHttpServletHandler.java | 19 ++---
 .../server/interceptor/HttpSessionInterceptor.java |  5 +-
 .../server/servlet/NettyHttpServletRequest.java    | 32 ++++----
 .../netty/server/servlet/NettyServletResponse.java | 27 ++++---
 .../transport/http/netty/server/util/Utils.java    |  2 +-
 .../cxf/ws/rm/persistence/jdbc/RMTxStore.java      | 44 +++++------
 .../org/apache/cxf/ws/rm/SourceSequenceTest.java   |  2 +-
 .../cxf/ws/security/trust/AbstractSTSClient.java   | 34 +++++++-
 .../apache/cxf/ws/security/trust/STSClient.java    | 26 +++++++
 .../security/wss4j/AttachmentCallbackHandler.java  | 23 +++---
 .../AbstractEndpointSelectionInterceptor.java      |  3 +-
 .../wsdl/interceptors/WrappedOutInterceptor.java   |  2 +-
 .../apache/cxf/wsdl11/WSDLServiceBuilderTest.java  |  2 +-
 .../cxf/sts/token/canceller/SCTCanceller.java      |  6 +-
 .../jaxrs/failover/AbstractFailoverTest.java       |  2 +-
 .../security/jose/jwejws/JwsHTTPHeaderTest.java    |  1 +
 .../apache/cxf/systest/http/HTTPConduitTest.java   |  6 +-
 .../cxf/systest/https/conduit/HTTPSClientTest.java |  4 +-
 .../systest/https/conduit/HTTPSConduitTest.java    |  6 +-
 .../https/constraints/CertConstraintsTest.java     |  4 +-
 .../systest/type_test/AbstractTypeTestClient.java  |  2 +-
 .../ws/rm/AbstractClientPersistenceTest.java       | 14 ++--
 .../ws/rm/AbstractServerPersistenceTest.java       |  2 +-
 .../greeter_control/FaultThrowingInterceptor.java  |  7 +-
 .../wsdl/type_test/type_test_tester_java.xsl       |  2 -
 .../java/org/apache/cxf/tools/util/JAXBUtils.java  | 14 +---
 111 files changed, 577 insertions(+), 506 deletions(-)

Reply via email to