Svante Schubert
Svante Schubert
> `requires org.apache.jena.core;` -- the test jar is `org.apache.jena.core.test` and it only needs to eb on the test time classpath,module aren't needed (I don't know how put modules on the...
@afs What is strange. Without module-info.java your Jena test classes are found, but with module-info.java the class can no longer be found. Strange, isn'it?
@xzel23 This is the existing issue on Java modularisation, in case you aim to fix it, you might consider taking it from here.. :-)
Hello Miasma, Thank you for your contribution and insights. So all our dependent project JARS you mentioned need to be transitioned to JDK 9 prior as well. 1. xercesImpl-2.12.0.jar &...
Damian answered the current RDFa GitHub repository, which is also creating the recent Maven artefact is: https://github.com/iteggmbh/java-rdfa
Is anyone able to provide a pull request that enables Java 9 modularity? Or at least provide a pull request where we can iterate upon and list the remaining problems?
@wetneb Personally, I have no special use case in mind. I am happy to solve it with a patch based on the draft in the beginning. :-) When I did...
AFAIR, Xerces is using an Ant script and bundling the JAR in the repository and the deliverables. One of their dependencies is hard to get as source code. I once...
@xzel23 You are right, I remember that at that time multiple XML parsers were being used, but with even more errors. By choosing a fixed implementation with a certain version,...
@xzel23 Perhaps we should start with a small prototype for show-and-tell and as a test balloon? Might this change become a problem for existing user's and can those problems be...