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 dbe3fad  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
 discard 5ab5107  Upgrade to Quarkus 2.8.0.CR1
     add b549dff  Updated CHANGELOG.md
     add b51f682  Merge platform-http-engine tests with platform-http
     add fec2c11  Fix #3553 make beans of InterceptStrategy unremovable (#3593)
     add 916802c  Upgrade third party Quarkus extensions prior to release
     add 38e18b0  Updated CHANGELOG.md
     new bc1d191  Upgrade to Quarkus 2.8.0.CR1
     new 13c3cd8  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel

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   (dbe3fad)
            \
             N -- N -- N   refs/heads/quarkus-main (13c3cd8)

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                                       |  83 +++++++-------
 .../deployment/CamelUnremovableBeansProcessor.java |  25 +++++
 .../core/runtime/CamelBeansUnremovableTest.java    |  25 +++++
 integration-tests/platform-http-engine/pom.xml     | 120 ---------------------
 .../platform/http/it/PlatformHttpResource.java     |  57 ----------
 .../platform/http/it/PlatformHttpRouteBuilder.java |  27 -----
 .../src/main/resources/application.properties      |  21 ----
 .../http/server/it/PlatformHttpEngineIT.java       |  24 -----
 .../http/server/it/PlatformHttpEngineTest.java     |  58 ----------
 .../platform/http/it/PlatformHttpRouteBuilder.java |  27 +++++
 .../component/http/server/it/PlatformHttpTest.java |  14 +++
 integration-tests/pom.xml                          |   1 -
 pom.xml                                            |   8 +-
 tooling/scripts/test-categories.yaml               |   1 -
 14 files changed, 140 insertions(+), 351 deletions(-)
 delete mode 100644 integration-tests/platform-http-engine/pom.xml
 delete mode 100644 
integration-tests/platform-http-engine/src/main/java/org/apache/camel/quarkus/component/platform/http/it/PlatformHttpResource.java
 delete mode 100644 
integration-tests/platform-http-engine/src/main/java/org/apache/camel/quarkus/component/platform/http/it/PlatformHttpRouteBuilder.java
 delete mode 100644 
integration-tests/platform-http-engine/src/main/resources/application.properties
 delete mode 100644 
integration-tests/platform-http-engine/src/test/java/org/apache/camel/quarkus/component/http/server/it/PlatformHttpEngineIT.java
 delete mode 100644 
integration-tests/platform-http-engine/src/test/java/org/apache/camel/quarkus/component/http/server/it/PlatformHttpEngineTest.java

Reply via email to