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

github-bot pushed a change to branch 
dependabot/maven/com.azure-azure-sdk-bom-1.3.2
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 1e33a1587120 chore(deps): Bump com.azure:azure-sdk-bom from 1.3.0 to 
1.3.2
     add 76e68b659b7e Align pom xml first lines for generated project via Camel 
JBang (#19805)
     add 5a83e243299a chore(dependendencies): protobuf-maven-plugin-version 
4.0.2 (#19806)
     add e81a1f80b8e3 CAMEL-22646: camel-dapr - add workflow operation (#19807)
     add c2687bac8a7c Upgrade aws
     add 878c230fb94d fix(ci): skip test-infra unit test in parent pom detection
     add 24a4c912785d chore(deps): Bump com.azure:azure-sdk-bom from 1.3.0 to 
1.3.2

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   (1e33a1587120)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.azure-azure-sdk-bom-1.3.2 (24a4c912785d)

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:
 .github/actions/detect-dependencies/detect-test.sh |   9 +-
 .../apache/camel/catalog/components/aws2-ec2.json  |   2 +-
 .../org/apache/camel/catalog/components/dapr.json  | 114 ++--
 .../apache/camel/component/aws2/ec2/aws2-ec2.json  |   2 +-
 components/camel-dapr/pom.xml                      |   6 +
 .../component/dapr/DaprComponentConfigurer.java    |  56 +-
 .../component/dapr/DaprEndpointConfigurer.java     |  56 +-
 .../component/dapr/DaprEndpointUriFactory.java     |  12 +-
 .../org/apache/camel/component/dapr/dapr.json      | 114 ++--
 .../camel-dapr/src/main/docs/dapr-component.adoc   | 160 ++++++
 .../camel/component/dapr/DaprConfiguration.java    | 145 ++++-
 .../dapr/DaprConfigurationOptionsProxy.java        |  38 ++
 .../apache/camel/component/dapr/DaprConstants.java |  47 ++
 .../apache/camel/component/dapr/DaprEndpoint.java  |  11 +
 .../camel/component/dapr/DaprExchangeHeaders.java  |  38 ++
 .../apache/camel/component/dapr/DaprOperation.java |   3 +-
 .../{DaprOperation.java => WorkflowOperation.java} |  16 +-
 .../dapr/operations/DaprOperationManager.java      |   1 +
 .../dapr/operations/DaprOperationResponse.java     |  16 +
 .../dapr/operations/DaprWorkflowHandler.java       | 247 +++++++++
 .../dapr/operations/DaprWorkflowTest.java          | 614 +++++++++++++++++++++
 .../component/dsl/DaprComponentBuilderFactory.java | 204 ++++++-
 .../builder/endpoint/StaticEndpointBuilders.java   |   6 +-
 .../endpoint/dsl/DaprEndpointBuilderFactory.java   | 564 ++++++++++++++++++-
 .../src/main/resources/templates/quarkus-pom.tmpl  |   7 +-
 parent/pom.xml                                     |   5 +-
 26 files changed, 2346 insertions(+), 147 deletions(-)
 copy 
components/camel-dapr/src/main/java/org/apache/camel/component/dapr/{DaprOperation.java
 => WorkflowOperation.java} (83%)
 create mode 100644 
components/camel-dapr/src/main/java/org/apache/camel/component/dapr/operations/DaprWorkflowHandler.java
 create mode 100644 
components/camel-dapr/src/test/java/org/apache/camel/component/dapr/operations/DaprWorkflowTest.java

Reply via email to