This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 0931072dbc Upgrade Camel to 3.20.0 discard ea6aac20ff Fix #4216 to make xml integration tests working in native build (#4217) add 558727642b Updated CHANGELOG.md add 6f90fec14e Fix #4258 make xml integration tests working in Quarkus Platform (#4275) new 982f679c1d Fix #4216 to make xml integration tests working in native build (#4217) new 06dd2bed80 Upgrade Camel to 3.20.0 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 (0931072dbc) \ N -- N -- N refs/heads/camel-main (06dd2bed80) 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 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: CHANGELOG.md | 1 + integration-tests/xml/pom.xml | 4 ---- .../camel/quarkus/component/xml/it/XmlResource.java | 17 ++++++++++++++--- .../quarkus/component/xml/it/XmlRouteBuilder.java | 5 ++--- integration-tests/xml/src/test/resources/data1.xml | 20 -------------------- integration-tests/xml/src/test/resources/data2.xml | 20 -------------------- integration-tests/xml/src/test/resources/data3.xml | 20 -------------------- 7 files changed, 17 insertions(+), 70 deletions(-) delete mode 100644 integration-tests/xml/src/test/resources/data1.xml delete mode 100644 integration-tests/xml/src/test/resources/data2.xml delete mode 100644 integration-tests/xml/src/test/resources/data3.xml