[GitHub] jena pull request: pull master to begin

2015-05-24 Thread confidencesun
GitHub user confidencesun opened a pull request:

https://github.com/apache/jena/pull/71

pull master to  begin



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/confidencesun/jena master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/71.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #71


commit 5237c71aef40b7e1be24a62f407ab3f0ae550b41
Author: confidencesun confidence@gmail.com
Date:   2015-03-21T16:34:54Z

a demo for JENA-491




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] jena pull request: pull master to begin

2015-05-24 Thread afs
Github user afs commented on the pull request:

https://github.com/apache/jena/pull/71#issuecomment-104994252
  
A good place to start is with the changes needed for master.jj. If you want 
to discuss how to use javacc, which you may not have used before, then let's 
talk on the dev@ mailing list.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (JENA-926) Remove GraphStore

2015-05-24 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14557708#comment-14557708
 ] 

ASF subversion and git services commented on JENA-926:
--

Commit dc19466e7297c1682aa743ea6fc13fea62415a93 in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=dc19466 ]

JENA-926 : Deprecate GraphStore.

In SDBFactory, add replacement operations.

 Remove GraphStore
 -

 Key: JENA-926
 URL: https://issues.apache.org/jira/browse/JENA-926
 Project: Apache Jena
  Issue Type: Improvement
  Components: ARQ
Affects Versions: Jena 3.0.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
 Fix For: Jena 3.0.0


 This interface seems to add nothing - the start/finish notifications don't 
 get used by any implementation that I can find anymore. This is not 
 surprising as it is a bit at odds with transactions and with updated via 
 views of a DatasetGraph e.g. graphs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [ANN] GSoC 2015 Accepts a Student Project for Jena

2015-05-24 Thread Qihong Lin
Hi,

Sorry for my late response. During the community binding period, I
studied the JavaCC grammar with my mentor's help. Now, I know how to
use JavaCC in this project.
A new branch of JENA-491 [1] has just been set up. I'll code there in
the first place, and finally merge the code into jena master.

In all, I think everything is ready. Let's begin coding!

regards,
Qihong

[1] https://github.com/confidencesun/jena/tree/JENA-491

On Tue, May 19, 2015 at 4:55 AM, Andy Seaborne a...@apache.org wrote:
 On 05/05/15 11:52, Andy Seaborne wrote:

 On 28/04/15 13:09, Ying Jiang wrote:

 Hi all,

 FYI, Google announced the accepted projects of GSoC 2015 yesterday. A
 Jena project of Extend CONSTRUCT to build quads (JENA-491) [1] is
 among them.


 Cheers,
 Ying Jiang

 [1]

 https://docs.google.com/document/d/1KiDlfxMq5ZsU7vj7ZDm10yC96OZgdltwmZAZl56sTw0/edit#heading=h.fwbztdn0y3zl



 Hi,

 What's the plan for the bonding period?

  Andy


 Ping?




[GitHub] jena pull request: pull master to begin

2015-05-24 Thread confidencesun
Github user confidencesun closed the pull request at:

https://github.com/apache/jena/pull/71


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [jira] [Commented] (JENA-945) Add Seven methods to Query class

2015-05-24 Thread Andy Seaborne
Do you mind if I clear up to remove the duplication of functionality in 
Query?


Andy

On 21/05/15 07:18, Claude Warren wrote:

They are not both needed.  It was a case of simultaneous development.  You
added the the two methods while I added the one. I ran a  complete build
and test on my (s...ll...o...w...) system and when it worked committed.
You and made your changes and committed at the same time.

On Wed, May 20, 2015 at 11:11 PM, Andy Seaborne (JIRA) j...@apache.org
wrote:



 [
https://issues.apache.org/jira/browse/JENA-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14553230#comment-14553230
]

Andy Seaborne commented on JENA-945:


Replacing the call of {{Query.setGroupBy}} in {{SolutionModifierHandler}},
that is.


Add Seven methods to Query class


 Key: JENA-945
 URL: https://issues.apache.org/jira/browse/JENA-945
 Project: Apache Jena
  Issue Type: Improvement
  Components: Core
Affects Versions: Jena 3.0.0
Reporter: Claude Warren
Assignee: Claude Warren
Priority: Minor
 Fix For: Jena 3.0.0


The QueryBuilder uses reflection to perform some of its data

manipulation.  This reflection will fail in an environment with Java
Security Manager enabled.

This change is to add methods so that QueryBuilder no longer needs to

use reflection to get and set Query internal variables.

The variables are:
namedGraphURIs  -- get and set required. parameter/return: ListString
graphURIs -- get and set required. parameter/return: ListString
projectVars -- get and set required. parameter/return: VarExprList
groupVars -- set required. parameter: VarExprList




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)