micronaut-projects / micronaut-jms

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

BREAKING: Update to Jakarta JMS #474

Closed sdelamo closed 9 months ago

sdelamo commented 9 months ago

@timyates see if you are able to make this pass

timyates commented 9 months ago

So it looks like the artemis native tests are failing as there's no metadata for artemis-jakarta in the repo https://github.com/oracle/graalvm-reachability-metadata/tree/master/metadata/org.apache.activemq

Trying to work out what the metadata should be...

timyates commented 9 months ago

So, locally this fixes it... We will have to wait for Oracle to fix the Graal actions before it's proved on CI though :-(

timyates commented 9 months ago

@sdelamo added a breaks.adoc that hopefully covers it

sdelamo commented 9 months ago

Tim can you merge master into this.

timyates commented 9 months ago

@sdelamo done

sonarcloud[bot] commented 9 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud