quarkus-scala3
quarkus-scala3 copied to clipboard
Quarkus Extension to support Scala 3
This is the error I get: ``` Exception in thread "main" java.lang.RuntimeException: java.lang.AbstractMethodError: Receiver class io.quarkiverse.scala.scala3.deployment.Scala3CompilationProvider does not define or inherit an implementation of the resolved method 'abstract java.nio.file.Path getSourcePath(java.nio.file.Path,...
I'm interested in trying out Quarkus in Scala 3 and am hitting a build issue. I'm using the [gradle build referenced](https://github.com/gradle/gradle/pull/18001#issuecomment-914152463) in the PR that the [README](https://github.com/quarkiverse/quarkus-scala3#gradle) mentions, so I...
The extension metadata in https://github.com/quarkiverse/quarkus-scala3/blob/main/runtime/src/main/resources/META-INF/quarkus-extension.yaml needs to be improved with the extension description and keywords. This is necessary to be correctly listed in registry.quarkus.io and code.quarkus.io
This PR registers the Scala EnumModule automatically (if exists) to the default ObjectMapper. Reflect this simplification to the Readme.
Bumps [org.scala-lang:scala3-interfaces](https://github.com/scala/scala3) from 3.3.1 to 3.4.1. Release notes Sourced from org.scala-lang:scala3-interfaces's releases. 3.4.1-RC2 Backported fixes Adjust owner in Interactive.contextOfPath causing crash in ImplicitSearch #19875 Add GADT symbols when typing typing-ahead...
Bumps `quarkus.version` from 3.6.4 to 3.9.2. Updates `io.quarkus:quarkus-bom` from 3.6.4 to 3.9.2 Release notes Sourced from io.quarkus:quarkus-bom's releases. 3.9.2 Complete changelog #38964 - Add smallrye metrics capability #39668 - Recompute...
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...
Bumps [io.quarkiverse:quarkiverse-parent](https://github.com/quarkiverse/quarkiverse-parent) from 15 to 16. Release notes Sourced from io.quarkiverse:quarkiverse-parent's releases. 16 Breaking Changes This release sets the maven.compiler.release to JDK 17. Make sure you have at least JDK...
- See https://github.com/quarkiverse/quarkiverse-devops/issues/218
Makes easier to handle the project without Maven (mvn) installed on the system.