You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/06/05 15:24:26 UTC

[camel] branch master updated (93d6610 -> 0aadbe1)

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

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


    from 93d6610  CAMEL-13614 - Fixed CS
     new 7be7c96  CAMEL-13615 - Camel-Zipkin: Zipkin-reporter Move to new Apache coordinates
     new 37aa58c  CAMEL-13615 - Cleanup docs
     new 216e4b9  Regen
     new 0aadbe1  Regen

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-zipkin/pom.xml                              |  4 ++--
 components/camel-zipkin/src/main/docs/zipkin.adoc            |  7 ++-----
 docs/components/modules/ROOT/pages/consul-component.adoc     |  6 +++---
 docs/components/modules/ROOT/pages/disruptor-component.adoc  |  4 ++--
 docs/components/modules/ROOT/pages/ehcache-component.adoc    |  2 +-
 docs/components/modules/ROOT/pages/infinispan-component.adoc |  2 +-
 docs/components/modules/ROOT/pages/mllp-component.adoc       |  4 ++--
 docs/components/modules/ROOT/pages/nagios-component.adoc     |  2 +-
 docs/components/modules/ROOT/pages/netty4-component.adoc     | 12 ++++++------
 docs/components/modules/ROOT/pages/rest-component.adoc       |  2 +-
 docs/components/modules/ROOT/pages/ssh-component.adoc        |  4 ++--
 docs/components/modules/ROOT/pages/zipkin.adoc               |  7 ++-----
 docs/components/modules/ROOT/pages/zookeeper-component.adoc  |  2 +-
 parent/pom.xml                                               |  2 +-
 platforms/karaf/features/src/main/resources/features.xml     |  6 +++---
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml    |  2 +-
 16 files changed, 31 insertions(+), 37 deletions(-)


[camel] 04/04: Regen

Posted by ac...@apache.org.
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 0aadbe1dbc615986f6c697710d84fc6aa1f4d23b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jun 5 17:23:59 2019 +0200

    Regen
---
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index efd9ec2..88b0b1e 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -208,7 +208,7 @@
       <dependency>
         <groupId>net.sf.saxon</groupId>
         <artifactId>Saxon-HE</artifactId>
-        <version>9.9.1-2</version>
+        <version>9.9.1-3</version>
       </dependency>
       <dependency>
         <groupId>ognl</groupId>


[camel] 03/04: Regen

Posted by ac...@apache.org.
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 216e4b9fccd1f90c21628247923e9161d3184dfa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jun 5 16:58:57 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/consul-component.adoc     |  6 +++---
 docs/components/modules/ROOT/pages/disruptor-component.adoc  |  4 ++--
 docs/components/modules/ROOT/pages/ehcache-component.adoc    |  2 +-
 docs/components/modules/ROOT/pages/infinispan-component.adoc |  2 +-
 docs/components/modules/ROOT/pages/mllp-component.adoc       |  4 ++--
 docs/components/modules/ROOT/pages/nagios-component.adoc     |  2 +-
 docs/components/modules/ROOT/pages/netty4-component.adoc     | 12 ++++++------
 docs/components/modules/ROOT/pages/rest-component.adoc       |  2 +-
 docs/components/modules/ROOT/pages/ssh-component.adoc        |  4 ++--
 docs/components/modules/ROOT/pages/zipkin.adoc               |  7 ++-----
 docs/components/modules/ROOT/pages/zookeeper-component.adoc  |  2 +-
 11 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/consul-component.adoc b/docs/components/modules/ROOT/pages/consul-component.adoc
index a6bc893..61d3ce3 100644
--- a/docs/components/modules/ROOT/pages/consul-component.adoc
+++ b/docs/components/modules/ROOT/pages/consul-component.adoc
@@ -204,9 +204,9 @@ The component supports 91 options, which are listed below.
 | *camel.component.consul.url* | The Consul agent URL |  | String
 | *camel.component.consul.use-global-ssl-context-parameters* | Enable usage of global SSL context parameters. | false | Boolean
 | *camel.component.consul.user-name* | Sets the username to be used for basic authentication |  | String
-| *camel.component.consul.cluster.service.dc* |  |  | String
-| *camel.component.consul.configuration.dc* | The data center |  | String
-| *camel.component.consul.service-registry.dc* |  |  | String
+| *camel.component.consul.cluster.service.dc* | *Deprecated*  |  | String
+| *camel.component.consul.configuration.dc* | *Deprecated* The data center |  | String
+| *camel.component.consul.service-registry.dc* | *Deprecated*  |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/disruptor-component.adoc b/docs/components/modules/ROOT/pages/disruptor-component.adoc
index 3a8aeab..bd3c7e8 100644
--- a/docs/components/modules/ROOT/pages/disruptor-component.adoc
+++ b/docs/components/modules/ROOT/pages/disruptor-component.adoc
@@ -198,8 +198,8 @@ The component supports 20 options, which are listed below.
 | *camel.component.disruptor.default-wait-strategy* | To configure the default value for DisruptorWaitStrategy The default value is Blocking. |  | DisruptorWaitStrategy
 | *camel.component.disruptor.enabled* | Enable disruptor component | true | Boolean
 | *camel.component.disruptor.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.disruptor-vm.queue-size* | To configure the ring buffer size |  | Integer
-| *camel.component.disruptor.queue-size* | To configure the ring buffer size |  | Integer
+| *camel.component.disruptor-vm.queue-size* | *Deprecated* To configure the ring buffer size |  | Integer
+| *camel.component.disruptor.queue-size* | *Deprecated* To configure the ring buffer size |  | Integer
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/ehcache-component.adoc b/docs/components/modules/ROOT/pages/ehcache-component.adoc
index b6feb71..9b591b3 100644
--- a/docs/components/modules/ROOT/pages/ehcache-component.adoc
+++ b/docs/components/modules/ROOT/pages/ehcache-component.adoc
@@ -151,7 +151,7 @@ The component supports 26 options, which are listed below.
 | *camel.component.ehcache.customizer.cache-manager.override* | Configure if the cache manager eventually set on the component should be overridden by the customizer. | false | Boolean
 | *camel.component.ehcache.enabled* | Enable ehcache component | true | Boolean
 | *camel.component.ehcache.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.ehcache.configuration.config-uri* | URI pointing to the Ehcache XML configuration file's location |  | String
+| *camel.component.ehcache.configuration.config-uri* | *Deprecated* URI pointing to the Ehcache XML configuration file's location |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/infinispan-component.adoc b/docs/components/modules/ROOT/pages/infinispan-component.adoc
index e8a3d83..a0a01a8 100644
--- a/docs/components/modules/ROOT/pages/infinispan-component.adoc
+++ b/docs/components/modules/ROOT/pages/infinispan-component.adoc
@@ -148,7 +148,7 @@ The component supports 23 options, which are listed below.
 | *camel.component.infinispan.customizer.remote-cache-manager.override* | Configure if the cache manager eventually set on the component should be overridden by the customizer. | false | Boolean
 | *camel.component.infinispan.enabled* | Enable infinispan component | true | Boolean
 | *camel.component.infinispan.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.infinispan.configuration.command* | The operation to perform. | PUT | String
+| *camel.component.infinispan.configuration.command* | *Deprecated* The operation to perform. | PUT | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/mllp-component.adoc b/docs/components/modules/ROOT/pages/mllp-component.adoc
index 41ebbb6..7129a85 100644
--- a/docs/components/modules/ROOT/pages/mllp-component.adoc
+++ b/docs/components/modules/ROOT/pages/mllp-component.adoc
@@ -173,8 +173,8 @@ The component supports 32 options, which are listed below.
 | *camel.component.mllp.log-phi* | Set the component to log PHI data. | true | Boolean
 | *camel.component.mllp.log-phi-max-bytes* | Set the maximum number of bytes of PHI that will be logged in a log entry. | 5120 | Integer
 | *camel.component.mllp.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.mllp.configuration.buffer-writes* | Enable/Disable the buffering of HL7 payloads before writing to the socket. | false | Boolean
-| *camel.component.mllp.configuration.max-receive-timeouts* | The maximum number of timeouts (specified by receiveTimeout) allowed before the TCP Connection will be reset. |  | Integer
+| *camel.component.mllp.configuration.buffer-writes* | *Deprecated* Enable/Disable the buffering of HL7 payloads before writing to the socket. | false | Boolean
+| *camel.component.mllp.configuration.max-receive-timeouts* | *Deprecated* The maximum number of timeouts (specified by receiveTimeout) allowed before the TCP Connection will be reset. |  | Integer
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/nagios-component.adoc b/docs/components/modules/ROOT/pages/nagios-component.adoc
index 18af85e..6c3c38b 100644
--- a/docs/components/modules/ROOT/pages/nagios-component.adoc
+++ b/docs/components/modules/ROOT/pages/nagios-component.adoc
@@ -127,7 +127,7 @@ The component supports 11 options, which are listed below.
 | *camel.component.nagios.configuration.timeout* | Sending timeout in millis. | 5000 | Integer
 | *camel.component.nagios.enabled* | Enable nagios component | true | Boolean
 | *camel.component.nagios.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.nagios.configuration.encryption-method* | To specify an encryption method. |  | NagiosEncryptionMethod
+| *camel.component.nagios.configuration.encryption-method* | *Deprecated* To specify an encryption method. |  | NagiosEncryptionMethod
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/netty4-component.adoc b/docs/components/modules/ROOT/pages/netty4-component.adoc
index a45b8b2..7ca8561 100644
--- a/docs/components/modules/ROOT/pages/netty4-component.adoc
+++ b/docs/components/modules/ROOT/pages/netty4-component.adoc
@@ -266,12 +266,12 @@ The component supports 79 options, which are listed below.
 | *camel.component.netty4.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
 | *camel.component.netty4.ssl-context-parameters* | To configure security using SSLContextParameters. The option is a org.apache.camel.support.jsse.SSLContextParameters type. |  | String
 | *camel.component.netty4.use-global-ssl-context-parameters* | Enable usage of global SSL context parameters. | false | Boolean
-| *camel.component.netty4.configuration.client-pipeline-factory* |  |  | ClientInitializer Factory
-| *camel.component.netty4.configuration.decoder* | A custom ChannelHandler class that can be used to perform special marshalling of inbound payloads. |  | ChannelHandler
-| *camel.component.netty4.configuration.encoder* | A custom ChannelHandler class that can be used to perform special marshalling of outbound payloads. |  | ChannelHandler
-| *camel.component.netty4.configuration.key-store-file* | Client side certificate keystore to be used for encryption |  | File
-| *camel.component.netty4.configuration.server-pipeline-factory* |  |  | ServerInitializer Factory
-| *camel.component.netty4.configuration.trust-store-file* | Server side certificate keystore to be used for encryption |  | File
+| *camel.component.netty4.configuration.client-pipeline-factory* | *Deprecated*  |  | ClientInitializer Factory
+| *camel.component.netty4.configuration.decoder* | *Deprecated* A custom ChannelHandler class that can be used to perform special marshalling of inbound payloads. |  | ChannelHandler
+| *camel.component.netty4.configuration.encoder* | *Deprecated* A custom ChannelHandler class that can be used to perform special marshalling of outbound payloads. |  | ChannelHandler
+| *camel.component.netty4.configuration.key-store-file* | *Deprecated* Client side certificate keystore to be used for encryption |  | File
+| *camel.component.netty4.configuration.server-pipeline-factory* | *Deprecated*  |  | ServerInitializer Factory
+| *camel.component.netty4.configuration.trust-store-file* | *Deprecated* Server side certificate keystore to be used for encryption |  | File
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/rest-component.adoc b/docs/components/modules/ROOT/pages/rest-component.adoc
index 8811b64..e71e8c3 100644
--- a/docs/components/modules/ROOT/pages/rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/rest-component.adoc
@@ -113,7 +113,7 @@ The component supports 8 options, which are listed below.
 | *camel.component.rest.host* | Host and port of HTTP service to use (override host in swagger schema) |  | String
 | *camel.component.rest.producer-component-name* | The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used. |  | String
 | *camel.component.rest.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
-| *camel.component.rest.component-name* | The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used. |  | String
+| *camel.component.rest.component-name* | *Deprecated* The Camel Rest component to use for (producer) the REST transport, such as http, undertow. If no component has been explicit configured, then Camel will lookup if there is a Camel component that integrates with the Rest DSL, or if a org.apache.camel.spi.RestProducerFactory is registered in the registry. If either one is found, then that is being used. |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/ssh-component.adoc b/docs/components/modules/ROOT/pages/ssh-component.adoc
index 96ba0e0..2f6f3a3 100644
--- a/docs/components/modules/ROOT/pages/ssh-component.adoc
+++ b/docs/components/modules/ROOT/pages/ssh-component.adoc
@@ -172,8 +172,8 @@ The component supports 31 options, which are listed below.
 | *camel.component.ssh.sleep-for-shell-prompt* | Sets the sleep period in milliseconds to wait reading response from shell prompt. Defaults to 100 milliseconds. |  | Long
 | *camel.component.ssh.timeout* | Sets the timeout in milliseconds to wait in establishing the remote SSH server connection. Defaults to 30000 milliseconds. |  | Long
 | *camel.component.ssh.username* | Sets the username to use in logging into the remote SSH server. |  | String
-| *camel.component.ssh.cert-filename* | Sets the resource path of the certificate to use for Authentication. |  | String
-| *camel.component.ssh.configuration.cert-filename* | @deprecated As of version 2.11, replaced by certResource. |  | String
+| *camel.component.ssh.cert-filename* | *Deprecated* Sets the resource path of the certificate to use for Authentication. |  | String
+| *camel.component.ssh.configuration.cert-filename* | *Deprecated* @deprecated As of version 2.11, replaced by certResource. |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/docs/components/modules/ROOT/pages/zipkin.adoc b/docs/components/modules/ROOT/pages/zipkin.adoc
index d04c4b7..b2bbdb9 100644
--- a/docs/components/modules/ROOT/pages/zipkin.adoc
+++ b/docs/components/modules/ROOT/pages/zipkin.adoc
@@ -9,9 +9,6 @@ outgoing Camel messages using http://zipkin.io/[zipkin].
 Events (span) are captured for incoming and outgoing messages being sent
 to/from Camel.
 
-NOTE: camel-zipkin is planned to be refactored in Camel 2.22.0 to not use zipkin-scribe
-but use the default http transport. This work may cause backwards incompatibility.
-
 This means you need to configure which Camel endpoints map
 to zipkin service names.
 
@@ -133,7 +130,7 @@ To enable camel-zipkin you need to configure first
 ----
 ZipkinTracer zipkin = new ZipkinTracer();
 // Configure a reporter, which controls how often spans are sent
-//   (the dependency is io.zipkin.reporter2:zipkin-sender-okhttp3)
+//   (the dependency is org.apache.zipkin.reporter2:zipkin-sender-okhttp3)
 sender = OkHttpSender.create("http://127.0.0.1:9411/api/v2/spans");
 zipkin.setSpanReporter(AsyncReporter.create(sender));
 // and then add zipkin to the CamelContext
@@ -149,7 +146,7 @@ zipkin tracer beans. Camel will automatically discover and use them.
 [source,xml]
 ----
   <!-- configure how to reporter spans to a Zipkin collector
-          (the dependency is io.zipkin.reporter2:zipkin-reporter-spring-beans) -->
+          (the dependency is org.apache.zipkin.reporter2:zipkin-reporter-spring-beans) -->
   <bean id="http" class="zipkin2.reporter.beans.AsyncReporterFactoryBean">
     <property name="sender">
       <bean id="sender" class="zipkin2.reporter.beans.OkHttpSenderFactoryBean">
diff --git a/docs/components/modules/ROOT/pages/zookeeper-component.adoc b/docs/components/modules/ROOT/pages/zookeeper-component.adoc
index 92720fb..c3d2947 100644
--- a/docs/components/modules/ROOT/pages/zookeeper-component.adoc
+++ b/docs/components/modules/ROOT/pages/zookeeper-component.adoc
@@ -173,7 +173,7 @@ The component supports 58 options, which are listed below.
 | *camel.component.zookeeper.service-registry.service-host* |  |  | String
 | *camel.component.zookeeper.service-registry.session-timeout* |  |  | Long
 | *camel.component.zookeeper.service-registry.session-timeout-unit* |  |  | TimeUnit
-| *camel.component.zookeeper.configuration.await-existence* | Not in use | true | Boolean
+| *camel.component.zookeeper.configuration.await-existence* | *Deprecated* Not in use | true | Boolean
 |===
 // spring-boot-auto-configure options: END
 


[camel] 02/04: CAMEL-13615 - Cleanup docs

Posted by ac...@apache.org.
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 37aa58cb4649474609f560334c5529967e8e66bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jun 5 16:54:07 2019 +0200

    CAMEL-13615 - Cleanup docs
---
 components/camel-zipkin/src/main/docs/zipkin.adoc | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/components/camel-zipkin/src/main/docs/zipkin.adoc b/components/camel-zipkin/src/main/docs/zipkin.adoc
index d04c4b7..b2bbdb9 100644
--- a/components/camel-zipkin/src/main/docs/zipkin.adoc
+++ b/components/camel-zipkin/src/main/docs/zipkin.adoc
@@ -9,9 +9,6 @@ outgoing Camel messages using http://zipkin.io/[zipkin].
 Events (span) are captured for incoming and outgoing messages being sent
 to/from Camel.
 
-NOTE: camel-zipkin is planned to be refactored in Camel 2.22.0 to not use zipkin-scribe
-but use the default http transport. This work may cause backwards incompatibility.
-
 This means you need to configure which Camel endpoints map
 to zipkin service names.
 
@@ -133,7 +130,7 @@ To enable camel-zipkin you need to configure first
 ----
 ZipkinTracer zipkin = new ZipkinTracer();
 // Configure a reporter, which controls how often spans are sent
-//   (the dependency is io.zipkin.reporter2:zipkin-sender-okhttp3)
+//   (the dependency is org.apache.zipkin.reporter2:zipkin-sender-okhttp3)
 sender = OkHttpSender.create("http://127.0.0.1:9411/api/v2/spans");
 zipkin.setSpanReporter(AsyncReporter.create(sender));
 // and then add zipkin to the CamelContext
@@ -149,7 +146,7 @@ zipkin tracer beans. Camel will automatically discover and use them.
 [source,xml]
 ----
   <!-- configure how to reporter spans to a Zipkin collector
-          (the dependency is io.zipkin.reporter2:zipkin-reporter-spring-beans) -->
+          (the dependency is org.apache.zipkin.reporter2:zipkin-reporter-spring-beans) -->
   <bean id="http" class="zipkin2.reporter.beans.AsyncReporterFactoryBean">
     <property name="sender">
       <bean id="sender" class="zipkin2.reporter.beans.OkHttpSenderFactoryBean">


[camel] 01/04: CAMEL-13615 - Camel-Zipkin: Zipkin-reporter Move to new Apache coordinates

Posted by ac...@apache.org.
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 7be7c966e66a3f98e2db3997b150065523b92413
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jun 5 16:51:58 2019 +0200

    CAMEL-13615 - Camel-Zipkin: Zipkin-reporter Move to new Apache coordinates
---
 components/camel-zipkin/pom.xml                          | 4 ++--
 parent/pom.xml                                           | 2 +-
 platforms/karaf/features/src/main/resources/features.xml | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/camel-zipkin/pom.xml b/components/camel-zipkin/pom.xml
index 64af195..d4ffa74 100644
--- a/components/camel-zipkin/pom.xml
+++ b/components/camel-zipkin/pom.xml
@@ -51,12 +51,12 @@
 
         <!-- to send to zipkin server -->
         <dependency>
-            <groupId>io.zipkin.reporter2</groupId>
+            <groupId>org.apache.zipkin.reporter2</groupId>
             <artifactId>zipkin-sender-libthrift</artifactId>
             <version>${zipkin-reporter-version}</version>
         </dependency>
         <dependency>
-            <groupId>io.zipkin.reporter2</groupId>
+            <groupId>org.apache.zipkin.reporter2</groupId>
             <artifactId>zipkin-sender-urlconnection</artifactId>
             <version>${zipkin-reporter-version}</version>
         </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 4ffce68..06216b5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -723,7 +723,7 @@
         <xstream-version>1.4.11</xstream-version>
         <xom-version>1.2.5</xom-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
-        <zipkin-reporter-version>2.8.2</zipkin-reporter-version>
+        <zipkin-reporter-version>2.8.3</zipkin-reporter-version>
         <zipkin-version>2.14.0</zipkin-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.4.14</zookeeper-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5bf83d6..2a6adfe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2725,9 +2725,9 @@
     <bundle dependency='true'>mvn:io.zipkin.brave/brave/${brave-zipkin-version}</bundle>
     <bundle dependency='true'>wrap:mvn:io.zipkin.brave/brave-context-slf4j/${brave-zipkin-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.zipkin.zipkin2/zipkin/${zipkin-version}</bundle>
-    <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-reporter/${zipkin-reporter-version}</bundle>
-    <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-urlconnection/${zipkin-reporter-version}</bundle>
-    <bundle dependency='true'>mvn:io.zipkin.reporter2/zipkin-sender-libthrift/${zipkin-reporter-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.zipkin.reporter2/zipkin-reporter/${zipkin-reporter-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.zipkin.reporter2/zipkin-sender-urlconnection/${zipkin-reporter-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.zipkin.reporter2/zipkin-sender-libthrift/${zipkin-reporter-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.thrift/libthrift/${libthrift-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-zipkin/${project.version}</bundle>
   </feature>