micronaut-maven-plugin icon indicating copy to clipboard operation
micronaut-maven-plugin copied to clipboard

Maven plugin to execute Micronaut applications

Results 53 micronaut-maven-plugin issues
Sort by recently updated
recently updated
newest added

Currently the Micronaut Maven plugin provides nice default Dockerfiles for a couple of native image variants and it allows the user to define its own customized Dockerfile. It is however...

type: improvement

See https://github.com/micronaut-projects/micronaut-gradle-plugin/pull/398

relates-to: aot
os: windows

Hi Micronaut team! First, thank you for writing such a cool piece of software and making producing GraalVM native binaries sweet and easy! I would like to propose a small...

type: improvement

To be able to run: ``` ./mvnw package -Dpackaging=docker-native -Dmicronaut.runtime=lambda -Dexec.mainClass=foo.BookRuntime ```

type: improvement

Hi, After this fix https://github.com/micronaut-projects/micronaut-maven-plugin/issues/53, I've been reconfiguring my [Micronaut apps](https://github.com/ivangfr/graalvm-quarkus-micronaut-springboot) and I had an idea. What about, whenever we define explicitly the plugin `org.graalvm.nativeimage:native-image-maven-plugin` (maybe we need to customize...

type: improvement

In order to support JKube's `kubernetes-maven-plugin` and `openshift-maven-plugin`, this plugin could add 2 additional packaging types: * `jkube-k8s`: delegates to `k8s:build` for packaging and `k8s:push` for deployment. * `jkube-oc`: delegates...

type: enhancement

We encountered a [bug in testcontainers](https://github.com/testcontainers/testcontainers-java/issues/9055) that exposed an issue in `DockerService.getAuthConfigFor`. The testcontainers bug causes the incorrect URL to be set in the auth config, and thus the remote...

type: bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.testcontainers:testcontainers](https://java.testcontainers.org) ([source](https://togithub.com/testcontainers/testcontainers-java)) | `1.19.8` -> `1.20.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.testcontainers:testcontainers/1.20.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

status: next minor version

### Expected Behavior ```bash $ curl localhost:8080/hello Hello World ``` ### Actual Behaviour JVM: ```powershell > java -jar .\demo-0.1.jar __ __ _ _ | \/ (_) ___ _ __ ___...

relates-to: graal
type: bug
os: windows