Here's my +1
The same test is failing again in my environment. But it looks like it is because of the tests, and not a bug in code. Tests run: 1257, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec <<< FAILURE! - in org.apache.jena.sparql.expr.TS_Expr exprSprintf_05c(org.apache.jena.sparql.expr.TestFunctions) Time elapsed: 0.013 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.jena.sparql.expr.TestFunctions.test_exprSprintf_05(TestFunctions.java:96) at org.apache.jena.sparql.expr.TestFunctions.exprSprintf_05c(TestFunctions.java:105) No other errors after commenting the test. Tested the signature of one module, no issues found. Thanks Andy Bruno >________________________________ > From: Andy Seaborne <[email protected]> >To: [email protected] >Sent: Wednesday, 11 May 2016 3:05 AM >Subject: [VOTE] Release Jena 3.1.0 (3rd proposed candidate) > > >Hi, > >Here is a vote on a release of Jena 3.1.0 >(with Fuseki 2.4.0 and Fuseki 1.4.0). > >This is the third proposed candidate for this release. > >This fixes, from the previous proposed candidates: > >From proposed candidate 1: >1/ Presence of binaries in the source-release >2/ Jump in large size of binary downloads due to javadoc inclusion > >From proposed candidate 2: >3/ Revert to java-jsonld 0.7.0 due to httpclient version clash >4/ Update to OSGi POM. >5/ Fix afn:sprinf test for timezone issue. > >* Dependency changes: > >Upgrades: > slf4j 1.7.20 > dexx collections 0.6 > >Key features listed below. > >Everyone, not just committers, is invited to test and vote. > >Staging repository: >https://repository.apache.org/content/repositories/orgapachejena-1013/ > >Proposed dist/ area: > https://dist.apache.org/repos/dist/dev/jena/ > >Keys: > https://svn.apache.org/repos/asf/jena/dist/KEYS > >Git commit (browser URL): > http://git-wip-us.apache.org/repos/asf/jena/commit/33b9d35e >Git Commit Hash: > 33b9d35ecaf90e74773c2aaf0c6d70d677c689d4 > >Git Commit Tag: > jena-3.1.0-rc4 > >Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > >This vote will be open to at least > > 13th May 2016, 23:59 UTC > >If you expect to check the release but the 72 hour limit does not work >for you, please email within the schedule above with an expected time >and we can extend the vote period. > >Thanks, > > Andy > >Checking: > >+ does everything work on Linux? >+ does everything work on MS Windows? >+ does everything work on OS X? >+ are the GPG signatures fine? >+ are the checksums correct? >+ is there a source archive? >+ can the source archive really be built? >+ is there a correct LICENSE and NOTICE file in each artifact > (both source and binary artifacts)? >+ does the NOTICE file contain all necessary attributions? >+ have any licenses of dependencies changed due to upgrades? > if so have LICENSE and NOTICE been upgraded appropriately? >+ does the tag/commit in the SCM contain reproducible sources? > > >--------------------------- > >Key features of the release: > >* In-memory txn dataset (Adam Soroka) (RC in 3.0.1) > >http://jena.staging.apache.org/documentation/rdf/datasets.html > >* Quads (Qihong Lin) (RC in 3.0.1) > >http://jena.staging.apache.org/documentation/query/construct-quad.html > >* DatasetGraphs & transactions integration > >* Alternative QueryParsers in jena-text > >* new module jena-cmds >"jena.*" > >* Fuseki: Multiple service per file, shared datasets > >* Logging >log4j marked <optional> > >* New custom functions and aggregate functions >Added: >* afn:sprintf (contribution from Alessandro Seganti) >* The XQuery/XPath Functions and Operators "math:" functions >* Custom aggregates for stdev etc. (also STDEV etc as keywords). > >* FactoryRDF >Parsing RDF now saves space by interning RDFTerms created >during a each parser run. > >* OSGi fixes (Jaroslav Pullmann) > >* General maintenance: about 80 JIRA. > > > >
