This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
from 03579e8706 Cleanup CXF files to simplify further upgrade new 024b5178cc Remove files identical to CXF 3.5.0 source tree new 9fb6015298 Now remove everything with only small differences. new 66bedb7c5f Upgrade to CXF 3.5.4 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: .../java/org/apache/cxf/annotations/Policy.java | 80 - .../apache/cxf/annotations/WSDLDocumentation.java | 88 - .../cxf/attachment/AttachmentDeserializer.java | 462 ---- .../cxf/attachment/AttachmentSerializer.java | 345 --- .../org/apache/cxf/attachment/AttachmentUtil.java | 572 ----- .../apache/cxf/attachment/Base64DecoderStream.java | 196 -- .../apache/cxf/attachment/ContentDisposition.java | 144 -- .../cxf/attachment/LazyAttachmentCollection.java | 362 ---- .../cxf/attachment/MimeBodyPartInputStream.java | 275 --- .../java/org/apache/cxf/bus/CXFBusFactory.java | 47 - .../bus/blueprint/BundleDelegatingClassLoader.java | 134 -- .../cxf/bus/blueprint/BusDefinitionParser.java | 72 - .../apache/cxf/bus/blueprint/ConfigurerImpl.java | 180 -- .../org/apache/cxf/bus/extension/Extension.java | 291 --- .../cxf/bus/extension/ExtensionManagerImpl.java | 381 ---- .../ServiceContractResolverRegistryImpl.java | 113 - .../java/org/apache/cxf/bus/osgi/CXFActivator.java | 134 -- .../cxf/bus/osgi/CXFExtensionBundleListener.java | 181 -- .../org/apache/cxf/bus/osgi/OSGIBusListener.java | 224 -- .../cxf/bus/resource/ResourceManagerImpl.java | 85 - .../apache/cxf/bus/spring/BusDefinitionParser.java | 310 --- .../apache/cxf/bus/spring/BusEntityResolver.java | 94 - .../cxf/bus/spring/BusExtensionPostProcessor.java | 71 - .../cxf/bus/spring/Jsr250BeanPostProcessor.java | 164 -- .../apache/cxf/bus/spring/NamespaceHandler.java | 57 - .../java/org/apache/cxf/bus/spring/SpringBus.java | 142 -- .../cxf/catalog/CatalogXmlSchemaURIResolver.java | 102 - .../jsse/MultiKeyPasswordKeyManager.java | 84 - .../configuration/jsse/TLSClientParameters.java | 258 --- .../configuration/jsse/TLSParameterJaxBUtils.java | 420 ---- .../cxf/configuration/spring/ConfigurerImpl.java | 288 --- .../cxf/databinding/source/SourceDataBinding.java | 104 - .../cxf/databinding/stax/StaxDataBinding.java | 187 -- .../cxf/endpoint/AbstractConduitSelector.java | 308 --- .../org/apache/cxf/endpoint/ClientCallback.java | 166 -- .../java/org/apache/cxf/endpoint/ClientImpl.java | 1192 ----------- .../java/org/apache/cxf/endpoint/EndpointImpl.java | 220 -- .../org/apache/cxf/feature/FastInfosetFeature.java | 110 - .../org/apache/cxf/feature/WrappedFeature.java | 61 - .../cxf/feature/transform/XSLTOutInterceptor.java | 210 -- .../patch/java/org/apache/cxf/headers/Header.java | 78 - .../java/org/apache/cxf/helpers/DOMUtils.java | 895 -------- .../java/org/apache/cxf/helpers/ServiceUtils.java | 214 -- .../interceptor/AbstractLoggingInterceptor.java | 298 --- .../cxf/interceptor/AnnotationInterceptors.java | 151 -- .../cxf/interceptor/AttachmentInInterceptor.java | 72 - .../cxf/interceptor/ClientOutFaultObserver.java | 68 - .../interceptor/InFaultChainInitiatorObserver.java | 84 - .../apache/cxf/interceptor/InterceptorChain.java | 109 - .../org/apache/cxf/interceptor/LoggingMessage.java | 133 -- .../interceptor/OneWayProcessorInterceptor.java | 177 -- .../OutFaultChainInitiatorObserver.java | 84 - .../security/DefaultSecurityContext.java | 188 -- .../interceptor/security/JAASLoginInterceptor.java | 233 -- .../cxf/internal/CXFAPINamespaceHandler.java | 127 -- .../apache/cxf/io/CacheAndWriteOutputStream.java | 96 - .../patch/java/org/apache/cxf/io/CachedWriter.java | 665 ------ .../java/org/apache/cxf/io/ReaderInputStream.java | 294 --- .../apache/cxf/io/WriteOnCloseOutputStream.java | 46 - .../apache/cxf/jaxrs/provider/ProviderFactory.java | 156 +- .../java/org/apache/cxf/message/MessageUtils.java | 6 +- .../java/org/apache/cxf/phase/PhaseChainCache.java | 137 -- .../apache/cxf/phase/PhaseInterceptorChain.java | 857 -------- .../cxf/service/factory/FactoryBeanListener.java | 145 -- .../apache/cxf/service/invoker/FactoryInvoker.java | 70 - .../service/model/AbstractPropertiesHolder.java | 271 --- .../org/apache/cxf/service/model/FaultInfo.java | 61 - .../apache/cxf/service/model/InterfaceInfo.java | 124 -- .../apache/cxf/service/model/OperationInfo.java | 242 --- .../cxf/service/model/UnwrappedOperationInfo.java | 72 - .../java/org/apache/cxf/staxutils/StaxUtils.java | 2222 -------------------- .../apache/cxf/staxutils/W3CDOMStreamReader.java | 429 ---- .../servicelist/ServiceListJAASAuthenticator.java | 160 -- 73 files changed, 118 insertions(+), 17760 deletions(-) delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/annotations/Policy.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/annotations/WSDLDocumentation.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/AttachmentDeserializer.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/AttachmentSerializer.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/AttachmentUtil.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/Base64DecoderStream.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/ContentDisposition.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/LazyAttachmentCollection.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/attachment/MimeBodyPartInputStream.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/CXFBusFactory.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/blueprint/BundleDelegatingClassLoader.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/blueprint/BusDefinitionParser.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/blueprint/ConfigurerImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/extension/Extension.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/extension/ExtensionManagerImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/managers/ServiceContractResolverRegistryImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/osgi/CXFActivator.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/osgi/CXFExtensionBundleListener.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/osgi/OSGIBusListener.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/resource/ResourceManagerImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/BusDefinitionParser.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/BusEntityResolver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/BusExtensionPostProcessor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/Jsr250BeanPostProcessor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/NamespaceHandler.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/bus/spring/SpringBus.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/catalog/CatalogXmlSchemaURIResolver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/configuration/jsse/MultiKeyPasswordKeyManager.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/configuration/jsse/TLSClientParameters.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/configuration/spring/ConfigurerImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/databinding/source/SourceDataBinding.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/databinding/stax/StaxDataBinding.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/endpoint/AbstractConduitSelector.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/endpoint/ClientCallback.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/endpoint/ClientImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/endpoint/EndpointImpl.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/feature/FastInfosetFeature.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/feature/WrappedFeature.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/feature/transform/XSLTOutInterceptor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/headers/Header.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/helpers/DOMUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/helpers/ServiceUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/AnnotationInterceptors.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/AttachmentInInterceptor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/ClientOutFaultObserver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/InFaultChainInitiatorObserver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/InterceptorChain.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/LoggingMessage.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/OneWayProcessorInterceptor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/OutFaultChainInitiatorObserver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/security/DefaultSecurityContext.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/security/JAASLoginInterceptor.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/internal/CXFAPINamespaceHandler.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/io/CacheAndWriteOutputStream.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/io/CachedWriter.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/io/ReaderInputStream.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/io/WriteOnCloseOutputStream.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/phase/PhaseChainCache.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/phase/PhaseInterceptorChain.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/factory/FactoryBeanListener.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/invoker/FactoryInvoker.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/model/AbstractPropertiesHolder.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/model/FaultInfo.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/model/InterfaceInfo.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/model/OperationInfo.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/service/model/UnwrappedOperationInfo.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/staxutils/StaxUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/staxutils/W3CDOMStreamReader.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/transport/servlet/servicelist/ServiceListJAASAuthenticator.java