[ X ] +1 Approve the release (please see comment above on Windows testing...)
Built from 665bad4f2ea1d2fe5e0fe13f1ae7b1006afc8009 git commit. Command used: mvn clean test install >+ does everything work on Linux? No issues on Linux. Maven home: /opt/apache-maven-3.5.2 Java version: 1.8.0_151, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_151/jre Default locale: en_NZ, platform encoding: UTF-8 OS name: "linux", version: "4.10.0-37-generic", arch: "amd64", family: "unix" [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41:36 min [INFO] Finished at: 2017-10-31T10:47:34+13:00 [INFO] Final Memory: 114M/537M [INFO] ------------------------------------------------------------------------ >+ does everything work on MS Windows? One test failed on my environment. Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-04T07:39:06+12:00) Maven home: C:\Users\kinow\Development\java\apache-maven-3.5.0 Java version: 1.8.0_144, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_144\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.jena.dboe.trans.data.TestTransIndexMem Running org.apache.jena.dboe.trans.recovery.TestRecovery 09:59:14 INFO System :: Journal recovery start 09:59:14 INFO System :: Journal recovery end Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.018 sec <<< FAILURE! - in org.apache.jena.dboe.trans.recovery.TestRecovery recoverBlobFile_2(org.apache.jena.dboe.trans.recovery.TestRecovery) Time elapsed: 0.009 sec <<< ERROR! org.apache.jena.atlas.RuntimeIOException: Short read: -1 of 13 at org.apache.jena.dboe.trans.recovery.TestRecovery.recoverBlobFile_2(TestRecovery.java:108) Results : Tests in error: TestRecovery.recoverBlobFile_2:108 ▒ RuntimeIO Short read: -1 of 13 Tests run: 315, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Jena - Project .............................. SUCCESS [ 2.215 s] [INFO] Apache Jena - Shadowed external libraries .......... SUCCESS [ 2.028 s] [INFO] Apache Jena - IRI .................................. SUCCESS [ 8.218 s] [INFO] Apache Jena - Base Common Environment .............. SUCCESS [ 10.664 s] [INFO] Apache Jena - Core ................................. SUCCESS [01:02 min] [INFO] Apache Jena - ARQ (SPARQL 1.1 Query Engine) ........ SUCCESS [01:16 min] [INFO] Apache Jena - RDF Connection ....................... SUCCESS [ 6.672 s] [INFO] Apache Jena - TDB (Native Triple Store) ............ SUCCESS [ 34.846 s] [INFO] Apache Jena - Database Operation Environment ....... SUCCESS [ 0.279 s] [INFO] Apache Jena - DBOE Base ............................ SUCCESS [ 6.965 s] [INFO] Apache Jena - DBOE Transactions .................... SUCCESS [ 5.970 s] [INFO] Apache Jena - DBOE Indexes ......................... SUCCESS [ 3.568 s] [INFO] Apache Jena - DBOE Index test suite ................ SUCCESS [ 3.671 s] [INFO] Apache Jena - DBOE Transactional Datastructures .... FAILURE [ 4.066 s] [INFO] Apache Jena - TDB2 ................................. SKIPPED Not sure if failures on Windows are a blocker, so voting +1 for the release, specially given it's in a new component, and not yet battle-proofed. Here's PR with a possible fix: https://github.com/apache/jena/pull/302 >+ are the GPG signatures fine? >+ are the checksums correct? Do not have the scripts to check that on this computer. So skipping this step for this RC. >+ is there a source archive? All good. >+ is there a correct LICENSE and NOTICE file in each artifact > (both source and binary artifacts)? Through sampling, selected five artefacts (including core module) and checked randomly javadoc/sources/jar files. Found no issues. Had checked some LICENSE and NOTICE files for the previous release looking at the source code. So everything is looking fine. >+ does the NOTICE file contain all necessary attributions? Looking good. >+ have any licenses of dependencies changed due to upgrades? > if so have LICENSE and NOTICE been upgraded appropriately? All good. >+ does the tag/commit in the SCM contain reproducible sources? All good. Thanks for preparing the release. Bruno ________________________________ From: Andy Seaborne <[email protected]> To: [email protected] Sent: Tuesday, 31 October 2017 12:21 AM Subject: [VOTE] Release Apache Jena 3.5.0 (RC2) Hi, Here is a vote on a release of Jena 3.5.0. This is the second proposed candidate for a 3.5.0 release. Note - the deadline is 18:00 UTC on Thursday - not midnight - so that bytes can be pushed out and sync over night. ==== Release changes Introducing TDB2: http://jena.staging.apache.org/documentation/tdb2/ *TDB2 is not compatible with TDB1* Compared to TDB1: * No size limits on transactions : bulk uploads into a live Fuseki can be 100's of millions of triples. * Models and Graphs can be passed across transactions * No queue of delayed updates, no transaction backlog problems. * "Writer pays" - readers don't All work for update is done on the writer thread. * Datatypes of numerics preserved; xsd:doubles supported. TDB2 is subject to change. We solicit any and all feedback (good and bad!) about TDB2 to help advance it to deployment-ready. JENA-1390 : Add StmtIterator.toModel : JENA-1392 : Add dynamic dataset support to SDB. JENA-1395 : "--output RDF/XML" now prints using the basic block-oriented writer, which uses less memory. Use "--formatted" (same as "--pretty") for pretty printed RDF/XML. JENA-1398 : Upgrade FOAF to add new spelling and deprecation of old for archaic FOAF properties == Dependency changes: No license changes. Upgrade jsonld-java to 0.11 jackson to 2.9.0 commons-fileuploader to 1.3.2->1.3.3 commons-io 2.5 in jena-base (was pulled in anyway by jsonld-java) ==== Release Vote Everyone, not just committers, is invited to test and vote. Please download and test the proposed release. Staging repository: https://repository.apache.org/content/repositories/orgapachejena-1020/ 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/665bad4f Git Commit Hash: 665bad4f2ea1d2fe5e0fe13f1ae7b1006afc8009 Git Commit Tag: jena-3.5.0-rc2 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 Thursday, 2017-11-02, 18:00 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 needed: + 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? (NB This requires a "mvn install" first time) + 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?
