Cédric Champeau
Cédric Champeau
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.code.gson:gson](https://togithub.com/google/gson) | dependencies | minor | `2.10.1` -> `2.11.0` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.micronaut.platform.catalog | plugin | minor | `4.3.8` -> `4.4.0` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.graalvm.buildtools:native-gradle-plugin](https://togithub.com/graalvm/native-build-tools) | dependencies | patch | `0.10.1` -> `0.10.2` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | io.micronaut.gradle:micronaut-gradle-plugin | dependencies | minor | `4.3.8` -> `4.4.0` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.github.gradle-nexus:publish-plugin](https://togithub.com/gradle-nexus/publish-plugin) | dependencies | major | `1.3.0` -> `2.0.0` | --- ### Release...
Currently the SER decoder doesn't support demosaicing CMY color images.
### Expected Behavior Micronaut AOT optimized binaries should be compilable with GraalVM 22. ### Actual Behaviour Compilation fails with errors like: ``` You now have two options to resolve this:...
### Feature description Minimally, each optimization should be documented. Currently we have the `@AOTModule` which provides optimization metadata: ```java @AOTModule( id = NativeStaticServiceLoaderSourceGenerator.ID, description = AbstractStaticServiceLoaderSourceGenerator.DESCRIPTION, options = { @Option(...
Currently our build plugins prevent us from using Gradle's configuration cache. It would be good to support it, as this would speed up things, especially in the IDE when running...
[Dependency verification](https://docs.gradle.org/current/userguide/dependency_verification.html), as implemented by Gradle for example, allows verifying both checksums and signatures of dependencies _actually used in a build_. It is, IMHO, significantly more important than using an...