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 2021/04/07 07:06:26 UTC

[camel-karaf] branch master updated (21ccfce -> 0a1da41)

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 21ccfce  Regen
     new 76cf4b7  CAMEL-16466 - Remove Camel-geocoder karaf feature
     new 0a1da41  Regen

The 2 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                  | 5 +----
 platforms/karaf/features/src/main/resources/features.xml | 7 -------
 2 files changed, 1 insertion(+), 11 deletions(-)

[camel-karaf] 01/02: CAMEL-16466 - Remove Camel-geocoder karaf feature

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 76cf4b77c9dcb27a6dad0a280534b52b9d06e3b2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:59:42 2021 +0200

    CAMEL-16466 - Remove Camel-geocoder karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 3e4ab75..d7f5aa6 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -760,13 +760,6 @@
     <bundle dependency='true'>mvn:info.ganglia.gmetric4j/gmetric4j/${gmetric4j-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-ganglia/${project.version}</bundle>
   </feature>
-  <feature name='camel-geocoder' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <feature version='${project.version}'>camel-jsonpath</feature>
-    <feature version='${project.version}'>camel-http</feature>
-    <bundle dependency='true'>wrap:mvn:com.google.maps/google-maps-services/${google-maps-services-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-geocoder/${project.version}</bundle>
-  </feature>
   <feature name='camel-git' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.eclipse.jgit/org.eclipse.jgit/${jgit-version}</bundle>

[camel-karaf] 02/02: 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-karaf.git

commit 0a1da41cd9d557844ced2b24eeef9910208e8608
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 09:06:08 2021 +0200

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

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index dfbaab7..183bd42 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: 184 in 184 JAR artifacts (1 deprecated)
+Number of Camel components: 183 in 183 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -176,9 +176,6 @@ Number of Camel components: 184 in 184 JAR artifacts (1 deprecated)
 | xref:components::ganglia-component.adoc[Ganglia] (camel-ganglia) +
 `ganglia:host:port` | 2.15 | Send metrics to Ganglia monitoring system.
 
-| xref:components::geocoder-component.adoc[Geocoder] (camel-geocoder) +
-`geocoder:address:latlng` | 2.12 | Find geocodes (latitude and longitude) for a given address or the other way round.
-
 | xref:components::git-component.adoc[Git] (camel-git) +
 `git:localPath` | 2.16 | Perform operations on git repositories.