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

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


    from 3446af4cdd0c CAMEL-22706 - Camel-IBM: Add Watson text-to-speech 
component
     add a1da2c163b52 CAMEL-22706 - Camel-IBM: Add Watson text-to-speech 
component

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components.properties |   1 +
 .../components}/ibm-watson-text-to-speech.json     |   0
 .../org/apache/camel/main/components.properties    |   1 +
 .../component/ComponentsBuilderFactory.java        |  13 +
 ...mWatsonTextToSpeechComponentBuilderFactory.java | 290 +++++++++++++++++++++
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  40 +++
 ... WatsonTextToSpeechEndpointBuilderFactory.java} | 250 +++++++++---------
 .../camel-component-known-dependencies.properties  |   1 +
 .../apache/camel/maven/packaging/MojoHelper.java   |   3 +-
 11 files changed, 470 insertions(+), 131 deletions(-)
 copy 
{components/camel-ibm/camel-ibm-watson-text-to-speech/src/generated/resources/META-INF/org/apache/camel/component/ibm/watson/tts
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components}/ibm-watson-text-to-speech.json
 (100%)
 create mode 100644 
dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/IbmWatsonTextToSpeechComponentBuilderFactory.java
 copy 
dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/{WatsonDiscoveryEndpointBuilderFactory.java
 => WatsonTextToSpeechEndpointBuilderFactory.java} (54%)

Reply via email to