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 7051bbeb8ce0283b32ffbdf3408e94a120b7e69d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 13 11:41:49 2025 +0200 Removed Coffee/Beer Source Kamelets Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- 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 ---------------------- 4 files changed, 232 deletions(-) diff --git a/kamelets/beer-source.kamelet.yaml b/kamelets/beer-source.kamelet.yaml deleted file mode 100644 index c22a1efd3..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 b3c62faf7..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 c22a1efd3..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 b3c62faf7..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"