[GitHub] jena issue #413: JENA-1537: Remove dependency on Apache Xerces.

2018-05-01 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/413 It is from the released artifacts (specifically, the source artifact). The Xerces `Version` class has `getVersion()` -> "2.11.0-jena". The last Xerces dependency is in the JIRA ticket. And

[GitHub] jena issue #413: JENA-1537: Remove dependency on Apache Xerces.

2018-05-01 Thread stain
Github user stain commented on the issue: https://github.com/apache/jena/pull/413 Would be good for the history if this pull request (or ideally git commit) referenced which particular commit/version of Xerces this was extracted from - even if we are "importing from ourself" as

[GitHub] jena issue #413: JENA-1537: Remove dependency on Apache Xerces.

2018-05-01 Thread stain
Github user stain commented on the issue: https://github.com/apache/jena/pull/413 +1 - And as the extracted code is under `org.apache.jena.ext.*` so the modified OSGI export looks good. ---