[GitHub] jena pull request: JENA-901 LPDRuleEngine cache Guava from jena-sh...

2015-05-01 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/47#discussion_r29499092 --- Diff: jena-core/src/main/java/com/hp/hpl/jena/reasoner/rulesys/impl/LPBRuleEngine.java --- @@ -52,16 +66,22 @@ protected boolean recordDerivations;

[GitHub] jena pull request: JENA-901 LPDRuleEngine cache Guava from jena-sh...

2015-05-01 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/47#discussion_r29499213 --- Diff: jena-core/src/main/java/com/hp/hpl/jena/reasoner/rulesys/impl/LPBRuleEngine.java --- @@ -252,19 +272,31 @@ public synchronized void tablePredicate(Node

[GitHub] jena pull request: JENA-901 LPDRuleEngine cache Guava from jena-sh...

2015-05-01 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/47#discussion_r29499192 --- Diff: jena-core/src/main/java/com/hp/hpl/jena/reasoner/rulesys/impl/LPBRuleEngine.java --- @@ -252,19 +272,31 @@ public synchronized void tablePredicate(Node

[GitHub] jena pull request: JENA-901 LPDRuleEngine cache Guava from jena-sh...

2015-03-20 Thread stain
GitHub user stain opened a pull request: https://github.com/apache/jena/pull/47 JENA-901 LPDRuleEngine cache Guava from jena-shadowed-ext This patch builds on the discussion pull request #45 - so if #45 goes through, this is how to use Guava within Jena - importing