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
With this issue, I'd like to list some gaps and improvements that could be done to the Quarkus / Scala ecosystem to bring it up to a similar level as Kotlin.
With this issue, I'd like to list some gaps and improvements that could be done to the Quarkus / Scala ecosystem to bring it up to a similar level as Kotlin.
Some features are shown in my Scala 3 Quarkus quickstart project at: https://github.com/carlosedp/scala3-quarkus-quickstart/
Some Improvements:
ObjectMapper
when Jackson Scala module is added along the lines I did in https://github.com/carlosedp/scala3-quarkus-quickstart/blob/main/src/main/scala/helper/EnumJsonSerializationHelper.scala. I see theDefaultScalaModule
is already added. Is it possible to also add the lib to avoid the user to add it?scala3-compiler_3
to the extension so it's one less lib to add to Maven/Gradle user project?Futures
andPromises
in Quarkus Resources- Addressed by Future[T] and Promise[T] as Controller ReturnTypes #51
Zio
effects in Quarkus Resources- Addressed by Support for
ZIO
as return type in Rest Resources #52Current extensions published for Kotlin:
I understand these provide some abstractions to the underlying Java libraries to a more Kotlin-esque style. Could be done on a needed-basis.
The text was updated successfully, but these errors were encountered: