You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/20 10:07:10 UTC

[camel-examples] 02/02: CAMEL-17355: camel-examples - Reduce number of cdi examples

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 49b955a137912462f8006b14968d0ad7dde14b91
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 20 11:06:52 2021 +0100

    CAMEL-17355: camel-examples - Reduce number of cdi examples
---
 examples/README.adoc | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/examples/README.adoc b/examples/README.adoc
index f80f23d..ab55954 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -11,7 +11,7 @@ View the individual example READMEs for details.
 == Examples
 
 // examples: START
-Number of Examples: 97 (0 deprecated)
+Number of Examples: 87 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -33,8 +33,6 @@ Number of Examples: 97 (0 deprecated)
 
 | link:cdi/README.adoc[CDI] (cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection
 
-| link:cdi-properties/README.adoc[CDI Properties] (cdi-properties) | Beginner | DeltaSpike configuration properties CDI example
-
 | link:cdi-xml/README.adoc[CDI Camel XML] (cdi-xml) | Beginner | CDI and Camel XML example
 
 | link:console/README.adoc[Console] (console) | Beginner | An example that reads input from the console
@@ -104,16 +102,10 @@ Number of Examples: 97 (0 deprecated)
 
 | link:cassandra-kubernetes/README.adoc[Cassandra Kubernetes] (cassandra-kubernetes) | Cloud | An example with Camel and Cassandra running on Kubernetes
 
-| link:cdi-kubernetes/README.adoc[CDI Kubernetes] (cdi-kubernetes) | Cloud | An example running Camel CDI on Kubernetes
-
-| link:cdi-minio/README.adoc[CDI Minio] (cdi-minio) | Cloud | Minio CDI example
-
 | link:hazelcast-kubernetes/README.adoc[Hazelcast Kubernetes] (hazelcast-kubernetes) | Cloud | An example with Camel and Hazelcast running on Kubernetes
 
 | link:main-endpointdsl-aws2/README.adoc[Main Endpointdsl Aws2] (main-endpointdsl-aws2) | Cloud | An example for showing standalone Camel with multiple AWS2 components
 
-| link:cdi-cassandraql/README.adoc[CDI Cassandra] (cdi-cassandraql) | Database | Cassandraql CDI example
-
 | link:debezium/README.adoc[Debezium] (debezium) | Database | An example for Debezium Component
 
 | link:debezium-eventhubs-blob/README.adoc[Debezium Eventhubs Blob] (debezium-eventhubs-blob) | Database | An example for Debezium Component with Azure Event Hubs and Azure Storage Blob
@@ -148,23 +140,16 @@ Number of Examples: 97 (0 deprecated)
         route dynamically based on the flow of messages
     
 
-| link:widget-gadget-cdi/README.adoc[Widget Gadget CDI] (widget-gadget-cdi) | EIP | The widget and gadget example from the EIP book
-
 | link:widget-gadget-java/README.adoc[Widget Gadget Java] (widget-gadget-java) | EIP | The widget and gadget example from the EIP book
 
 | link:widget-gadget-xml/README.adoc[Widget Gadget XML] (widget-gadget-xml) | EIP | The widget and gadget example from the EIP book
 
 | link:fhir/README.adoc[FHIR] (fhir) | Health Care | An example running Camel FHIR using Camel CDI
 
-| link:transformer-cdi/README.adoc[Transformer CDI] (transformer-cdi) | Input/Output Type Contract | An example demonstrating declarative transformation along data type declaration using Java DSL and CDI
-    
-
 | link:transformer-demo/README.adoc[Transformer and Validator Spring XML] (transformer-demo) | Input/Output Type Contract | An example demonstrating declarative transformation and validation along data type declaration using
         Spring DSL
     
 
-| link:cdi-metrics/README.adoc[CDI Metrics] (cdi-metrics) | Management and Monitoring | Dropwizard Metrics CDI example
-
 | link:flight-recorder/README.adoc[Flight Recorder] (flight-recorder) | Management and Monitoring | Diagnosing Camel with Java Flight Recorder
 
 | link:jmx/README.adoc[JMX] (jmx) | Management and Monitoring | An example showing how to work with Camel and JMX
@@ -195,12 +180,6 @@ Number of Examples: 97 (0 deprecated)
 
 | link:reactive-executor-vertx/README.adoc[Reactive Executor Vertx] (reactive-executor-vertx) | Reactive | An example for showing using VertX as reactive executor with standalone Camel
 
-| link:cdi-rest-servlet/README.adoc[CDI Rest] (cdi-rest-servlet) | Rest | Rest DSL using Servlet with CDI example
-
-| link:openapi-cdi/README.adoc[OpenApi CDI] (openapi-cdi) | Rest | An example using REST DSL and OpenApi Java with CDI
-
-| link:swagger-cdi/README.adoc[Swagger CDI] (swagger-cdi) | Rest | An example using REST DSL and Swagger Java with CDI
-
 | link:spring-security/README.adoc[Spring Security] (spring-security) | Security | An example showing how to work with Camel and Spring Security
 
 | link:salesforce-consumer/README.adoc[Salesforce Consumer] (salesforce-consumer) | Social | An example that uses Salesforce Rest Streaming API