ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Rich Bowen
Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott Chateau Champlain in Montreal, Canada. Registration is open! The early bird rate of $575 lasts until July 21, at which time it

[jira] [Commented] (JENA-1537) Remove requirement for Apache Xerces.

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459661#comment-16459661 ] ASF GitHub Bot commented on JENA-1537: -- Github user afs commented on the issue:

[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

[jira] [Commented] (JENA-1537) Remove requirement for Apache Xerces.

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459649#comment-16459649 ] ASF GitHub Bot commented on JENA-1537: -- Github user stain commented on the issue:

[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

[jira] [Commented] (JENA-1537) Remove requirement for Apache Xerces.

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459646#comment-16459646 ] ASF GitHub Bot commented on JENA-1537: -- Github user stain commented on the issue:

[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. ---

[GitHub] jena issue #411: Include TDB2 in the jena-osgi module

2018-05-01 Thread acoburn
Github user acoburn commented on the issue: https://github.com/apache/jena/pull/411 This deploys just fine in Karaf. ---

Re: Un-depending on Apache Xerces

2018-05-01 Thread Andy Seaborne
FYI: Xerces 2.12.0 is out (as of April 21) though it has not made it to Maven central. One thing of interest (to me) is whether it has a bugfixed version of Duration. JENA-1402 I still think we should un-depend on Xerces. Andy On 28/04/18 20:38, Andy Seaborne wrote: JENA-1537 While

[jira] [Commented] (JENA-1537) Remove requirement for Apache Xerces.

2018-05-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16459528#comment-16459528 ] ASF GitHub Bot commented on JENA-1537: -- GitHub user afs opened a pull request:

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

2018-05-01 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/413 JENA-1537: Remove dependency on Apache Xerces. The dependency of Apache Xerces 2.11.0 can be removed by extracting the necessary datatype validation code from Xerces and using the JDK XML parser. The

[GitHub] jena issue #411: Include TDB2 in the jena-osgi module

2018-05-01 Thread christopher-johnson
Github user christopher-johnson commented on the issue: https://github.com/apache/jena/pull/411 BND reads the import packages from the jar manifest, which would include the bundle requirements when deployed. The question is whether a resolver (like Aether[1] ) can locate the