Closed sdelamo closed 9 months ago
Looks like reflection may have changed 🤔
https://ge.micronaut.io/s/hsfku4qhrj6ka/console-log?page=1#L268
Message: org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively invoke method public int org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.getCompressionLevel() without it being registered for runtime reflection. Add it to the reflection metadata to solve this problem. See https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection for help.
Looks like reflection may have changed 🤔
https://ge.micronaut.io/s/hsfku4qhrj6ka/console-log?page=1#L268
Message: org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to reflectively invoke method public int org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.getCompressionLevel() without it being registered for runtime reflection. Add it to the reflection metadata to solve this problem. See https://www.graalvm.org/latest/reference-manual/native-image/metadata/#reflection for help.
I added the reflection configuration.
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication
Close #472