This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new ff138c9 Polished examples a bit with a new health care category.
ff138c9 is described below
commit ff138c9f1e07aa98eb1312cac389b292fcbc4417
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 20 19:43:31 2018 +0200
Polished examples a bit with a new health care category.
---
components/readme.adoc | 2 +-
examples/README.adoc | 28 +++++++++++-----------
.../camel-example-fhir-auth-tx-spring-boot/pom.xml | 2 +-
examples/camel-example-fhir-osgi/pom.xml | 2 +-
examples/camel-example-fhir-spring-boot/pom.xml | 2 +-
examples/camel-example-fhir/pom.xml | 1 +
examples/camel-example-widget-gadget-cdi/pom.xml | 2 +-
examples/camel-example-widget-gadget-java/pom.xml | 2 +-
examples/camel-example-widget-gadget-xml/pom.xml | 2 +-
9 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/components/readme.adoc b/components/readme.adoc
index 0e95827..4ad0a64 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -27,7 +27,7 @@ Number of Components: 301 in 204 JAR artifacts (21 deprecated)
`apns:name` | 2.8 | For sending notifications to Apple iOS devices.
| link:camel-as2/camel-as2-component/src/main/docs/as2-component.adoc[AS2]
(camel-as2) +
-`as2:name` | 2.22 | Component used for transferring data secure and reliable
over the internet using the AS2 protocol.
+`as2:apiName` | 2.22 | Component used for transferring data secure and
reliable over the internet using the AS2 protocol.
| link:camel-asterisk/src/main/docs/asterisk-component.adoc[Asterisk]
(camel-asterisk) +
`asterisk:name` | 2.18 | The asterisk component is used to interact with
Asterisk PBX Server.
diff --git a/examples/README.adoc b/examples/README.adoc
index f242495..b7f8079 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -17,8 +17,6 @@ Number of Examples: 109 (8 deprecated)
|===
| Example | Category | Description
-| link:camel-example-fhir/README.md[FHIR] (camel-example-fhir) | | An example
running Camel FHIR using Camel CDI
-
| link:camel-example-micrometer/README.md[Micrometer]
(camel-example-micrometer) | Advanced | An example showing how to work with
Camel, Spring Java Config and Micrometer monitoring
| link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An
example showing how to work with Camel and CDI for dependency injection
@@ -29,10 +27,6 @@ Number of Examples: 109 (8 deprecated)
| link:camel-example-console/README.md[Console] (camel-example-console) |
Beginner | An example that reads input from the console
-| link:camel-example-fhir-auth-tx-spring-boot/readme.adoc[Fhir Auth Tx Spring
Boot] (camel-example-fhir-auth-tx-spring-boot) | Beginner | An example showing
how to work with Camel, FHIR Authorization, FHIR Transaction and Spring Boot
-
-| link:camel-example-fhir-spring-boot/readme.adoc[Fhir Spring Boot]
(camel-example-fhir-spring-boot) | Beginner | An example showing how to work
with Camel, Fhir and Spring Boot
-
| link:camel-example-ftp/README.md[FTP] (camel-example-ftp) | Beginner | An
example for showing Camel FTP integration
| link:camel-example-java8/readme.adoc[Java8] (camel-example-java8) | Beginner
| An example for showing Camel DSL for Java 8
@@ -62,12 +56,6 @@ Number of Examples: 109 (8 deprecated)
| link:camel-example-spring-xquery/README.md[Spring XQuery]
(camel-example-spring-xquery) | Beginner | An example using Spring XML to
transform a message using XQuery
-| link:camel-example-widget-gadget-cdi/README.md[Widget Gadget CDI]
(camel-example-widget-gadget-cdi) | Beginner | The widget and gadget example
from the EIP book
-
-| link:camel-example-widget-gadget-java/README.md[Widget Gadget Java]
(camel-example-widget-gadget-java) | Beginner | The widget and gadget example
from the EIP book
-
-| link:camel-example-widget-gadget-xml/README.md[Widget Gadget XML]
(camel-example-widget-gadget-xml) | Beginner | The widget and gadget example
from the EIP book
-
| link:camel-example-cassandra-kubernetes/ReadMe.md[Cassandra Kubernetes]
(camel-example-cassandra-kubernetes) | Cloud | An example with Camel and
Cassandra running on Kubernetes
| link:camel-example-cdi-aws-s3/README.md[CDI AWS S3]
(camel-example-cdi-aws-s3) | Cloud | AWS S3 CDI example
@@ -116,6 +104,20 @@ Number of Examples: 109 (8 deprecated)
route dynamically based on the flow of messages
+| link:camel-example-widget-gadget-cdi/README.md[Widget Gadget CDI]
(camel-example-widget-gadget-cdi) | EIP | The widget and gadget example from
the EIP book
+
+| link:camel-example-widget-gadget-java/README.md[Widget Gadget Java]
(camel-example-widget-gadget-java) | EIP | The widget and gadget example from
the EIP book
+
+| link:camel-example-widget-gadget-xml/README.md[Widget Gadget XML]
(camel-example-widget-gadget-xml) | EIP | The widget and gadget example from
the EIP book
+
+| link:camel-example-fhir/README.md[FHIR] (camel-example-fhir) | Health Care |
An example running Camel FHIR using Camel CDI
+
+| link:camel-example-fhir-auth-tx-spring-boot/readme.adoc[Fhir Auth Tx Spring
Boot] (camel-example-fhir-auth-tx-spring-boot) | Health Care | An example
showing how to work with Camel, FHIR Authorization, FHIR Transaction and Spring
Boot
+
+| link:camel-example-fhir-osgi/README.md[Fhir Osgi] (camel-example-fhir-osgi)
| Health Care | An example running Camel FHIR in Apache Karaf
+
+| link:camel-example-fhir-spring-boot/readme.adoc[Fhir Spring Boot]
(camel-example-fhir-spring-boot) | Health Care | An example showing how to work
with Camel, Fhir and Spring Boot
+
| link:camel-example-transformer-blueprint/README.md[Transformer OSGi
Blueprint] (camel-example-transformer-blueprint) | Input/Output Type Contract |
An example demonstrating declarative transformation along data type declaration
using OSGi Blueprint XML
| link:camel-example-transformer-cdi/README.md[Transformer CDI]
(camel-example-transformer-cdi) | Input/Output Type Contract | An example
demonstrating declarative transformation along data type declaration using Java
DSL and CDI
@@ -175,8 +177,6 @@ Number of Examples: 109 (8 deprecated)
| link:camel-example-ehcache-blueprint/README.md[Ehcache Blueprint]
(camel-example-ehcache-blueprint) | OSGi | An example using Ehcache with OSGi
Blueprint
-| link:camel-example-fhir-osgi/README.md[Fhir Osgi] (camel-example-fhir-osgi)
| OSGi | An example running Camel FHIR in Apache Karaf
-
| link:camel-example-netty-http/README.md[Netty HTTP]
(camel-example-netty-http) | OSGi | An example showing how to use a shared
Netty HTTP server with multiple Camel applications in OSGi container
| link:camel-example-olingo4-blueprint/README.md[Olingo4 Blueprint]
(camel-example-olingo4-blueprint) | OSGi | An example which use the Olingo4
component in Blueprint
diff --git a/examples/camel-example-fhir-auth-tx-spring-boot/pom.xml
b/examples/camel-example-fhir-auth-tx-spring-boot/pom.xml
index daf0200..06148b6 100644
--- a/examples/camel-example-fhir-auth-tx-spring-boot/pom.xml
+++ b/examples/camel-example-fhir-auth-tx-spring-boot/pom.xml
@@ -33,7 +33,7 @@
<description>An example showing how to work with Camel, FHIR Authorization,
FHIR Transaction and Spring Boot</description>
<properties>
- <category>Beginner</category>
+ <category>Health Care</category>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/examples/camel-example-fhir-osgi/pom.xml
b/examples/camel-example-fhir-osgi/pom.xml
index 8c0b3b7..57dc385 100644
--- a/examples/camel-example-fhir-osgi/pom.xml
+++ b/examples/camel-example-fhir-osgi/pom.xml
@@ -34,7 +34,7 @@
<packaging>jar</packaging>
<properties>
- <category>OSGi</category>
+ <category>Health Care</category>
</properties>
<dependencies>
diff --git a/examples/camel-example-fhir-spring-boot/pom.xml
b/examples/camel-example-fhir-spring-boot/pom.xml
index 7c3477e..60b1089 100644
--- a/examples/camel-example-fhir-spring-boot/pom.xml
+++ b/examples/camel-example-fhir-spring-boot/pom.xml
@@ -33,7 +33,7 @@
<description>An example showing how to work with Camel, Fhir and Spring
Boot</description>
<properties>
- <category>Beginner</category>
+ <category>Health Care</category>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/examples/camel-example-fhir/pom.xml
b/examples/camel-example-fhir/pom.xml
index 791507c..1cccfdd 100644
--- a/examples/camel-example-fhir/pom.xml
+++ b/examples/camel-example-fhir/pom.xml
@@ -34,6 +34,7 @@
<packaging>jar</packaging>
<properties>
+ <category>Health Care</category>
<title>FHIR</title>
</properties>
diff --git a/examples/camel-example-widget-gadget-cdi/pom.xml
b/examples/camel-example-widget-gadget-cdi/pom.xml
index b6e4a29..d68b44e 100644
--- a/examples/camel-example-widget-gadget-cdi/pom.xml
+++ b/examples/camel-example-widget-gadget-cdi/pom.xml
@@ -34,7 +34,7 @@
<packaging>jar</packaging>
<properties>
- <category>Beginner</category>
+ <category>EIP</category>
<title>Widget Gadget CDI</title>
</properties>
diff --git a/examples/camel-example-widget-gadget-java/pom.xml
b/examples/camel-example-widget-gadget-java/pom.xml
index 0cee17e..01f58b2 100644
--- a/examples/camel-example-widget-gadget-java/pom.xml
+++ b/examples/camel-example-widget-gadget-java/pom.xml
@@ -34,7 +34,7 @@
<packaging>jar</packaging>
<properties>
- <category>Beginner</category>
+ <category>EIP</category>
<title>Widget Gadget Java</title>
</properties>
diff --git a/examples/camel-example-widget-gadget-xml/pom.xml
b/examples/camel-example-widget-gadget-xml/pom.xml
index eb82ecc..f913da2 100644
--- a/examples/camel-example-widget-gadget-xml/pom.xml
+++ b/examples/camel-example-widget-gadget-xml/pom.xml
@@ -34,7 +34,7 @@
<packaging>jar</packaging>
<properties>
- <category>Beginner</category>
+ <category>EIP</category>
<title>Widget Gadget XML</title>
</properties>