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 cd2e4c6  Update to latest Camel API changes
 discard 165b2ca  Disable Fhir tests
 discard 625706a  Upgrade Yaml Routes to Yaml 3.15 style
 discard 9973b37  ⬆️ Upgrade to Camel 3.15
     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
     new a7a52e8  ⬆️ Upgrade to Camel 3.15
     new 95b6c97  Upgrade Yaml Routes to Yaml 3.15 style
     new 6046caa  Disable Fhir tests
     new f7ad6cb  Update to latest Camel API changes

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   (cd2e4c6)
            \
             N -- N -- N   refs/heads/camel-main (f7ad6cb)

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:
 .../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 +++++++
 14 files changed, 146 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

Reply via email to