Milenko Supic
Milenko Supic
@graemerocher - in the example created by @sdelamo, the dockerBuildNative task fails with the following error: ``` Error: java.util.concurrent.ExecutionException: com.oracle.graal.pointsto.constraints.UnsupportedFeatureException: No instances of ch.qos.logback.core.status.InfoStatus are allowed in the image heap...
I succeeded to reproduce the original issue (submitted by @javaCoincidence) when creating a service using `Micronaut CLI 3.5.3`. The `Micronaut CLI 3.5.3` creates a service with `org.postgresql:r2dbc-postgresql:0.9.1.RELEASE` which doesn't contain...