You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to bring to light an error I am receiving when running components-coreFatherExample unit test with my current JDK 17. This error occurs despite setting the target language to 8.
I did manage to find a simple workaround by modifying any calls to org.apache.jena.vocabulary.XSD.getURI() in the DL-Learner source code with the intended String literal value of "http://www.w3.org/2001/XMLSchema#".
I am unsure of whether this is an issue with the included Jena dependencies or if this indicative of a fundamental change in the way reflection can be used to access library functions outside of the scope of the main module being run in the latest JDK versions.
The text was updated successfully, but these errors were encountered:
posixcompliance
changed the title
FatherExample.java unit fails in components-core
FatherExample.java unit test fails in components-core
Apr 22, 2022
posixcompliance
changed the title
FatherExample.java unit test fails in components-core
DL-Learner init() fails in components-core
Apr 22, 2022
Hello,
I wanted to bring to light an error I am receiving when running
components-core
FatherExample
unit test with my current JDK 17. This error occurs despite setting the target language to 8.I did manage to find a simple workaround by modifying any calls to
org.apache.jena.vocabulary.XSD.getURI()
in the DL-Learner source code with the intended String literal value of "http://www.w3.org/2001/XMLSchema#".I am unsure of whether this is an issue with the included Jena dependencies or if this indicative of a fundamental change in the way reflection can be used to access library functions outside of the scope of the main module being run in the latest JDK versions.
The text was updated successfully, but these errors were encountered: