This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 0c4f9bffc4 Fix handling of quartz autowired scheduler discard 22eaed038a Upgrade Quarkus to 2.14.0.CR1 add a3b728e158 CxfSoapMtomIT fails in native mode #4208 add b693547169 Remove unecessary basedir in Kafka Oauth tests add 7ec6f6ec67 Manage dependency com.jayway.jsonpath:json-path add d989a73669 Add sync tag for json-smart.version version property add 6afadaba4c Updated CHANGELOG.md add 9240f55c1d Upgrade Quarkus to 2.14.0.CR1 add 72b730c207 Fix handling of quartz autowired scheduler add 37dbb06cc4 Disable failing tests that manually run quarkus-run.jar due to #4218 add a1280eea21 Updated CHANGELOG.md new 2efecab884 Upgrade Quarkus to 2.15.0.CR1 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 (0c4f9bffc4) \ N -- N -- N refs/heads/quarkus-main (2efecab884) 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 1 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: CHANGELOG.md | 7 ++++++ .../soap/mtom/awt/it/CxfSoapMtomAwtResource.java | 22 ++++++++++--------- .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtRoutes.java | 23 -------------------- .../cxf/soap/mtom/awt/it/IImageService.java | 6 ++---- .../component/cxf/soap/mtom/awt/it/ImageData.java | 25 ++++++++++++++-------- .../cxf/soap/mtom/awt/it/ImageService.java | 23 ++++++++------------ .../cxf/soap/mtom/awt/it/CxfSoapMtomAwtTest.java | 9 ++------ integration-tests/kafka-oauth/pom.xml | 2 +- .../camel/quarkus/main/cmd/it/CommandModeTest.java | 2 ++ .../args/fail/MainUnknownArgumentFailTest.java | 2 ++ .../args/ignore/MainUnknownArgumentIgnoreTest.java | 2 ++ pom.xml | 3 ++- poms/bom/pom.xml | 5 +++++ poms/bom/src/main/generated/flattened-full-pom.xml | 10 ++++----- .../src/main/generated/flattened-reduced-pom.xml | 10 ++++----- .../generated/flattened-reduced-verbose-pom.xml | 10 ++++----- 16 files changed, 77 insertions(+), 84 deletions(-) copy integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/PojoA.java => integration-test-groups/cxf-soap/cxf-soap-mtom-awt/src/main/java/org/apache/camel/quarkus/component/cxf/soap/mtom/awt/it/ImageData.java (67%)