log4j2 - ran into issues with mn #11082
Replies: 1 comment
-
I confirm that is easily reproducible. Moreover, the stack trace contains already an indication of what went wrong:
By the looks of it, AOT optimisation is doing something it should not do. (I have found a similar issue: issue 148 in micronaut-aot) Mitigation actionIn This discussion should be converted into an issue in micronaut-aot project IMO. |
Beta Was this translation helpful? Give feedback.
-
Using
mn create-app demo -b=gradle_kotlin --jdk=21 --lang=kotlin --features=yaml,log4j2
I'm getting this error:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions