micronaut-maven-plugin
micronaut-maven-plugin copied to clipboard
Maven plugin to execute Micronaut applications
Expected Behavior =============== When my webapp is recompiled due to a change in the code, my application and all the containers it depends on are restarted. Then my application works...
- I'm using the version 4.5.2 and trying to build a docker native image with graalVM but I'm getting a parsing error in native-image arguments (because of spaces present in...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
This is an attempt to reproduce #808 and potentially reveal other Windows issues
This PR contains a POC that fixes #104: * Converts the project into a multi-module Maven build. * Provides a new `io.micronaut.build:micronaut-entrypoint` artifact with a single class (`io.micronaut.build.entrypoint.Entrypoint`) that is...
It would be nice if we could extend maven plugin to support collecting metadata for Native image running Like we have in gradle: gradlew -Pagent run https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support-enabling
Hi @alvarosanchez, For Oracle Functions, we should use the following images as the default base images: 1. Base runtime image=container-registry.oracle.com/os/oraclelinux:8-slim 2. Base build image=container-registry.oracle.com/graalvm/native-image:17-ol8 If users need to override the...
Now that Oracle GraalVM is available under the GraalVM Free Terms and Conditions (GFTC) license, we should use the superior GFTC version instead of the Community Edition (CE). - Oracle...
Currently, there is one layer for application classes, another one for application resources, and another one for dependencies. The Gradle plugin has gone further and [includes additional layers for SNAPSHOT...