Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-13643: Change Spring Boot starters groupId #3334

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
596 changes: 298 additions & 298 deletions apache-camel/pom.xml

Large diffs are not rendered by default.

596 changes: 298 additions & 298 deletions apache-camel/src/main/descriptors/common-bin.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@

<!-- Camel -->
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-stream-starter</artifactId>
</dependency>

Expand Down
1,916 changes: 958 additions & 958 deletions bom/camel-bom/pom.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<dependencies>
<includes>
<include>org.apache.camel:*</include>
<include>org.apache.camel.springboot:*</include>
</includes>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-activemq-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-ahc-ws-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-ahc/src/main/docs/ahc-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-ahc-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-amqp/src/main/docs/amqp-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-amqp-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-any23/src/main/docs/any23-dataformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-any23-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-apns/src/main/docs/apns-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-apns-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-as2-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-asn1/src/main/docs/asn1-dataformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-asn1-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-asterisk-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-atmos/src/main/docs/atmos-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atmos-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atmosphere-websocket-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-atom/src/main/docs/atom-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atom-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-atomix-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-avro/src/main/docs/avro-component.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-avro-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
2 changes: 1 addition & 1 deletion components/camel-avro/src/main/docs/avro-dataformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-avro-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-cw-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-ddb-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-ddb-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-ec2-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-ecs-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-eks-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-iam-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-kinesis-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-kinesis-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-kms-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-lambda-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-mq-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-msk-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-s3-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-sdb-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-ses-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-sns-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-sqs-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-swf-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws-translate-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-azure-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
[source,xml]
----
<dependency>
<groupId>org.apache.camel</groupId>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-azure-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
Expand Down