xtdb

jussi 2025-11-27T11:36:19.584299Z

Have you tested/run XTDB v1 with Java 25? Any issues that should be taken into consideration? Just poking around now and seems to work. Got this warning on startup and decided to ask 🙂

WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by org.rocksdb.NativeLibraryLoader
 in an unnamed module (file:/home/jmo/.m2/repository/org/rocksdb/rocksdbjni/7.7.3/rocksdbjni-7.7.3.jar)

refset 2025-11-28T13:24:55.003669Z

Hey @jussi.mononen we've not verified with Java 25, but I'd be surprised if anything has stopped working. If anything there should be a small performance boost. Doesn't look there's a specific Java 25 release for Rocks yet: https://github.com/facebook/rocksdb/issues/13962 (ideally you wouldn't be confronted by such warnings 😅)

jussi 2025-11-28T13:25:47.832199Z

Thanks, still piloting, everything seems to work, so most likely will update in near future!

🙌 1