Welcome! Please see the About page for a little more info on how this works.

0 votes
ago in Peer API by

Hi! Thanks for maintaining Datomic for the community!

I'd like to ask if the Artemis dependency can be updated in Datomic Peer. Currently version org.apache.activemq/artemis-core-client 2.31.2 is used. In the meantime multiple CVEs have been reported and fixed in Artemis. Also, the artefact was relocated from org.apache.activemq » artemis-core-client to org.apache.artemis » artemis-core-client according to MVN (https://mvnrepository.com/artifact/org.apache.activemq/artemis-core-client/2.54.0).

Of course I can do this in deps.edn, but I don't know if that's safe and rather have it changed in Datomic for everybody's benefit:

:deps {com.datomic/peer {:mvn/version "1.0.7622" :exclusions [org.apache.activemq/artemis-core-client]} org.apache.artemis/artemis-core-client {:mvn/version "2.54.0"}}

Thank you for your consideration!

1 Answer

0 votes
ago by

Hi Stefan!

We are planning to bump artemis and are evaluating versions greater than 2.44.0. I do not have a timeline for this work but it is upcoming in a future release.

Thanks!
Jaret

ago by
Looking forward to it, thanks!
...