This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit c1543693ce805854c822d0b9956543e11b700fb4 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 5 12:43:43 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-rxjava2 to camel-rxjava - renamed service --- .../apache/camel/component/rxjava2/engine/RxJavaStreamsConstants.java | 2 +- .../services/org/apache/camel/reactive-streams/{rxjava2 => rxjava} | 0 platforms/spring-boot/components-starter/pom.xml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/camel-rxjava/src/main/java/org/apache/camel/component/rxjava2/engine/RxJavaStreamsConstants.java b/components/camel-rxjava/src/main/java/org/apache/camel/component/rxjava2/engine/RxJavaStreamsConstants.java index b2e3fdb..baf7cb3 100644 --- a/components/camel-rxjava/src/main/java/org/apache/camel/component/rxjava2/engine/RxJavaStreamsConstants.java +++ b/components/camel-rxjava/src/main/java/org/apache/camel/component/rxjava2/engine/RxJavaStreamsConstants.java @@ -22,7 +22,7 @@ import org.apache.camel.AsyncCallback; * Useful constants used in the Camel Reactive Streams component. */ public final class RxJavaStreamsConstants { - public static final String SERVICE_NAME = "rxjava2"; + public static final String SERVICE_NAME = "rxjava"; /** * An implementation of the {@link AsyncCallback} that does nothing. diff --git a/components/camel-rxjava/src/main/resources/META-INF/services/org/apache/camel/reactive-streams/rxjava2 b/components/camel-rxjava/src/main/resources/META-INF/services/org/apache/camel/reactive-streams/rxjava similarity index 100% rename from components/camel-rxjava/src/main/resources/META-INF/services/org/apache/camel/reactive-streams/rxjava2 rename to components/camel-rxjava/src/main/resources/META-INF/services/org/apache/camel/reactive-streams/rxjava diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml index a3fd015..be30897 100644 --- a/platforms/spring-boot/components-starter/pom.xml +++ b/platforms/spring-boot/components-starter/pom.xml @@ -312,7 +312,6 @@ <module>camel-ribbon-starter</module> <module>camel-rss-starter</module> <module>camel-rxjava-starter</module> - <module>camel-rxjava2-starter</module> <module>camel-saga-starter</module> <module>camel-salesforce-starter</module> <module>camel-sap-netweaver-starter</module>
