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

acosentino pushed a change to branch polly
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit 7fdd52e9c25a CAMEL-22911 - Camel-AWS: Add Polly Component
     add 1f81ed72460c CAMEL-22911 - Camel-AWS: Add Polly Component

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   (7fdd52e9c25a)
            \
             N -- N -- N   refs/heads/polly (1f81ed72460c)

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:
 .../polly/integration/Polly2ProducerManualIT.java  | 174 +++++++++++++++++++++
 .../integration/Polly2SpeechToFileManualIT.java    | 155 ++++++++++++++++++
 .../src/test/resources/log4j2.properties           |   2 +-
 3 files changed, 330 insertions(+), 1 deletion(-)
 create mode 100644 
components/camel-aws/camel-aws2-polly/src/test/java/org/apache/camel/component/aws2/polly/integration/Polly2ProducerManualIT.java
 create mode 100644 
components/camel-aws/camel-aws2-polly/src/test/java/org/apache/camel/component/aws2/polly/integration/Polly2SpeechToFileManualIT.java
 copy components/{camel-ai/camel-djl => 
camel-aws/camel-aws2-polly}/src/test/resources/log4j2.properties (95%)

Reply via email to