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

davsclaus pushed a change to branch 
dependabot/maven/io.smallrye-smallrye-fault-tolerance-6.4.1
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 3e932ecc601 chore(deps): Bump io.smallrye:smallrye-fault-tolerance
     add 5b955e56614 chore(deps): Bump com.huaweicloud:esdk-obs-java from 
3.24.8 to 3.24.9
     add 1c76cdd23ab chore(deps): Bump com.azure:azure-sdk-bom from 1.2.27 to 
1.2.28
     add 75fb2696eb1 feat: implement search by resource operation in FHIR 
component in order transmit sensitive search parameters in request body
     add f622188e9a1 Cleanup dependency management (#15745)
     add a4d28fe5486 Revert "Cleanup dependency management (#15745)"
     add 23e0cf0a096 Regen
     add fd463707027 CAMEL-21292: camel-jbang - Export to quarkus should map 
3rd-party JARs to quarkiverse JARs (#15771)
     add af09ecd67a9 chore(deps): Bump io.github.littleproxy:littleproxy from 
2.3.0 to 2.3.1 (#15770)
     add 1e2e8463983 chore(deps): Bump bytebuddy-version from 1.15.2 to 1.15.3 
(#15773)
     add bdbdfc7c0fd chore(deps-dev): Bump com.nimbusds:nimbus-jose-jwt from 
9.41.1 to 9.41.2 (#15772)
     add b61818241ea chore(deps): Bump 
com.google.cloud:google-cloud-secretmanager-bom (#15775)
     add 86f77f05427 chore(deps): Bump org.apache.qpid:qpid-jms-client from 
2.5.0 to 2.6.0 (#15776)
     add f8902efa3f7 chore(deps): Bump io.fabric8:knative-model from 6.13.3 to 
6.13.4 (#15777)
     add 9fcd201859d chore(deps): Bump 
com.google.apis:google-api-services-sheets (#15779)
     add 1e47b25df6e chore(deps): Bump org.cyclonedx:cyclonedx-maven-plugin 
(#15780)
     add 5f55416362b chore(deps): Bump io.smallrye:smallrye-fault-tolerance

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   (3e932ecc601)
            \
             N -- N -- N   
refs/heads/dependabot/maven/io.smallrye-smallrye-fault-tolerance-6.4.1 
(5f55416362b)

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:
 .../org/apache/camel/catalog/components/fhir.json  |  4 +-
 .../camel/component/fhir/api/FhirSearch.java       | 24 ++++++++++++
 components/camel-fhir/camel-fhir-component/pom.xml |  2 +
 .../component/fhir/FhirEndpointUriFactory.java     |  5 ++-
 .../fhir/FhirSearchEndpointConfiguration.java      | 37 +++++++++++++++++-
 .../FhirSearchEndpointConfigurationConfigurer.java | 23 +++++++++++
 .../component/fhir/internal/FhirApiCollection.java |  2 +-
 .../fhir/internal/FhirSearchApiMethod.java         |  8 ++++
 .../org/apache/camel/component/fhir/fhir.json      |  4 +-
 .../apache/camel/component/fhir/FhirSearchIT.java  | 27 +++++++++++++
 .../dsl/jbang/core/commands/ExportQuarkus.java     | 44 ++++++++++++++++++++++
 .../main/resources/quarkus-dependencies.properties |  2 +-
 .../camel/dsl/jbang/core/commands/ExportTest.java  | 28 ++++++++++++++
 .../resources/{LazyFoo.java => ActiveMQRoute.java} | 13 ++++---
 parent/pom.xml                                     | 18 ++++-----
 pom.xml                                            |  2 +-
 16 files changed, 218 insertions(+), 25 deletions(-)
 copy 
components/camel-cxf/camel-cxf-rest/src/test/resources/org/apache/camel/component/cxf/jaxrs/testEndpoint.properties
 => 
dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-dependencies.properties
 (92%)
 copy dsl/camel-jbang/camel-jbang-core/src/test/resources/{LazyFoo.java => 
ActiveMQRoute.java} (82%)
 mode change 100755 => 100644

Reply via email to