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 71b03fe java.lang.UnsatisfiedLinkError: no awt in java.library.path in native tests discard 8729f67 Exclude geronimo-jms from corda discard 5baacbc ⬆️ Upgrade Quarkus to 2.7.0.CR1 add e37ecd9 Restore maven-compiler-plugin source & target properties for intellij add 0d04362 Add test coverage for Quarkus SecurityIdentity & Principal in platform-http routes add b660cc6 Fix timestamp validation in syslog integration tests add 7bce4da Exclude commons-logging from htmlunit-driver add 288bcd0 Setup a reproducer showing that camel.main.durationMaxSeconds is not honoured #3394 add 2de0558 Updated CHANGELOG.md new 5bc3948 ⬆️ Upgrade Quarkus to 2.7.0.CR1 new ea9d0db Exclude geronimo-jms from corda new ce94fe3 java.lang.UnsatisfiedLinkError: no awt in java.library.path in native tests 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 (71b03fe) \ N -- N -- N refs/heads/quarkus-main (ce94fe3) 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: CHANGELOG.md | 8 +++++ .../pages/reference/extensions/platform-http.adoc | 17 +++++++++++ .../platform-http/runtime/src/main/doc/usage.adoc | 17 +++++++++++ .../apache/camel/quarkus/main/cmd/CamelRoute.java | 5 ++-- .../src/main/resources/application.properties | 18 ------------ .../camel/quarkus/main/cmd/it/CommandModeTest.java | 34 ++++++++++++++++++---- integration-tests/platform-http/pom.xml | 4 +++ .../platform/http/it/PlatformHttpRouteBuilder.java | 16 ++++++++++ .../src/main/resources/application.properties | 7 +++++ .../component/http/server/it/PlatformHttpTest.java | 29 ++++++++++++++++++ .../quarkus/component/syslog/it/SyslogTest.java | 21 +++++++------ .../syslog/src/test/resources/rfc3164.txt | 1 - .../syslog/src/test/resources/rfc5425.txt | 1 - pom.xml | 2 ++ poms/bom-test/pom.xml | 10 +++++++ poms/bom/pom.xml | 4 +++ 16 files changed, 158 insertions(+), 36 deletions(-) delete mode 100644 integration-tests/main-command-mode/src/main/resources/application.properties delete mode 100644 integration-tests/syslog/src/test/resources/rfc3164.txt delete mode 100644 integration-tests/syslog/src/test/resources/rfc5425.txt