You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by afs <gi...@git.apache.org> on 2017/04/27 13:19:24 UTC

[GitHub] jena pull request #247: Query string in URLs; uniform HttpClient/HttpContext...

GitHub user afs opened a pull request:

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

    Query string in URLs; uniform HttpClient/HttpContext usage.

    JENA-1330: pass HttpClient/HttpContext in query and update calls.
    
    JENA-1331: Support additional query string in URLs for services.
    
    Add operations for HttpClient/HttpContext to 
    QueryExecutionFactory and UpdateExecutionFactory.
    
    Use HttpContext in HtpQuery, then HttpClientContext.adapt as necessary.
    
    Tests for URL generation.

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

    $ git pull https://github.com/afs/jena rdfconnection-httpclient

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

    https://github.com/apache/jena/pull/247.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 #247
    
----
commit 5c5518a765f5c22749be3a2b9cac6ab5431f4627
Author: Andy Seaborne <an...@apache.org>
Date:   2017-04-27T13:18:26Z

    Query string in URLs; uniform HttpClient/HttpContext usage.
    
    JENA-1330: pass HttpClient/HttpContext in query and update calls.
    
    JENA-1331: Support additional query string in URLs for services.
    
    Add operations for HttpClient/HttpContext to 
    QueryExecutionFactory and UpdateExecutionFactory.
    
    Use HttpContext in HtpQuery, then HttpClientContext.adapt as necessary.
    
    Tests for URL generation.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #247: Query string in URLs; uniform HttpClient/HttpContext...

Posted by afs <gi...@git.apache.org>.
Github user afs closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #247: Query string in URLs; uniform HttpClient/HttpContext usage.

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/247
  
    Based on the discussion on JENA-1331, commit 1e51ed0 makes some private->protected and adds some javadoc. It makes no other changes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---