Re: [jira] [Commented] (JENA-1755) Improve documentation of Query Builders

2019-09-12 Thread Claude Warren
As I recall, the current documentation setup has the documentation in a repository separate from the code. Maven has a plugin called "site" that will generate HTML from markdown and a few other formats and merge it with the javadoc into a single site. In this case the site markdown and such is

[jira] [Commented] (JENA-1757) Deprecate GraphStatisticsHandler

2019-09-12 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928438#comment-16928438 ] Andy Seaborne commented on JENA-1757: - The [PR#604|https://github.com/apache/jena/pull/604] an

[GitHub] [jena] kinow commented on a change in pull request #604: JENA-1757: Deprecate GraphStatisticsHandler

2019-09-12 Thread GitBox
kinow commented on a change in pull request #604: JENA-1757: Deprecate GraphStatisticsHandler URL: https://github.com/apache/jena/pull/604#discussion_r323682529 ## File path: jena-core/src/main/java/org/apache/jena/graph/impl/WrappedGraph.java ## @@ -43,6 +43,7 @@ public

[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928403#comment-16928403 ] ASF subversion and git services commented on JENA-1756: --- Commit

[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928404#comment-16928404 ] ASF subversion and git services commented on JENA-1756: --- Commit

[jira] [Commented] (JENA-1756) Update jena dependencies

2019-09-12 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928402#comment-16928402 ] ASF subversion and git services commented on JENA-1756: --- Commit

[jira] [Resolved] (JENA-1756) Update jena dependencies

2019-09-12 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1756. - Resolution: Fixed > Update jena dependencies > > > Key:

Re: documentation and examples

2019-09-12 Thread Rob Vesse
+1 for Jekyll It's also quite conducive to scripting workflows around it. For example with Airline I have scripts that help publish the latest version of the Javadoc along with some Jekyll templating in my nav that allows hosting multiple versions of the Javadocs easily. Rob On 11/09/2019,

[GitHub] [jena] afs opened a new pull request #604: JENA-1757: Deprecate GraphStatisticsHandler

2019-09-12 Thread GitBox
afs opened a new pull request #604: JENA-1757: Deprecate GraphStatisticsHandler URL: https://github.com/apache/jena/pull/604 Illustration of deprecating `GraphStatisticsHandler`. This does the work for src/main/java. It does not touch very much. There are still warnings in

[jira] [Created] (JENA-1757) Deprecate GraphStatisticsHandler

2019-09-12 Thread Andy Seaborne (Jira)
Andy Seaborne created JENA-1757: --- Summary: Deprecate GraphStatisticsHandler Key: JENA-1757 URL: https://issues.apache.org/jira/browse/JENA-1757 Project: Apache Jena Issue Type: Task

[GitHub] [jena] afs merged pull request #603: JENA-1756: Dependency updates

2019-09-12 Thread GitBox
afs merged pull request #603: JENA-1756: Dependency updates URL: https://github.com/apache/jena/pull/603 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jena] afs commented on a change in pull request #604: JENA-1757: Deprecate GraphStatisticsHandler

2019-09-12 Thread GitBox
afs commented on a change in pull request #604: JENA-1757: Deprecate GraphStatisticsHandler URL: https://github.com/apache/jena/pull/604#discussion_r323707653 ## File path: jena-core/src/main/java/org/apache/jena/graph/impl/WrappedGraph.java ## @@ -43,6 +43,7 @@ public

[GitHub] [jena] jmkeil opened a new pull request #605: JENA-1755: Improve documentation of Query Builders (initial attempts)

2019-09-12 Thread GitBox
jmkeil opened a new pull request #605: JENA-1755: Improve documentation of Query Builders (initial attempts) URL: https://github.com/apache/jena/pull/605 This is an automated message from the Apache Git Service. To respond

[jira] [Created] (JENA-1758) Exception when preparing InfModel after TDB loading operation

2019-09-12 Thread Damien Obrist (Jira)
Damien Obrist created JENA-1758: --- Summary: Exception when preparing InfModel after TDB loading operation Key: JENA-1758 URL: https://issues.apache.org/jira/browse/JENA-1758 Project: Apache Jena

[jira] [Commented] (JENA-1758) Exception when preparing InfModel after TDB loading operation

2019-09-12 Thread Damien Obrist (Jira)
[ https://issues.apache.org/jira/browse/JENA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928625#comment-16928625 ] Damien Obrist commented on JENA-1758: - h2. Solution The thread started in {{DataToTuples#startBulk}}

[jira] [Commented] (JENA-1758) Exception when preparing InfModel after TDB loading operation

2019-09-12 Thread Damien Obrist (Jira)
[ https://issues.apache.org/jira/browse/JENA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928617#comment-16928617 ] Damien Obrist commented on JENA-1758: - h2. Investigation Playing around I have observed the

[GitHub] [jena] dobrist opened a new pull request #606: JENA-1758: Wait for the thread to complete when finishing bulk loading

2019-09-12 Thread GitBox
dobrist opened a new pull request #606: JENA-1758: Wait for the thread to complete when finishing bulk loading URL: https://github.com/apache/jena/pull/606 This prevents the thread from running until after a loading operation has returned, which can cause problems when the dataset is used

[jira] [Comment Edited] (JENA-1758) Exception when preparing InfModel after TDB loading operation

2019-09-12 Thread Damien Obrist (Jira)
[ https://issues.apache.org/jira/browse/JENA-1758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928617#comment-16928617 ] Damien Obrist edited comment on JENA-1758 at 9/12/19 3:32 PM: -- h2.