Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] JDK21 fails JDK11 passes ExtensibleStoreSPARQL11UpdateComplianceTest
  • From: Jerven Tjalling Bolleman <Jerven.Bolleman@sib.swiss>
  • Date: Thu, 25 Jan 2024 22:46:03 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sib.swiss; dmarc=pass action=none header.from=sib.swiss; dkim=pass header.d=sib.swiss; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=om5rYmOVj+DwdlsJc03qejXWc+X4WvQ3eeenVYkSaVg=; b=kQO06tfEwQgRxcFxZJ3niBmHdnKaeGIJxKsAaqgntX6vZu8JJ2SQthyWRT9yqa6ar2xiKrER8EiVyy6othSt9FAF93YlvdxlI9DcpWzD0LIlzxnDjKHL296Nx+FC46FcS6DdkBgTBYHEbojlaH67d3B0r39VGnJvUZ7XIkjqR4c4M+aRO+Q/ZnuVtehsW88uqcyfXISUaVw7o5rrv3gbybK2+PbeMiYE+qn3ct7lM0Z9rmYweytKWRXXmnam8K6G5TkgynQXgBG3ip+uG8r03wNP2RwSJCkUpFlpoSqcWXSopg0W8c+ffFpvGfuwSeCEbk+g/334HMHkFSf+BdG9oQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jyhBhXikQ0wEGXO//rtQNWciXPqlRD2E5kZM/wT5YmjbnkPx1u+ukpidGEJybOb3rxCPxblJApLe+KDVTdGAgPU8ZnJlTqZlFhvFy8iWID9hUyMVCrp0oj+BriC/Q18bdwg0ZHBhchQVZgqbsqqt2QyZMskjZRo3T3zLTTyF9KmHSyf/2Q1pgAwHkPDipekNH+uCdlVVlj7nxcWwpUQt+tFbGAL6hldxPuoNAIfkdbjfCuHOAK1pSH6XDHEBHz4IxTh+Y7DZCiv4mFDjU0oms73MpvnMpLvzx7TqSwVWmDcsrlpFVCX39+kHbpi/NqtK7gzHgftbO82AAtKrJS0zzQ==
  • Delivered-to: rdf4j-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rdf4j-dev/>
  • List-help: <mailto:rdf4j-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rdf4j-dev>, <mailto:rdf4j-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaT9+uHG6xUDg/gE6en7JV5LEpew==
  • Thread-topic: JDK21 fails JDK11 passes ExtensibleStoreSPARQL11UpdateComplianceTest

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


Back to the top