This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard e2eb825 Azure extension native build fails with Quarkus 1.13 #2299 discard 7361d8b Fix #1918 to add a integration test with camel-jdbc and camel-jms discard b01a113 Remove support for Webocket JSR 356 discard a185650 Upgrade to Quarkus 1.13.0.Final add 1ae584d Use camel-servicenow-maven-plugin to generate model classes new 9dd8a7b Upgrade to Quarkus 1.13.0.Final new bd1e8d5 Remove support for Webocket JSR 356 new 4e71409 Fix #1918 to add a integration test with camel-jdbc and camel-jms new 45d4135 Azure extension native build fails with Quarkus 1.13 #2299 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 (e2eb825) \ N -- N -- N refs/heads/quarkus-master (45d4135) 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 4 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: .../servicenow/deployment/ServicenowProcessor.java | 30 +- integration-tests/servicenow/README.adoc | 2 + integration-tests/servicenow/pom.xml | 26 + .../servicenow/it/ServicenowResource.java | 2 +- .../servicenow/it/generated/Incident.java | 980 +++++++++++++++++++++ .../component/servicenow/it/model/Incident.java | 97 -- poms/build-parent-it/pom.xml | 5 + 7 files changed, 1042 insertions(+), 100 deletions(-) create mode 100644 integration-tests/servicenow/src/main/java/org/apache/camel/quarkus/component/servicenow/it/generated/Incident.java delete mode 100644 integration-tests/servicenow/src/main/java/org/apache/camel/quarkus/component/servicenow/it/model/Incident.java