micronaut-projects / micronaut-jms

Integration between Micronaut and JMS
Apache License 2.0
15 stars 14 forks source link

document and pin SQS version to 2.21.15 #475

Closed sdelamo closed 9 months ago

sdelamo commented 10 months ago

Close #472

timyates commented 10 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.
sdelamo commented 10 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.

I added the reflection configuration.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud