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 2018/07/09 08:17:21 UTC

[camel] branch master updated (d788904 -> 6fe9141)

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 d788904  CAMEL-12628: Updated doc
     new 212b767  CAMEL-12611 - Deprecate camel-mongodb
     new 6fe9141  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:
 bom/camel-bom/pom.xml                                      |  5 +++++
 camel-core/readme.adoc                                     |  2 +-
 components/camel-mongodb/pom.xml                           |  2 +-
 .../camel-mongodb/src/main/docs/mongodb-component.adoc     |  7 +++++--
 components/readme.adoc                                     | 14 ++++++--------
 docs/user-manual/en/SUMMARY.md                             |  4 +---
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml  |  5 +++++
 7 files changed, 24 insertions(+), 15 deletions(-)


[camel] 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.git

commit 6fe91417d2a7ccc9e7d6632d2d85cd179a651ae7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 9 10:16:22 2018 +0200

    Regen
---
 bom/camel-bom/pom.xml                                      |  5 +++++
 camel-core/readme.adoc                                     |  2 +-
 .../camel-mongodb/src/main/docs/mongodb-component.adoc     |  2 ++
 components/readme.adoc                                     | 14 ++++++--------
 docs/user-manual/en/SUMMARY.md                             |  4 +---
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml  |  5 +++++
 6 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index b5256b6..c9a6604 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -770,6 +770,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-fhir-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-fhir-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index ee5e23a..2176322 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -106,7 +106,7 @@ Data Formats
 
 
 // dataformats: START
-Number of Data Formats: 4 in 40 JAR artifacts (4 deprecated)
+Number of Data Formats: 4 in 39 JAR artifacts (4 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index 6373314..50a4833 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -1,6 +1,8 @@
+[[mongodb-component]]
 == MongoDB Component (deprecated)
 
 *Available as of Camel version 2.10*
+
 *Available as of Camel version 2.10*
 
 
diff --git a/components/readme.adoc b/components/readme.adoc
index 176ba70..d3df0b1 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 297 in 203 JAR artifacts (20 deprecated)
+Number of Components: 297 in 203 JAR artifacts (21 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -555,7 +555,7 @@ Number of Components: 297 in 203 JAR artifacts (20 deprecated)
 `mock:name` | 1.0 | The mock component is used for testing routes and mediation rules using mocks.
 
 | link:camel-mongodb/src/main/docs/mongodb-component.adoc[MongoDB] (camel-mongodb) +
-`mongodb:connectionBean` | 2.10 | Component for working with documents stored in MongoDB database.
+`mongodb:connectionBean` | 2.10 | *deprecated* Component for working with documents stored in MongoDB database.
 
 | link:camel-mongodb3/src/main/docs/mongodb3-component.adoc[MongoDB] (camel-mongodb3) +
 `mongodb3:connectionBean` | 2.19 | Component for working with documents stored in MongoDB database.
@@ -907,7 +907,7 @@ Data Formats
 ^^^^^^^^^^^^
 
 // dataformats: START
-Number of Data Formats: 50 in 40 JAR artifacts (4 deprecated)
+Number of Data Formats: 48 in 39 JAR artifacts (4 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -937,10 +937,6 @@ Number of Data Formats: 50 in 40 JAR artifacts (4 deprecated)
 
 | link:camel-csv/src/main/docs/csv-dataformat.adoc[CSV] (camel-csv) | 1.3 | The CSV data format is used for handling CSV payloads.
 
-| link:camel-fhir/src/main/docs/fhirJson-dataformat.adoc[FHIR JSon] (camel-fhir) | 2.21 | The FHIR JSon data format is used to marshall/unmarshall to/from FHIR objects to/from JSON.
-
-| link:camel-fhir/src/main/docs/fhirXml-dataformat.adoc[FHIR XML] (camel-fhir) | 2.21 | The FHIR XML data format is used to marshall/unmarshall from/to FHIR objects to/from XML.
-
 | link:camel-flatpack/src/main/docs/flatpack-dataformat.adoc[Flatpack] (camel-flatpack) | 2.1 | The Flatpack data format is used for working with flat payloads (such as CSV, delimited, or fixed length formats).
 
 | link:../camel-core/src/main/docs/gzip-dataformat.adoc[GZip] (camel-core) | 2.0 | The GZip data format is a message compression and de-compression format (which works with the popular gzip/gunzip tools).
@@ -1081,7 +1077,7 @@ Miscellaneous Components
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 // others: START
-Number of Miscellaneous Components: 44 in 44 JAR artifacts (13 deprecated)
+Number of Miscellaneous Components: 45 in 45 JAR artifacts (13 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -1097,6 +1093,8 @@ Number of Miscellaneous Components: 44 in 44 JAR artifacts (13 deprecated)
 
 | link:camel-eclipse/src/main/docs/eclipse.adoc[Eclipse] (camel-eclipse) | 2.3 | *deprecated* Camel classpath scanning support for running in Eclipse Desktop Applications
 
+| link:camel-fhir-parent/src/main/docs/fhir-parent.adoc[Fhir Parent] (camel-fhir-parent) |  | Camel FHIR parent
+
 | link:camel-groovy-dsl/src/main/docs/groovy-dsl.adoc[Groovy DSL] (camel-groovy-dsl) | 2.19 | *deprecated* Camel Groovy DSL support
 
 | link:camel-guice/src/main/docs/guice.adoc[Guice] (camel-guice) | 1.5 | *deprecated* Using Camel with Guice
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index e3c4bbe..57a9950 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -197,7 +197,6 @@
 	* [etcd](etcd-component.adoc)
 	* [Exec](exec-component.adoc)
 	* [Facebook](facebook-component.adoc)
-	* [FHIR](fhir-component.adoc)
 	* [Flatpack](flatpack-component.adoc)
 	* [FOP](fop-component.adoc)
 	* [Freemarker](freemarker-component.adoc)
@@ -407,6 +406,7 @@
 	* [CDI](cdi.adoc)
 	* [CXF Transport](cxf-transport.adoc)
 	* [Eclipse](eclipse.adoc)
+	* [Fhir Parent](fhir-parent.adoc)
 	* [Groovy DSL](groovy-dsl.adoc)
 	* [Guice](guice.adoc)
 	* [HawtDB](hawtdb.adoc)
@@ -463,8 +463,6 @@
 	* [Castor](castor-dataformat.adoc)
 	* [Crypto (Java Cryptographic Extension)](crypto-dataformat.adoc)
 	* [CSV](csv-dataformat.adoc)
-	* [FHIR JSon](fhirJson-dataformat.adoc)
-	* [FHIR XML](fhirXml-dataformat.adoc)
 	* [Flatpack](flatpack-dataformat.adoc)
 	* [GZip](gzip-dataformat.adoc)
 	* [Hessian](hessian-dataformat.adoc)
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 54c4f9a..75ff543 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
@@ -966,6 +966,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-fhir-api</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-fhir-starter</artifactId>
         <version>${project.version}</version>
       </dependency>


[camel] 01/02: CAMEL-12611 - Deprecate camel-mongodb

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 212b76778a9226e9a4a27360cdb23f34e1c89f2f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 9 09:45:22 2018 +0200

    CAMEL-12611 - Deprecate camel-mongodb
---
 components/camel-mongodb/pom.xml                              | 2 +-
 components/camel-mongodb/src/main/docs/mongodb-component.adoc | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/camel-mongodb/pom.xml b/components/camel-mongodb/pom.xml
index 5ca79cb..816bf34 100644
--- a/components/camel-mongodb/pom.xml
+++ b/components/camel-mongodb/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>camel-mongodb</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: MongoDB</name>
+  <name>Camel :: MongoDB (deprecated)</name>
   <description>Camel MongoDB component</description>
 
   <properties>
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index 4406ce9..6373314 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -1,7 +1,8 @@
-[[mongodb-component]]
-== MongoDB Component
+== MongoDB Component (deprecated)
 
 *Available as of Camel version 2.10*
+*Available as of Camel version 2.10*
+
 
 According to Wikipedia: "NoSQL is a movement promoting a loosely defined
 class of non-relational data stores that break with a long history of
@@ -1005,4 +1006,4 @@ anything manually.
 current version]
 *
 https://github.com/apache/camel/tree/master/components/camel-mongodb/src/test[Unit
-tests] for more examples of usage
+tests] for more examples of usage
\ No newline at end of file