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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 559ee73cca2 Regen 559ee73cca2 is described below commit 559ee73cca28d27093f158a2f4fdae5f9ebbf858 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Jun 18 21:14:41 2022 +0200 Regen --- .../org/apache/camel/springboot/catalog/others.properties | 2 ++ .../camel/springboot/catalog/others/dsl-modeline.json | 15 +++++++++++++++ .../apache/camel/springboot/catalog/others/yaml-dsl.json | 15 +++++++++++++++ tooling/camel-spring-boot-dependencies/pom.xml | 5 ----- 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties index ce284d9d180..c1a4416ce42 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties @@ -7,6 +7,7 @@ core-engine csimple-joor cxf-transport debug +dsl-modeline endpointdsl etcd3 groovy-dsl @@ -32,4 +33,5 @@ swagger-java undertow-spring-security xml-io-dsl xml-jaxb-dsl +yaml-dsl zipkin \ No newline at end of file diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json new file mode 100644 index 00000000000..2d37a36a151 --- /dev/null +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/dsl-modeline.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "dsl-modeline", + "title": "DSL Modeline", + "description": "Camel DSL Camel K modeline", + "deprecated": false, + "firstVersion": "3.16.0", + "label": "dsl", + "supportLevel": "Stable", + "groupId": "org.apache.camel.springboot", + "artifactId": "camel-dsl-modeline-starter", + "version": "3.18.0-SNAPSHOT" + } +} diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/yaml-dsl.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/yaml-dsl.json new file mode 100644 index 00000000000..6b6390aa8df --- /dev/null +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/yaml-dsl.json @@ -0,0 +1,15 @@ +{ + "other": { + "kind": "other", + "name": "yaml-dsl", + "title": "YAML DSL", + "description": "Camel DSL with YAML", + "deprecated": false, + "firstVersion": "3.9.0", + "label": "dsl", + "supportLevel": "Stable", + "groupId": "org.apache.camel.springboot", + "artifactId": "camel-yaml-dsl-starter", + "version": "3.18.0-SNAPSHOT" + } +} diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 7b74660c4c0..3bcb6517a5c 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3253,11 +3253,6 @@ <artifactId>camel-knative-http</artifactId> <version>3.18.0-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-kotlin-dsl</artifactId> - <version>3.18.0-SNAPSHOT</version> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-kubernetes</artifactId>