You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/11/17 12:35:59 UTC

[camel-quarkus] branch upgrade-camel-3.13.0 updated (ddf15de -> ce33c90)

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch upgrade-camel-3.13.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    omit ddf15de  Disable MicroProfileHealthTest.testFailureThreshold due to #3277
    omit fbdddd7  Disable AtlasMap native tests due to #3189
    omit 471b636  Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies
    omit e31231f  Upgrade Camel to 3.13.0
     add d703bb5  Updated CHANGELOG.md
     add 9a80835  Revert "Fixup 218bef4 Special fix for JMS extensions depending on"
     add b2755b3  Updated CHANGELOG.md
     add 53947b6  Updated CHANGELOG.md
     add a9d36a8  Make the dependency management more consistent #3302
     add 34e43c6  Add route configuration test coverage for endpoint route builder #2078
     add 2634a06  Upgrade Quarkus to 2.5.0.Final
     add 3ee7372  Fix broken links to SmallRye Reactive Messaging documentation
     add 6908215  Upgrade Camel to 3.13.0
     add 7cf6ff0  Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies
     add 5274d65  Disable AtlasMap native tests due to #3189
     add 2bbc555  Disable MicroProfileHealthTest.testFailureThreshold due to #3277
     add ce33c90  Disable docs xref checks until #3307 is fixed

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   (ddf15de)
            \
             N -- N -- N   refs/heads/upgrade-camel-3.13.0 (ce33c90)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  2 ++
 docs/antora.yml                                    |  2 +-
 .../extensions/smallrye-reactive-messaging.adoc    |  4 +--
 docs/pom.xml                                       |  2 ++
 .../runtime/src/main/doc/usage.adoc                |  4 +--
 ...onfigurationsEndpointConfigurationBuilder.java} | 13 +++-------
 ...> RouteConfigurationsEndpointRouteBuilder.java} | 27 +++++--------------
 .../RouteConfigurationsResource.java               |  8 ++++++
 .../RouteConfigurationsTest.java                   | 11 ++++++++
 integration-tests/jms-qpid-amqp-client/pom.xml     | 19 --------------
 integration-tests/sjms-qpid-amqp-client/pom.xml    | 19 --------------
 integration-tests/sjms2-qpid-amqp-client/pom.xml   | 19 --------------
 pom.xml                                            |  5 ++--
 poms/bom/pom.xml                                   | 30 ++++++++++++++++++++++
 14 files changed, 72 insertions(+), 93 deletions(-)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsConfigurationBuilder.java => RouteConfigurationsEndpointConfigurationBuilder.java} (69%)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsRouteBuilder.java => RouteConfigurationsEndpointRouteBuilder.java} (56%)