Skip to content

Commit

Permalink
CAMEL-13643: Change Spring Boot starters groupId
Browse files Browse the repository at this point in the history
This changes the Spring Boot starters Maven groupId from
`org.apache.camel` to `org.apache.camel.springboot`. Also updates the
documentation, BOM generation, archetype and examples.
  • Loading branch information
zregvart committed Nov 13, 2019
1 parent 7e067a3 commit 2b8d402
Show file tree
Hide file tree
Showing 1,035 changed files with 4,586 additions and 4,558 deletions.
594 changes: 297 additions & 297 deletions apache-camel/pom.xml

Large diffs are not rendered by default.

594 changes: 297 additions & 297 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,912 changes: 956 additions & 956 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

0 comments on commit 2b8d402

Please sign in to comment.