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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 57de60ec6197398e8b84541c6864208ddcf0332f
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Aug 16 17:53:29 2024 +0200

    Comment out kotlin module which is no compiling
    
    kotlin is deprecated so I do no think it is worthy to update it
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f01c7c94..415bb7e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,8 @@
         <module>kamelet-chucknorris</module>
         <module>kamelet-main</module>
         <module>kamelet-sql</module>
-        <module>kotlin</module>
+        <!-- Commenting out kotlin as there are compilation failure and the 
dsl is now deprecated -->
+        <!--<module>kotlin</module>-->
         <module>loadbalancing</module>
         <module>main</module>
         <module>main-endpointdsl</module>

Reply via email to