This is an automated email from the ASF dual-hosted git repository. jlmonteiro pushed a change to branch tomee-9.x in repository https://gitbox.apache.org/repos/asf/tomee.git
from 16944daadc TOMEE-4199 - JakartaEE API 9.1.1 to fix jakartaee-api with tomcat classifier has too much in it new afe38af9b3 These have no significant changes compared to a stock 3.5.0 so removing new cc40ad4471 fix: add other derby jar to default exclude The 2 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: .../src/main/resources/default.exclusions | 2 + .../java/org/apache/cxf/common/jaxb/JAXBUtils.java | 1180 -------------------- .../patch/java/org/apache/cxf/helpers/IOUtils.java | 428 ------- .../AbstractFaultChainInitiatorObserver.java | 142 --- .../apache/cxf/jaxb/JAXBContextInitializer.java | 569 ---------- .../org/apache/cxf/jaxb/io/DataWriterImpl.java | 321 ------ 6 files changed, 2 insertions(+), 2640 deletions(-) delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/common/jaxb/JAXBUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/helpers/IOUtils.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/interceptor/AbstractFaultChainInitiatorObserver.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/jaxb/JAXBContextInitializer.java delete mode 100644 deps/cxf-shade/src/patch/java/org/apache/cxf/jaxb/io/DataWriterImpl.java