You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/01/22 16:21:32 UTC

[cxf] branch master updated (8df4b33 -> 5c26a22)

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

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


    from 8df4b33  SSLUtils: move tests and update due to JDK-8211883
     new 2593370  isEmpty tidyup
     new a790e5a  Some refactoring to the Client Cache Control code
     new fa5387c  Build fix
     new 4f0b7e8  Updating hostname verification code based on the latest Apache HttpComponent Client code
     new 5c26a22  Removing NULL ciphersuite tests

The 14647 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:
 .../org/apache/cxf/pat/internal/TestCaseBase.java  |   8 +-
 .../org/apache/cxf/common/util/PrimitiveUtils.java |   2 +-
 .../cxf/staxutils/OverlayW3CDOMStreamWriter.java   |   2 +-
 .../apache/cxf/staxutils/W3CDOMStreamReader.java   |   2 +-
 .../apache/cxf/staxutils/W3CDOMStreamWriter.java   |   2 +-
 .../types/CorbaObjectReferenceEventProducer.java   |   4 +-
 .../apache/cxf/binding/corba/utils/CorbaUtils.java |   2 +-
 .../apache/cxf/aegis/util/jdom/StaxSerializer.java |   2 +-
 .../cxf/aegis/util/stax/JDOMStreamWriter.java      |   2 +-
 .../org/apache/cxf/jaxws/spi/ProviderImpl.java     |   2 +-
 .../cache/CacheControlClientReaderInterceptor.java |  39 +++---
 .../org/apache/cxf/jaxrs/client/cache/Entry.java   |   4 +-
 .../http/netty/server/servlet/URIParser.java       |   2 +-
 .../HttpConduitBPBeanDefinitionParser.java         |   4 +-
 .../spring/HttpConduitBeanDefinitionParser.java    |   8 +-
 .../https/httpclient/DefaultHostnameVerifier.java  | 143 +++++++++++----------
 .../https/httpclient/InetAddressUtils.java         |   5 +-
 .../https/httpclient/PublicSuffixList.java         |  10 +-
 .../https/httpclient/PublicSuffixMatcher.java      |  14 +-
 .../httpclient/PublicSuffixMatcherLoader.java      |   7 +-
 .../{DomainType.java => SubjectName.java}          |  48 ++++++-
 .../https/httpclient/CertificatesToPlayWith.java   |  66 ++++++++++
 .../httpclient/DefaultHostnameVerifierTest.java    | 102 +++++++++------
 .../cxf/ws/security/wss4j/WSS4JOutInterceptor.java |   4 +-
 .../testsuite/testcases/SOAPJMSTestSuiteTest.java  |  26 ++--
 .../https/ciphersuites/CipherSuitesTest.java       |  61 ---------
 .../corba/processors/idl/ModuleToNSMapper.java     |   2 +-
 .../corba/processors/wsdl/WSDLToCorbaHelper.java   |  12 +-
 .../processor/internal/jaxws/ResponseWrapper.java  |   2 +-
 .../processor/internal/PortTypeProcessor.java      |   4 +-
 .../jaxws/processor/internal/ServiceProcessor.java |   2 +-
 .../cxf/tools/wsdlto/jaxws/CodeGenBugTest.java     |   6 +-
 32 files changed, 340 insertions(+), 259 deletions(-)
 copy rt/transports/http/src/main/java/org/apache/cxf/transport/https/httpclient/{DomainType.java => SubjectName.java} (54%)