Álvaro Sánchez-Mariscal

Results 39 issues of Álvaro Sánchez-Mariscal

For reference, this is a Dockerfile that works: https://github.com/micronaut-projects/micronaut-maven-plugin/blob/master/src/main/resources/dockerfiles/DockerfileNativeStatic

type: enhancement

The "Docker & native" workflows use the user local JDK to compile the files and create a JAR file, then copy this JAR in a container and use `native-image` with...

status: awaiting feedback

When building the layers, instead of building a JAR file, putting it in a layer, and then `java -jar`-ing it, it is more efficient to just copy the `.class` files...

type: improvement

```bash $ mn create-app --profile configuration configuration | Generating Java project... | Error Error occurred running Micronaut CLI: class path resource [META-INF/profile/skeleton] cannot be resolved to URL because it does...

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

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

type: improvement

See #805

help wanted
type: bug
os: windows

So that modules can be AOT-compiled without applying the main Maven plugin

type: enhancement