Cédric Champeau
Cédric Champeau
Now that GraalVM 23 is out with PGO support available in the Oracle GraalVM distribution, it would be good if the Gradle and Maven plugins added built-in support for PGO....
Gradle 7 introduced [version catalogs](https://docs.gradle.org/current/userguide/platforms.html#sub:central-declaration-of-dependencies) which are standardized ways of declaring dependency versions. There are 2 forms which may be supported by this plugin: 1. the easiest, the `*.versions.toml` file...
### Expected Behavior If a method is annotated with `@Query`, I would expect the query to escape reserved keywords. For example: ```java @Query("update user set locked=true where id=:id") void lock(Long...
### Expected Behavior It should be possible to have expected output normalization, just like we have actual output normalization. ### Current Behavior Currently, only the actual output is normalized. ###...
### Issue description It can be a bit cumbersome to configure all docker tasks to disable `--link`. We should maybe introduce an extension to setup this globally, eg.: ``` micronaut...
### Feature description See https://github.com/micronaut-projects/micronaut-maven-plugin/issues/1021 In Gradle this can probably be implemented efficiently with an [artifact transform](https://github.com/micronaut-projects/micronaut-maven-plugin/issues/1021).
### Feature description See https://github.com/micronaut-projects/micronaut-gradle-plugin/pull/280#issuecomment-957181453 Currently we cannot run tests in "AOT mode", because each test annotated with `@MicronautTest` will create its own application context, so in theory we have...
### Issue description The Eclipse APT plugin is applied by default and is causing tasks to be out-of-date because of added APT configuration. In most cases, users don't use Eclipse,...
### Issue description Builds migrating to Micronaut 4 will fail because, by default, no runtime serializer is present. For example using this simple build script: ```gradle plugins { id "io.micronaut.application"...
### Issue description In order to let us [move to the metadata repository](https://github.com/micronaut-projects/micronaut-core/issues/7805), the Micronaut Gradle plugin needs to enable the metadata repository by default. This can be done with...