generated from micronaut-projects/micronaut-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Expected Behavior
Native image to compile.
Actual Behaviour
Task ./gradlew nativeCompile fails to compile.
Adding
Args = --initialize-at-build-time=com.azure.core.util.logging.ClientLogger,ch.qos.logback.classic.model.processor.LogbackClassicDefaultNestedComponentRules,ch.qos.logback.core.model.processor.ChainedModelFilter$1,ch.qos.logback.core.model.processor.DefaultProcessor$1,ch.qos.logback.core.subst.Parser$1,ch.qos.logback.core.subst.NodeToStringTransformer$1,ch.qos.logback.core.util.Duration,ch.qos.logback.core.util.StatusPrinter2,ch.qos.logback.core.model.processor.ImplicitModelHandler$1,ch.qos.logback.core.subst.Token
to META-INF/native-image/native-image.properties makes app to successfully compile but i doubt thats a right fix.
Steps To Reproduce
- Download a demo app from micronaut-starter (https://launch.micronaut.io/) with selected
object-storage-azurefeature - Run the
./gradlew nativeCompile
Environment Information
No response
Example Application
No response
Version
4.5.1