micronaut-aot icon indicating copy to clipboard operation
micronaut-aot copied to clipboard

Experimental Ahead-of-time optimizations for Micronaut

Results 25 micronaut-aot issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut:micronaut-core-bom](https://micronaut.io) ([source](https://togithub.com/micronaut-projects/micronaut-core)) | `4.4.1` -> `4.6.1` |...

type: dependency-upgrade

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.build.shared.settings](https://togithub.com/micronaut-projects/micronaut-build) | `6.7.1` -> `7.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micronaut.build.shared.settings/7.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | patch | `v3.3.0` -> `v3.3.2` | ---...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut.build.shared.settings](https://togithub.com/micronaut-projects/micronaut-build) | `6.7.0` -> `6.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micronaut.build.shared.settings/6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [slsa-framework/slsa-github-generator](https://togithub.com/slsa-framework/slsa-github-generator) | action | major | `v1.10.0` -> `v2.0.0` | ---...

type: dependency-upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | major | `v2` -> `v3` | ---...

type: dependency-upgrade

### 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:...

type: bug

@sdelamo Asked me to file an issue requesting that the user guide clarify what source directory root should be used for classes which implement AOTCodeGenerator.

type: docs