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 2020/03/29 14:48:39 UTC

[camel-karaf] branch master updated (057db04 -> 1e12037)

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-karaf.git.


    from 057db04  [CAMEL-14629] Install jaxb 2.3 api to fix jdk 8 issue
     new 185f809  Upgrade Zipkin to version 2.21.0
     new c8f9a40  Upgrade Zipkin Reporter 2.12.2
     new 1e12037  Regen components

The 3 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:
 docs/modules/ROOT/pages/components.adoc | 13 ++++++++-----
 pom.xml                                 |  4 ++--
 2 files changed, 10 insertions(+), 7 deletions(-)


[camel-karaf] 01/03: Upgrade Zipkin to version 2.21.0

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-karaf.git

commit 185f80991794ba2254af0ff4c5aff314417f0928
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 16:40:08 2020 +0200

    Upgrade Zipkin to version 2.21.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9562615..4d88604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -774,7 +774,7 @@
         <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
         <zipkin-reporter-version>2.12.1</zipkin-reporter-version>
-        <zipkin-version>2.20.2</zipkin-version>
+        <zipkin-version>2.21.0</zipkin-version>
         <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>
         <zookeeper-version>3.5.7</zookeeper-version>


[camel-karaf] 03/03: Regen components

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-karaf.git

commit 1e1203718d136b7527261c23214a30d47fc5aa4b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 16:47:55 2020 +0200

    Regen components
---
 docs/modules/ROOT/pages/components.adoc | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index d4461c0..41b29d2 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as Karaf features
 == Camel Components
 
 // components: START
-Number of Camel components: 209 in 209 JAR artifacts (1 deprecated)
+Number of Camel components: 210 in 210 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -38,7 +38,7 @@ Number of Camel components: 209 in 209 JAR artifacts (1 deprecated)
 | xref:components::atom-component.adoc[Atom] (camel-atom) +
 `atom:feedUri` | 1.2 | The atom component is used for consuming Atom RSS feeds.
 
-| xref:components::avro-component.adoc[Avro] (camel-avro) +
+| xref:components::avro-component.adoc[Avro] (camel-avro-rpc) +
 `avro:transport:host:port/messageName` | 2.10 | Working with Apache Avro for data serialization.
 
 | xref:components::aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) +
@@ -431,6 +431,9 @@ Number of Camel components: 209 in 209 JAR artifacts (1 deprecated)
 | xref:components::eventadmin-component.adoc[OSGi EventAdmin] (camel-eventadmin) +
 `eventadmin:topic` | 2.6 | The eventadmin component can be used in an OSGi environment to receive OSGi EventAdmin events and process them.
 
+| xref:components::paxlogging-component.adoc[OSGi PAX Logging] (camel-paxlogging) +
+`paxlogging:appender` | 2.6 | The paxlogging component can be used in an OSGi environment to receive PaxLogging events and process them.
+
 | xref:components::paho-component.adoc[Paho] (camel-paho) +
 `paho:topic` | 2.16 | Component for communicating with MQTT message brokers using Eclipse Paho MQTT Client.
 
@@ -886,6 +889,9 @@ Number of miscellaneous extensions: 16 in 16 JAR artifacts (0 deprecated)
 | xref:components::opentracing.adoc[OpenTracing] +
 (camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
 
+| xref:components::osgi-activator.adoc[Osgi Activator] +
+(camel-osgi-activator) | 3.1 | Camel OSGi Activator for running Camel routes from other bundles
+
 | xref:components::reactor.adoc[Reactor] +
 (camel-reactor) | 2.20 | Reactor based back-end for Camel's reactive streams component
 
@@ -898,9 +904,6 @@ Number of miscellaneous extensions: 16 in 16 JAR artifacts (0 deprecated)
 | xref:components::test.adoc[Test] +
 (camel-test) | 2.9 | Camel unit testing
 
-| xref:components::test-karaf.adoc[Test Karaf] +
-(camel-test-karaf) | 2.18 | Camel integration testing with Apache Karaf
-
 | xref:components::test-spring.adoc[Test Spring] +
 (camel-test-spring) | 2.10 | Camel unit testing with Spring
 


[camel-karaf] 02/03: Upgrade Zipkin Reporter 2.12.2

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-karaf.git

commit c8f9a40eabf91846ed92d70c2926efe2807085b5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 16:40:26 2020 +0200

    Upgrade Zipkin Reporter 2.12.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d88604..fd82e4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -773,7 +773,7 @@
         <xstream-version>1.4.11.1</xstream-version>
         <yetus-audience-annotations-version>0.11.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.6.2</zendesk-client-version>
-        <zipkin-reporter-version>2.12.1</zipkin-reporter-version>
+        <zipkin-reporter-version>2.12.2</zipkin-reporter-version>
         <zipkin-version>2.21.0</zipkin-version>
         <zipkin-libthrift-version>0.13.0</zipkin-libthrift-version>
         <zjsonpatch-version>0.3.0</zjsonpatch-version>