This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 032f13d4 chore(docs): kotlin support back
032f13d4 is described below
commit 032f13d4d9c186a5faa583b9cb86199870495179
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Dec 19 10:19:15 2023 +0100
chore(docs): kotlin support back
---
docs/modules/languages/pages/kotlin.adoc | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/modules/languages/pages/kotlin.adoc
b/docs/modules/languages/pages/kotlin.adoc
index 6c4b23f1..478b8505 100644
--- a/docs/modules/languages/pages/kotlin.adoc
+++ b/docs/modules/languages/pages/kotlin.adoc
@@ -1,7 +1,5 @@
= Writing Integrations in Kotlin
-WARNING: the DSL is temporarily not supported in version 3.2.0 due to a bug in
the Kotlin dependencies. As a workaround you may forcefully include
`org.apache.camel:camel-kotlin-dsl:4.1.0-SNAPSHOT` dependency until the level
of support is recovered.
-
An integration written in Kotlin looks very similar to a Java one except it
can leverages Kotlin's language enhancements over Java:
[source,kotlin]