This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 959b1a45041 Regen for commit c5d128b756c3a53abfd6cf85ae6613e8b8e8ac2e
add b065258219a CAMEL-15566 - Create a AWS Cloudtrail component
add a52ce4c51d6 Regen for commit c5d128b756c3a53abfd6cf85ae6613e8b8e8ac2e
(#8079)
add f6cbda10eaa CAMEL-18325: camel-hyperledger-aries - Add support for
/credentials e… (#8078)
add 5904d25feb7 Regen
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 (959b1a45041)
\
N -- N -- N refs/heads/regen_bot (5904d25feb7)
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:
.../catalog/components/hyperledger-aries.json | 2 +-
.../aws/cloudtrail/CloudtrailConsumer.java | 14 +++--
.../src/test/resources/log4j2.properties | 2 +-
...va => V1CredentialExchangeConverterLoader.java} | 24 ++++-----
.../services/org/apache/camel/TypeConverterLoader | 1 +
.../camel/component/aries/hyperledger-aries.json | 2 +-
.../component/aries/HyperledgerAriesComponent.java | 62 +++++++++++++++-------
.../aries/HyperledgerAriesConfiguration.java | 2 +-
.../component/aries/HyperledgerAriesEndpoint.java | 8 +--
.../component/aries/HyperledgerAriesProducer.java | 16 +++++-
.../aries/handler/AbstractServiceHandler.java | 4 +-
.../aries/handler/ConnectionsServiceHandler.java | 43 +++++++++++----
.../CredentialDefinitionsServiceHandler.java | 2 +
...Handler.java => CredentialsServiceHandler.java} | 16 +++---
...r.java => IssueCredentialV1ServiceHandler.java} | 19 +++++--
.../aries/handler/MultitenancyServiceHandler.java | 3 +-
.../aries/handler/PresentProofServiceHandler.java | 6 +++
.../aries/handler/RevocationServiceHandler.java | 3 ++
.../aries/handler/SchemasServiceHandler.java | 2 +
.../aries/handler/WalletServiceHandler.java | 2 +
...ter.java => V1CredentialExchangeConverter.java} | 22 ++++----
.../HyperledgerAriesEndpointBuilderFactory.java | 2 +-
22 files changed, 179 insertions(+), 78 deletions(-)
copy
components/camel-hyperledger-aries/src/generated/java/org/apache/camel/converter/aries/{ConnectionRecordConverterLoader.java
=> V1CredentialExchangeConverterLoader.java} (62%)
copy
components/camel-hyperledger-aries/src/main/java/org/apache/camel/component/aries/handler/{WalletServiceHandler.java
=> CredentialsServiceHandler.java} (75%)
rename
components/camel-hyperledger-aries/src/main/java/org/apache/camel/component/aries/handler/{IssueCredentialServiceHandler.java
=> IssueCredentialV1ServiceHandler.java} (90%)
copy
components/camel-hyperledger-aries/src/main/java/org/apache/camel/converter/aries/{ConnectionRecordConverter.java
=> V1CredentialExchangeConverter.java} (61%)