You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/12/19 09:19:36 UTC

(camel-k-runtime) branch release-3.6.x updated: chore(docs): kotlin support back

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-3.6.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-3.6.x by this push:
     new 06b060f9 chore(docs): kotlin support back
06b060f9 is described below

commit 06b060f91cb9a793b655dfe1800a8a56756a9848
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Dec 19 10:19:32 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]