vert-x3 / vertx-infinispan

Infinispan Cluster Manager for Vert.x
Apache License 2.0
14 stars 16 forks source link

Current Infinspan version (13.0.10) incompatible to Quarkus #118

Closed pk-work closed 1 year ago

pk-work commented 1 year ago

Vert.x 4.3.7 is using Infinispan version 13.0.12.Final [1]. The current Quarkus version is using Infinispan version 14.0.4 Final [2].

It seems that these Infinispan versions have incompatible versions of JGoups, which prevents Infinispan from creating a cluster.

What is the next Vert.x version that would allow the Infinispan version to be updated?

[1] https://github.com/vert-x3/vertx-infinispan/blob/master/pom.xml#L33 [2] https://mvnrepository.com/artifact/io.quarkus/quarkus-bom/2.15.2.Final

pmlopes commented 1 year ago

@tsegismont maybe we need to align this with Quarkus to avoid breakages.

tsegismont commented 1 year ago

We cannot upgrade to ISPN 14 while we have the Java 8 baseline. This could be possible in Vert.x 5

pk-work commented 1 year ago

Thanks for clarification, that's good to know

tsegismont commented 1 year ago

Resolved by #129