https://micronaut.io/2023/07/14/micronaut-framework-4-0-0-released/https://micronaut.io/2023/07/22/micronaut-framework-4-0-1-released/
WHAT’S NEW IN MICRONAUT FRAMEWORK 4?
LANGUAGE BASELINES
Micronaut framework 4 updates to Apache Groovy 4, Kotlin 1.8 and sets the Java baseline to 17.
KOTLIN
If you use Kotlin, you can build your Micronaut applications with KSP (Kotlin Symbol Processing). While KSP support is only available for Gradle, Kapt is still available for Gradle and Maven.
In addition, Micronaut Kotlin updates to Ktor 2.
GRAALVM
Micronaut framework 4 supports the latest GraalVM release and shifted to runtime initialisation for GraalVM to ensure consistency in behavior between JIT and Native applications.
--
FROM 120.244.216.*