Re: Use SonarQube to analyse Jena source code

2015-04-19 Thread Andy Seaborne
Great - thanks for doing that Andy On 18/04/15 09:30, Bruno P. Kinoshita wrote: FYI, just asked infra to add Apache Jena to SonarQube. https://issues.apache.org/jira/servicedesk/customer/portal/1/INFRA-9469 CheersBruno From: Andy Seaborne To: dev@jena.apache.org Sent: Thur

Re: CMS diff: SPARQL Tutorial - Data Formats

2015-04-19 Thread Andy Seaborne
Hi Anonymous, Thanks for the correction, which as been applied. Andy On 14/04/15 09:44, Anonymous CMS User wrote: Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Fsparql_data.mdtext Index: trunk/content/tu

[jira] [Created] (JENA-918) A TDB dataset created via the Fuseki2 UI has a default query timeout of 3s

2015-04-19 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-918: -- Summary: A TDB dataset created via the Fuseki2 UI has a default query timeout of 3s Key: JENA-918 URL: https://issues.apache.org/jira/browse/JENA-918 Project: Apache Jena

[jira] [Commented] (JENA-918) A TDB dataset created via the Fuseki2 UI has a default query timeout of 3s

2015-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501999#comment-14501999 ] ASF subversion and git services commented on JENA-918: -- Commit 620d9550

[jira] [Closed] (JENA-918) A TDB dataset created via the Fuseki2 UI has a default query timeout of 3s

2015-04-19 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne closed JENA-918. -- Resolution: Fixed > A TDB dataset created via the Fuseki2 UI has a default query timeout of 3s > -

[jira] [Assigned] (JENA-917) Fuseki prints the global timeout even if a different timeout applies.

2015-04-19 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne reassigned JENA-917: -- Assignee: Andy Seaborne > Fuseki prints the global timeout even if a different timeout applies. >

[jira] [Commented] (JENA-917) Fuseki prints the global timeout even if a different timeout applies.

2015-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502002#comment-14502002 ] ASF subversion and git services commented on JENA-917: -- Commit 281e655a

[jira] [Closed] (JENA-917) Fuseki prints the global timeout even if a different timeout applies.

2015-04-19 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne closed JENA-917. -- Resolution: Fixed Fix Version/s: Fuseki 2.0.1 This fix changes the message to remove the timeout se

[jira] [Commented] (JENA-380) Migrate core tests to junit4

2015-04-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502336#comment-14502336 ] ASF subversion and git services commented on JENA-380: -- Commit 4ae18d1e

Re: Work on JENA-380

2015-04-19 Thread Bruno P. Kinoshita
Hello Claude > Category testing requires that you know all the category tests when you write > your tests.>> The contract test finds all the implemented tests.  So if we > implement a new test it is automatically picked up.  Also the contract test > maven plugin will show us all the interfaces t

Re: Work on JENA-380

2015-04-19 Thread Claude Warren
Here is the svn link to the earlier work. https://svn.apache.org/viewvc/jena/Experimental/new-test/src/test/ note that all code is under the src/test branch. note also that the old package names are in use. I think there is a move to change the package names to org.apache.jena Claude On Mon