Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-20888 - Remove Kotlin DSL #1214

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading