This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard b5a5c8e7fc Add workaround for RemoteCacheManager bean discovery #4841 discard 2ca116d535 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" discard 57c8a31764 Upgrade Quarkus to 3.1.0.CR1 add 0032770c4f Upgrade CycloneDX Maven Plugin to version 2.7.8 add e6ffa3b751 Test CXF client with a method referencing class with runtime initialization #4208 https://github.com/quarkiverse/quarkus-cxf/issues/580 new 7a879299fa Upgrade Quarkus to 3.1.0.CR1 new cce60971e7 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" new 3941c606ff Add workaround for RemoteCacheManager bean discovery #4841 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 (b5a5c8e7fc) \ N -- N -- N refs/heads/quarkus-main (3941c606ff) 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. 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: .../soap/mtom/awt/it/CxfSoapMtomAwtResource.java | 8 ++-- .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java | 13 ++++++ .../cxf/soap/mtom/awt/it/IImageService.java | 6 ++- .../component/cxf/soap/mtom/awt/it/ImageData.java | 53 ---------------------- .../cxf/soap/mtom/awt/it/ImageService.java | 14 +++--- pom.xml | 2 +- 6 files changed, 29 insertions(+), 67 deletions(-) delete mode 100644 integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/ImageData.java