[GitHub] jena issue #151: JENA-576: Moving away from deprecated HttpCommons Client AP...

2016-07-13 Thread paulhoule
Github user paulhoule commented on the issue:

https://github.com/apache/jena/pull/151
  
@rvesse can authentication be handled by something like a Decorator?


---
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 #150: [JENA-1204] support for multiple BuiltinRegistry for...

2016-07-06 Thread paulhoule
GitHub user paulhoule opened a pull request:

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

[JENA-1204] support for multiple BuiltinRegistry for different rule sets

This patch introduces support for multiple BuiltinRegistry classes 
implemented in a simple way which is parallel to the existing architecture.  
(i.e. the BuiltinRegistry is a property of the Rules Engine parser,  not the 
Reasoner)

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

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

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

https://github.com/apache/jena/pull/150.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 #150


commit 60f4a0a0f22b25e2ed167f3a4625d037c0d82c2c
Author: Paul Houle <p...@ontology2.com>
Date:   2016-07-06T13:56:04Z

[JENA-1204] support for multiple BuiltinRegistry for different rule sets




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