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

acosentino pushed a commit to branch coffee-beer-remove
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 381e0294a40a97ecbd814cbcb3e355af3fd5a36e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 13 12:15:02 2025 +0200

    Remove Coffee and Beer Source Kamelets
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 docs/modules/ROOT/nav.adoc                         |  2 -
 kamelets/beer-source.kamelet.yaml                  | 58 ----------------------
 kamelets/coffee-source.kamelet.yaml                | 58 ----------------------
 .../resources/kamelets/beer-source.kamelet.yaml    | 58 ----------------------
 .../resources/kamelets/coffee-source.kamelet.yaml  | 58 ----------------------
 5 files changed, 234 deletions(-)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 14298f0cc..ce23ffe43 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -48,7 +48,6 @@
 * xref:azure-storage-files-source.adoc[]
 * xref:azure-storage-queue-sink.adoc[]
 * xref:azure-storage-queue-source.adoc[]
-* xref:beer-source.adoc[]
 * xref:bitcoin-source.adoc[]
 * xref:caffeine-action.adoc[]
 * xref:cassandra-sink.adoc[]
@@ -57,7 +56,6 @@
 * xref:ceph-source.adoc[]
 * xref:chuck-norris-source.adoc[]
 * xref:chunk-template-action.adoc[]
-* xref:coffee-source.adoc[]
 * xref:couchbase-sink.adoc[]
 * xref:counter-source.adoc[]
 * xref:cron-source.adoc[]
diff --git a/kamelets/beer-source.kamelet.yaml 
b/kamelets/beer-source.kamelet.yaml
deleted file mode 100644
index fa3dbe48c..000000000
--- a/kamelets/beer-source.kamelet.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: beer-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
-    camel.apache.org/catalog.version: "4.13.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iOTJwdCIgd2lkdGg9IjkycHQiIHZlcnNpb249IjEuMCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+Cg
 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Beers"
-    camel.apache.org/kamelet.namespace: "Dataset"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Beer Source"
-    description: "Produces periodic events about beers!."
-    type: object
-    properties:
-      period:
-        title: Period
-        description: The time interval between two events
-        type: integer
-        default: 5000
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-    - "camel:timer"
-    - "camel:http"
-    - "camel:kamelet"
-  template:
-    from:
-      uri: "timer:beer"
-      parameters:
-        period: "{{period}}"
-      steps:
-      - to: https://random-data-api.com/api/beer/random_beer
-      - removeHeaders:
-          pattern: '*'
-      - to: "kamelet:sink"
diff --git a/kamelets/coffee-source.kamelet.yaml 
b/kamelets/coffee-source.kamelet.yaml
deleted file mode 100644
index 21f7233db..000000000
--- a/kamelets/coffee-source.kamelet.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: coffee-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
-    camel.apache.org/catalog.version: "4.13.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iOTJwdCIgd2lkdGg9IjkycHQiIHZlcnNpb249IjEuMCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+Cg
 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Coffees"
-    camel.apache.org/kamelet.namespace: "Dataset"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Coffee Source"
-    description: "Produces periodic events about coffees!."
-    type: object
-    properties:
-      period:
-        title: Period
-        description: The time interval between two events
-        type: integer
-        default: 5000
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-    - "camel:timer"
-    - "camel:http"
-    - "camel:kamelet"
-  template:
-    from:
-      uri: "timer:coffee"
-      parameters:
-        period: "{{period}}"
-      steps:
-        - to: https://random-data-api.com/api/coffee/random_coffee
-        - removeHeaders:
-            pattern: '*'
-        - to: "kamelet:sink"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml
deleted file mode 100644
index fa3dbe48c..000000000
--- 
a/library/camel-kamelets/src/main/resources/kamelets/beer-source.kamelet.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: beer-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
-    camel.apache.org/catalog.version: "4.13.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iOTJwdCIgd2lkdGg9IjkycHQiIHZlcnNpb249IjEuMCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+Cg
 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Beers"
-    camel.apache.org/kamelet.namespace: "Dataset"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Beer Source"
-    description: "Produces periodic events about beers!."
-    type: object
-    properties:
-      period:
-        title: Period
-        description: The time interval between two events
-        type: integer
-        default: 5000
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-    - "camel:timer"
-    - "camel:http"
-    - "camel:kamelet"
-  template:
-    from:
-      uri: "timer:beer"
-      parameters:
-        period: "{{period}}"
-      steps:
-      - to: https://random-data-api.com/api/beer/random_beer
-      - removeHeaders:
-          pattern: '*'
-      - to: "kamelet:sink"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/coffee-source.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/coffee-source.kamelet.yaml
deleted file mode 100644
index 21f7233db..000000000
--- 
a/library/camel-kamelets/src/main/resources/kamelets/coffee-source.kamelet.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-# ---------------------------------------------------------------------------
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-# ---------------------------------------------------------------------------
-
-apiVersion: camel.apache.org/v1
-kind: Kamelet
-metadata:
-  name: coffee-source
-  annotations:
-    camel.apache.org/kamelet.support.level: "Stable"
-    camel.apache.org/catalog.version: "4.13.0-SNAPSHOT"
-    camel.apache.org/kamelet.icon: 
"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iOTJwdCIgd2lkdGg9IjkycHQiIHZlcnNpb249IjEuMCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyI+Cg
 [...]
-    camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Coffees"
-    camel.apache.org/kamelet.namespace: "Dataset"
-  labels:
-    camel.apache.org/kamelet.type: "source"
-spec:
-  definition:
-    title: "Coffee Source"
-    description: "Produces periodic events about coffees!."
-    type: object
-    properties:
-      period:
-        title: Period
-        description: The time interval between two events
-        type: integer
-        default: 5000
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-    - "camel:timer"
-    - "camel:http"
-    - "camel:kamelet"
-  template:
-    from:
-      uri: "timer:coffee"
-      parameters:
-        period: "{{period}}"
-      steps:
-        - to: https://random-data-api.com/api/coffee/random_coffee
-        - removeHeaders:
-            pattern: '*'
-        - to: "kamelet:sink"

Reply via email to