uschindler commented on PR #14564: URL: https://github.com/apache/lucene/pull/14564#issuecomment-2840070256
I updated the code to Java 24 (generation of APIJAR). I also tested vectorization, seems to compile and work: ``` > Task :lucene:core:test WARNING: Using incubator modules: jdk.incubator.vector 2> Apr. 29, 2025 9:47:35 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider <init> 2> INFORMATION: Java vector incubator API enabled; uses preferredBitSize=512 2> Apr. 29, 2025 9:47:35 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider <init> 2> INFORMATION: Java vector incubator API enabled; uses preferredBitSize=512 1> filesystem: ExtrasFS(HandleLimitFS(LeakFS(ShuffleFS(DisableFsyncFS(VerboseFS(sun.nio.fs.WindowsFileSystemProvider@292241db)))))) 1> FS 0 [2025-04-29T19:47:35.248226100Z; SUITE-TestVectorUtil-seed#[B55333409746887B]-worker]: createDirectory: ..\tests-tmp (FAILED: java.nio.file.FileAlreadyExistsException: C:\Users\Uwe Schindler\Projects\lucene\lucene\lucene\core\build\tmp\tests-tmp) 2> Apr. 29, 2025 9:47:35 PM org.apache.lucene.internal.vectorization.VectorizationProvider lookup 2> WARNUNG: Vector bitsize and/or integer vectors enforcement; using default vectorization provider outside of testMode 1> Loaded codecs: [MinimalCodec, MinimalCompoundCodec, Lucene103, Asserting, CheapBastard, DeflateWithPresetCompressingStoredFieldsData, FastCompressingStoredFieldsData, FastDecompressionCompressingStoredFieldsData, HighCompressionCompressingStoredFieldsData, LZ4WithPresetCompressingStoredFieldsData, DummyCompressingStoredFieldsData, ConfigurableMCodec, SimpleText] 1> Loaded postingsFormats: [Lucene103, MockRandom, RAMOnly, LuceneFixedGap, LuceneVarGapFixedInterval, LuceneVarGapDocFreqInterval, TestBloomFilteredLucenePostings, Asserting, UniformSplitRot13, STUniformSplitRot13, BlockTreeOrds, BloomFilter, Direct, FST50, UniformSplit, SharedTermsUniformSplit] 1> NOTE: Created shared ExecutorService with 1 threads 2> NOTE: test params are: codec=Asserting(Lucene103): {}, knn_vectors:{}, docValues:{}, maxPointsInLeafNode=1005, maxMBSortInHeap=6.190502464272589, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=xog, timezone=America/Martinique 2> NOTE: Windows 11 10.0 amd64/Oracle Corporation 24 (64-bit)/cpus=1,threads=1,free=278614240,total=324534272 2> NOTE: All tests run in this JVM: [TestVectorUtil] :lucene:core:test (SUCCESS): 30 test(s) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org