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 ad2fbd27f2cbabd5382153ec7ab3a19eb1b49b58 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 8 10:23:45 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-netty4-http to camel-netty-http - update references --- apache-camel/pom.xml | 4 ++-- apache-camel/src/main/descriptors/common-bin.xml | 4 ++-- apache-camel/src/main/release/README.txt | 1 - bom/camel-bom/pom.xml | 4 ++-- components/camel-rest-swagger/pom.xml | 2 +- components/camel-telegram/pom.xml | 2 +- components/camel-webhook/pom.xml | 4 ++-- components/pom.xml | 2 +- examples/camel-example-artemis-amqp-blueprint/pom.xml | 2 +- examples/camel-example-micrometer/pom.xml | 2 +- examples/camel-example-netty-http/pom.xml | 2 +- parent/pom.xml | 4 ++-- tests/camel-itest/pom.xml | 2 +- 13 files changed, 17 insertions(+), 18 deletions(-) diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 5056cbc..2abd396 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -1053,7 +1053,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -2562,7 +2562,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http-starter</artifactId> + <artifactId>camel-netty-http-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 9a81fd4..bdbfd73 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -231,7 +231,7 @@ <include>org.apache.camel:camel-nagios</include> <include>org.apache.camel:camel-nats</include> <include>org.apache.camel:camel-netty</include> - <include>org.apache.camel:camel-netty4-http</include> + <include>org.apache.camel:camel-netty-http</include> <include>org.apache.camel:camel-nsq</include> <include>org.apache.camel:camel-ognl</include> <include>org.apache.camel:camel-olingo2</include> @@ -572,7 +572,7 @@ <include>org.apache.camel:camel-nagios-starter</include> <include>org.apache.camel:camel-nats-starter</include> <include>org.apache.camel:camel-netty-starter</include> - <include>org.apache.camel:camel-netty4-http-starter</include> + <include>org.apache.camel:camel-netty-http-starter</include> <include>org.apache.camel:camel-nsq-starter</include> <include>org.apache.camel:camel-ognl-starter</include> <include>org.apache.camel:camel-olingo2-starter</include> diff --git a/apache-camel/src/main/release/README.txt b/apache-camel/src/main/release/README.txt index 12c8cd6..a5cd199 100644 --- a/apache-camel/src/main/release/README.txt +++ b/apache-camel/src/main/release/README.txt @@ -103,6 +103,5 @@ software: * camel-mail can be configured for secure communications * camel-nagios can be configured for secure communications * camel-netty-http can be configured to use https - * camel-netty4-http can be configured to use https * camel-undertow can be configured to use https * camel-xmlsecurity can be configured for secure communications diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 6dbf856..468fdc8 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -2020,12 +2020,12 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http-starter</artifactId> + <artifactId>camel-netty-http-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> diff --git a/components/camel-rest-swagger/pom.xml b/components/camel-rest-swagger/pom.xml index 196b64c..e5c923d 100644 --- a/components/camel-rest-swagger/pom.xml +++ b/components/camel-rest-swagger/pom.xml @@ -130,7 +130,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <scope>test</scope> </dependency> diff --git a/components/camel-telegram/pom.xml b/components/camel-telegram/pom.xml index 762b6ff..0fd6c39 100644 --- a/components/camel-telegram/pom.xml +++ b/components/camel-telegram/pom.xml @@ -112,7 +112,7 @@ <!-- For testing the webhook --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <scope>test</scope> </dependency> diff --git a/components/camel-webhook/pom.xml b/components/camel-webhook/pom.xml index cc50f24..6f95904 100644 --- a/components/camel-webhook/pom.xml +++ b/components/camel-webhook/pom.xml @@ -49,10 +49,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <scope>test</scope> </dependency> </dependencies> -</project> \ No newline at end of file +</project> diff --git a/components/pom.xml b/components/pom.xml index 17b2cd0..4cfd587 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -248,7 +248,7 @@ <module>camel-nagios</module> <module>camel-nats</module> <module>camel-netty</module> - <module>camel-netty4-http</module> + <module>camel-netty-http</module> <module>camel-nsq</module> <module>camel-ognl</module> <module>camel-olingo2</module> diff --git a/examples/camel-example-artemis-amqp-blueprint/pom.xml b/examples/camel-example-artemis-amqp-blueprint/pom.xml index 4579329..18b11fb 100644 --- a/examples/camel-example-artemis-amqp-blueprint/pom.xml +++ b/examples/camel-example-artemis-amqp-blueprint/pom.xml @@ -54,7 +54,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> </dependency> <!-- Embbeded Artemis AMQP JMS Broker --> diff --git a/examples/camel-example-micrometer/pom.xml b/examples/camel-example-micrometer/pom.xml index 7d1c708..a8fdcc4 100644 --- a/examples/camel-example-micrometer/pom.xml +++ b/examples/camel-example-micrometer/pom.xml @@ -54,7 +54,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> </dependency> <dependency> <groupId>io.micrometer</groupId> diff --git a/examples/camel-example-netty-http/pom.xml b/examples/camel-example-netty-http/pom.xml index cd5a48f..795a3a3 100644 --- a/examples/camel-example-netty-http/pom.xml +++ b/examples/camel-example-netty-http/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> </dependency> <!-- logging --> diff --git a/parent/pom.xml b/parent/pom.xml index 7f04c8a..413528c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1764,7 +1764,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -3303,7 +3303,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http-starter</artifactId> + <artifactId>camel-netty-http-starter</artifactId> <version>${project.version}</version> </dependency> <dependency> diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index b06809d..624658a 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -91,7 +91,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-netty4-http</artifactId> + <artifactId>camel-netty-http</artifactId> <scope>test</scope> </dependency> <dependency>