Skip to content

Commit

Permalink
CAMEL-20888 - Remove Kotlin DSL
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Sep 9, 2024
1 parent a13ce99 commit 59e4e51
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 402 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ java-joor-dsl
jfr
js-dsl
jsh-dsl
kotlin-api
kotlin-dsl
leveldb
lra
mail-microsoft-oauth
Expand Down

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions core/camel-spring-boot/src/main/docs/spring-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
{
"name": "camel.main.source-location-enabled",
"type": "java.lang.Boolean",
"description": "Whether to capture precise source location:line-number for all EIPs in Camel routes. Enabling this will impact parsing Java based routes (also Groovy, Kotlin, etc.) on startup as this uses JDK StackTraceElement to calculate the location from the Camel route, which comes with a performance cost. This only impact startup, not the performance of the routes at runtime.",
"description": "Whether to capture precise source location:line-number for all EIPs in Camel routes. Enabling this will impact parsing Java based routes (also Groovy etc.) on startup as this uses JDK StackTraceElement to calculate the location from the Camel route, which comes with a performance cost. This only impact startup, not the performance of the routes at runtime.",
"sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
"defaultValue": false
},
Expand Down Expand Up @@ -2774,7 +2774,7 @@
{
"name": "camel.springboot.source-location-enabled",
"type": "java.lang.Boolean",
"description": "Whether to capture precise source location:line-number for all EIPs in Camel routes. Enabling this will impact parsing Java based routes (also Groovy, Kotlin, etc.) on startup as this uses JDK StackTraceElement to calculate the location from the Camel route, which comes with a performance cost. This only impact startup, not the performance of the routes at runtime.",
"description": "Whether to capture precise source location:line-number for all EIPs in Camel routes. Enabling this will impact parsing Java based routes (also Groovy etc.) on startup as this uses JDK StackTraceElement to calculate the location from the Camel route, which comes with a performance cost. This only impact startup, not the performance of the routes at runtime.",
"sourceType": "org.apache.camel.spring.boot.CamelConfigurationProperties$Springboot",
"defaultValue": false,
"deprecated": true,
Expand Down
48 changes: 0 additions & 48 deletions dsl-starter/camel-kotlin-api-starter/pom.xml

This file was deleted.

48 changes: 0 additions & 48 deletions dsl-starter/camel-kotlin-dsl-starter/pom.xml

This file was deleted.

15 changes: 0 additions & 15 deletions dsl-starter/camel-kotlin-dsl-starter/src/main/docs/kotlin-dsl.json

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 59e4e51

Please sign in to comment.