[GitHub] commons-rdf issue #28: COMMONSRDF-52 set distinct Bundle-SymbolicName values

2017-01-11 Thread acoburn
Github user acoburn commented on the issue: https://github.com/apache/commons-rdf/pull/28 @stain for a `ServiceLoader` equivalent in OSGi, it would make sense to add a `Require-Capability` and `Provide-Capability` to each implementation's `MANIFEST.MF` -- it will simply be some minor

[GitHub] commons-rdf pull request #29: [COMMONSRDF-53] Add ServiceLoader support in O...

2017-01-11 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/29 [COMMONSRDF-53] Add ServiceLoader support in OSGi Resolves: COMMONSRDF-53 This adds bundle metadata for the commons-rdf modules to make it easier to work with the Java `ServiceLoader

[GitHub] commons-rdf pull request #27: COMMONSRDF-47 RDFSyntax as an interface

2017-01-12 Thread acoburn
Github user acoburn commented on a diff in the pull request: https://github.com/apache/commons-rdf/pull/27#discussion_r95862649 --- Diff: api/src/test/java/org/apache/commons/rdf/api/RDFSyntaxTest.java --- @@ -114,8 +116,7 @@ public void name() throws Exception

[GitHub] commons-rdf pull request #28: set distinct Bundle-SymbolicName values

2017-01-03 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/28 set distinct Bundle-SymbolicName values In the 0.3.0-incubating release, all of the commons-rdf components have the same `Symbolic-BundleName`, namely: `org.apache.commons.rdf`. This makes

[GitHub] commons-rdf pull request #33: COMMONSRDF-59 - fix minor javadocs warnings

2017-03-10 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/33 COMMONSRDF-59 - fix minor javadocs warnings This add some missing `@return` values, fixes an HTML error and adds some text to two otherwise undocumented parameters. You can merge this pull

[GitHub] commons-rdf pull request #34: COMMONSRDF-60: update commons-parent version

2017-03-10 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/34 COMMONSRDF-60: update commons-parent version This upgrades the parent pom to the latest version of `commons-parent`. You can merge this pull request into a Git repository by running: $ git

[GitHub] commons-rdf pull request #37: Minor documentation updates

2017-05-09 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/37 Minor documentation updates As can be seen on [this javadoc page]( https://commons.apache.org/proper/commons-rdf/apidocs/org/apache/commons/rdf/api/package-summary.html), some

[GitHub] commons-rdf issue #39: COMMONSRDF-62 : Ignore japicmp by default while versi...

2017-09-13 Thread acoburn
Github user acoburn commented on the issue: https://github.com/apache/commons-rdf/pull/39 👍 this is great. Thanks! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail

[GitHub] commons-rdf pull request #40: Adds Automatic-Module-Name to the bundle manif...

2017-09-13 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/40 Adds Automatic-Module-Name to the bundle manifests Resolves COMMONSRDF-64 You can merge this pull request into a Git repository by running: $ git pull https://github.com/acoburn/commons

[GitHub] commons-rdf pull request #45: COMMONSRDF-71

2017-11-20 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/45 COMMONSRDF-71 Updates location of RDF4J javadocs link You can merge this pull request into a Git repository by running: $ git pull https://github.com/acoburn/commons-rdf COMMONSRDF-71

[GitHub] commons-rdf pull request #47: COMMONSRDF-67

2017-11-20 Thread acoburn
GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/47 COMMONSRDF-67 The current japicmp maven plugin requires a number of javaee libraries that are not available on JDK 9. Until this is fixed in the upstream project, this adds the required

[GitHub] commons-rdf issue #44: COMMONSRDF-70: Upgrade Jena version to 3.5.0

2017-11-03 Thread acoburn
Github user acoburn commented on the issue: https://github.com/apache/commons-rdf/pull/44 In fact, I can confirm that commons-rdf-jena/0.5.0 works fine with jena/3.5.0 --- - To unsubscribe, e-mail: dev-unsubscr