You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rethinking my comments in #6438. I think we should deprecate (for 3.15.0) and remove camel-quarkus-kotlin (in whatever release we first integrate Camel 4.9.0) along with the kotlin-dsl extension.
I don't see any major benefits to keeping camel-quarkus-kotlin. All it does is provide a Kotlin function wrapper around RouteBuilder.configure.
If folks want to build with Kotlin then it's simple enough to add quarkus-kotlin and write a RouteBuilder impl.
CQ 3.15.x will be LTS and will stay aligned to Camel 4.8.x
CQ 3.16.0 will probably be based on whatever the latest Camel 4.8.x release is. It depends if Camel 4.9.0 is available (unlikely TBH). So I guess we delay the extension removal until we integrate Camel 4.9.0.
Rethinking my comments in #6438. I think we should deprecate (for 3.15.0) and remove
camel-quarkus-kotlin
(in whatever release we first integrate Camel 4.9.0) along with thekotlin-dsl
extension.I don't see any major benefits to keeping
camel-quarkus-kotlin
. All it does is provide a Kotlin function wrapper aroundRouteBuilder.configure
.If folks want to build with Kotlin then it's simple enough to add
quarkus-kotlin
and write aRouteBuilder
impl.The text was updated successfully, but these errors were encountered: