Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] JDK21 fails JDK11 passes ExtensibleStoreSPARQL11UpdateComplianceTest

Hi Jerven

I just tested on java 21 and got this:

[ERROR]   Run 21: ExtensibleStoreSPARQL11UpdateComplianceTest.getTestData 
============ CLEAR NAMED =======================
Expected result: 
================================================
Query result: 
(http://example.org/g2, http://example.org/name, "G2") [http://example.org/g2]
================================================

Haven't tested on java 11, but i can note that I can't reproduce it in intellij.

Håvard


On 25 Jan 2024, at 23:46, Jerven Tjalling Bolleman via rdf4j-dev <rdf4j-dev@xxxxxxxxxxx> wrote:

Hi All,

You might have noticed that the current github action testing the develop branch is failing on JDK21.
I can reproduce this locally when building and testing with JDK21 on the command line.
JDK11 with the same code and same commands passes.

Could someone double check on their machine/hardware that they have the same issue?


export JAVA_HOME=some jdk 21
git checkout develop
mvn -B -U clean install -Pquick,\!formatting
mvn -B verify -P\!skipSlowTests,\!formatting -Dmaven.javadoc.skip=true -Djapicmp.skip -Denforcer.skip=true -Danimal.sniffer.skip=true

export JAVA_HOME=some jdk 11
git checkout develop
mvn -B -U clean install -Pquick,\!formatting
mvn -B verify -P\!skipSlowTests,\!formatting -Dmaven.javadoc.skip=true -Djapicmp.skip -Denforcer.skip=true -Danimal.sniffer.skip=true

To verify that it really is something with JDK21?

The commit I pushed was for MapDB3 as default collections and none of the methods of the MapDb3CollectionFactory are touched by this test case.

When I build and run this test in eclipse while using the same JDK21 it passes.

Regards,
Jerven


SIB logo
Jerven Tjalling Bolleman
Principal Software Developer
SIB | Swiss Institute of Bioinformatics
1, rue Michel Servet - CH 1211 Geneva 4 - Switzerland
t +41 22 379 58 85
Jerven.Bolleman@sib.swiss - www.sib.swiss

_______________________________________________
rdf4j-dev mailing list
rdf4j-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/rdf4j-dev


Back to the top