jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Jetty 12 - Upgrade Infinispan to version 15.x

Open joakime opened this issue 2 years ago • 5 comments

Jetty version(s) Jetty 12

Java version/vendor (use: java -version) Java 17

OS type/version All

Description Currently in Jetty 12, Infinispan is on version 11.0.17.Final. We should upgrade it to 14.0.6.Final

joakime avatar Mar 10 '23 16:03 joakime

Sure, however it is difficult. They seem to have removed all of the API that we were using instead of using infinispan annotations. Obviously, we can't annotate our generic Session object with infinispan annotations.

janbartel avatar Mar 10 '23 16:03 janbartel

Note to self: investigate this doco: https://infinispan.org/docs/stable/titles/query/query.html

janbartel avatar Mar 13 '23 09:03 janbartel

I've asked 2 questions on stackoverflow: https://stackoverflow.com/questions/70887340/how-to-do-programmatic-indexing-with-infinispan-13 and https://stackoverflow.com/questions/76606148/how-to-do-programmatic-indexing-on-pojos-with-infinispan

I also opened an issue on Infinispan issue tracker 18 months ago: https://issues.redhat.com/browse/ISPN-13486

janbartel avatar Jul 05 '23 08:07 janbartel

Infinispan 15 https://github.com/jetty/jetty.project/pull/11503 because 14 is still javax.transaction dependant.

olamy avatar Mar 11 '24 10:03 olamy

done for 12.0.9

olamy avatar May 29 '24 21:05 olamy