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

This commit bumps the test resources version in order to fix integration with Control Panel.

type: bug

Currently it's not possible to create multi-arch images with the micronaut-maven-plugin because they are overridden by the jib extension, the following is not possible: ``` amd64 linux arm64 linux ```...

type: bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-gpg-plugin](https://maven.apache.org/plugins/) | `3.2.4` -> `3.2.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.micronaut:micronaut-inject](https://micronaut.io) ([source](https://redirect.github.com/micronaut-projects/micronaut-core)) | `4.5.4` -> `4.6.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.micronaut:micronaut-inject/4.6.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.6` -> `1.5.8` | [![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [com.gradle:common-custom-user-data-maven-extension](https://github.com/gradle/common-custom-user-data-maven-extension) from 2.0 to 2.0.1. Release notes Sourced from com.gradle:common-custom-user-data-maven-extension's releases. 2.0.1 [NEW] JAR contains LICENSE and NOTICE files Commits 7635e5c [maven-release-plugin] prepare release v2.0.1 58eaf15 Create release notes...

type: dependency-upgrade

### Issue description I need to use the graalvm version 22.2 in maven but I've no clue where to set it in the pom.xml. https://www.graalvm.org/release-notes/22_2/ Is there a micronaut version...

How do I specify the graalvm version used in the docker image? I do not see anyway this could be done in the documentation. If we run the command to...