On Nov 8, 2016 8:42 AM, "Stian Soiland-Reyes" <[email protected]> wrote: > > Of course :-) > > Updated to use Jena 3.1.1 (released today) which found and worked around > new bug JENA-1258 - this update is compatible with the httpclient and > JsonLd Java version used in the other implementation. > > Updated to use RDF4j 2.1.1 (released after RC1) - this fixes a repository > autoclose bug. > > Added AbstractDatasetTest and children for each RDF binding to improve test > coverage. (Based on AbstractGraphTest). > > Added Default*Test in api (and a couple of package protected) DummyImpls) > to test the default methods in the interfaces -- note that it is still > difficult to get full test coverage of a module with just interfaces :-) -- > I guess the dummies could be expanded/exposed..? > > Fixes for bugs in the new Dataset implementations revealed by those tests. > These bugs seemed mainly to do with counting quads, which has different > semantics in the different implementations. > > I enabled jacoco reports for the new implementations (but not for > "integration-tests") > > I added toString() somewhere. > > See commits > https://github.com/apache/incubator-commonsrdf/compare/0.3.0-incubating-RC1...0.3.0-incubating-RC2 > > I didn't put these in change log/Jira as they were bugs in code that is new > for 0.3.0.. should I still add them to Jira?
That does not seem necessary. Gary > > On 8 Nov 2016 3:47 pm, "Gary Gregory" <[email protected]> wrote: > > > FTR, can you summarize the difference with RC1 please? > > > > Gary > > > > On Nov 8, 2016 4:44 AM, "Stian Soiland-Reyes" <[email protected]> wrote: > > > > > Important vote day today..adding to the mix: > > > > > > I am pleased to be calling this vote for the release of: > > > > > > Apache Commons RDF 0.3.0-incubating > > > > > > This second release candidate of 0.3.0 have updated dependencies for > > RDF4J > > > and Jena, adds Dataset unit tests, and fixed a couple of bugs these > > > identified in the implementations. > > > > > > Apache Commons RDF aims to provide a common Java API for RDF 1.1 > > > graphs and datasets. API bindings in Commons RDF 0.3.0 include Apache > > > Jena, Eclipse RDF4J, JSON-LD Java as well as a standalone > > > implementation. > > > > > > The release candidate to be voted over is available at: > > > > > > https://dist.apache.org/repos/dist/dev/incubator/commonsrdf/ > > > 0.3.0-incubating-RC2/ > > > > > > sha1 checksums: > > > > > > 965cbbb52946ae9ba710ab19a8fb931fbfe65e7f > > > apache-commons-rdf-0.3.0-incubating-src.zip > > > 9e08b3edcc633eb07a1c303b1939a0faaebb6c1f > > > apache-commons-rdf-0.3.0-incubating-src.tar.gz > > > > > > md5 checksums: > > > > > > 86feaef913fbe364872e9d87ea93eaaf apache-commons-rdf-0.3.0- > > > incubating-src.zip > > > f33f67dce9080eca3c53d23c92e2e56a > > > apache-commons-rdf-0.3.0-incubating-src.tar.gz > > > > > > To build the release candidate (requires JDK 8, Maven 3.3), run: > > > > > > mvn clean verify > > > > > > To rebuild the site, use: > > > > > > mvn package site > > > > > > git commit: 0bcb207521acfba04d3fabbe8fbc001ef9c0eb0a > > > > > > https://git-wip-us.apache.org/repos/asf?p=incubator- > > > commonsrdf.git;a=tag;h=refs/tags/0.3.0-incubating-RC2 > > > > > > KEYS: > > > https://dist.apache.org/repos/dist/release/incubator/commonsrdf/KEYS > > > > > > Maven staging repository: > > > https://repository.apache.org/content/repositories/ > > orgapachecommons-1219/ > > > > > > Release notes: > > > https://github.com/apache/incubator-commonsrdf/blob/ > > > master/RELEASE-NOTES.txt > > > > > > Site: > > > http://stain.github.io/incubator-commonsrdf/0.3.0-RC2/ > > > > > > Tip: Project reports are more useful per module, e.g. > > > http://stain.github.io/incubator-commonsrdf/0.3.0- > > > RC2/commons-rdf-api/japicmp.html > > > http://stain.github.io/incubator-commonsrdf/0.3.0-RC2/commons-rdf-rdf4j/ > > > dependencies.html > > > > > > Javadoc: > > > http://stain.github.io/incubator-commonsrdf/0.3.0-RC2/apidocs/ > > > > > > Please vote on releasing this release candidate as: > > > > > > Apache Commons RDF 0.3.0-incubating > > > > > > The vote is open for at least 72 hours, let's say 2016-11-11 16:00 UTC. > > > > > > [ ] +1 Release this package > > > [ ] 0 I don't feel strongly about it, but don't object > > > [ ] -1 Do not release this package because... > > > > > > Anyone can participate in testing and voting, not just committers, > > > please feel free to try out the release candidate and provide your > > > votes! > > > > > > -- > > > Stian Soiland-Reyes > > > http://orcid.org/0000-0001-9842-9718 > > > > >
