rzo1 opened a new pull request, #942: URL: https://github.com/apache/tomee/pull/942
# What does this PR do? During the CXF upgrade to 3.4.8 and porting the method signature changes of CXF-8478 and CXF-8688 to our CXF patch sources, I took some time to check the **diffs** between our patch sources and the original CXF sources of 3.4.8. Our patch sources were indeed a bit outdated. Some of them didn't have any modifications from our TCK work in 2021 at all (aside from some formatting, language style, etc.). Therefore, I went ahead and removed all CXF classes from our patch source, which didn't contain "real" changes from our side by doing a diff session. This will give us the fixes in those classes, which we didn't incorporated through simple POM version updates since May 2021. Goal is to make it easier to upgrade CXF, i.e. to check the diffs of the classes we did modify on purpose. Here is the full CI build on that one: https://ci-builds.apache.org/job/Tomee/job/TOMEE-4057/2/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org