*Steps to reproduce* # Start XWiki 16.2.0 RC1 (on Jetty/HSQLDB or on Tomcat) on Java 21 # Observe the XWiki console
*Expected results*
No (other) stacktrace is displayed.
*Actual results*
The following stacktrace message is displayed on Jetty: {code:java} mar. 21, 2024 3:21:11 P.M. org.apache.lucene.store.MemorySegmentIndexInputProvider <init> INFO: Using MemorySegmentIndexInput with Java 21; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false{code} On Tomcat 9.0.87: {code:java} 21-Mar-2024 15:56:09.933 INFO [coreLoadExecutor-11-thread-1] org.apache.lucene.store.MemorySegmentIndexInputProvider.<init> Using MemorySegmentIndexInput with Java 21; to disable start with -Dorg.apache.lucene.store.MMapDirectory.enableMemorySegments=false{code}
When starting XWiki 16.2.0 RC1 on Java 17, the message is not displayed. |
|