X ] +1 Approve the release Build ran fine (`mvn clean install`) , source is present, I spot-checked the sigs and checksums and everything looks good.
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00) Java version: 1.8.0_65, vendor: Oracle Corporation Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac" ajs6f > On Dec 16, 2017, at 6:55 PM, Bruno P. Kinoshita > <[email protected]> wrote: > > [ X ] +1 Approve the release > > Build passes with no errors with > > Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; > 2017-10-18T20:58:13+13:00) > Maven home: /opt/apache-maven-3.5.2 > Java version: 1.8.0_151, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-8-oracle/jre > Default locale: en_NZ, platform encoding: UTF-8 > OS name: "linux", version: "4.4.0-103-generic", arch: "amd64", family: "unix" > > Checked signatures for Maven artefacts (core and tdb) and dist (both source > and binaries). Had a look at the generated dist files and found nothing out > of ordinary. > > Had a bit more of time so tested JENA-1420 too. Went to jena-fuseki2, found > the fuseki-dev script, executed it and got > > ~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core$ ./fuseki-dev > [2017-12-17 12:43:29] Server INFO Apache Jena Fuseki 3.6.0 > [2017-12-17 12:43:29] Config INFO > FUSEKI_HOME=/home/kinow/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core > [2017-12-17 12:43:29] Config INFO > FUSEKI_BASE=/home/kinow/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/run > [2017-12-17 12:43:30] Config INFO Shiro file: > file:///home/kinow/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/run/shiro.ini > [2017-12-17 12:43:30] Server INFO Started 2017/12/17 12:43:30 NZDT on > port 3030 > > Saved the example ttl from JENA-1420, uploaded it and got > > > """ > file.ttl > 214 bytes > > Result: success. 3 triples > """ > > So looks like the bug is no happening anymore :D > > I was lurking in the discussion about nextOptional() in GitHub/mailing list > and it looks like it's a test to see how it works. Code looks good. > > Libraries updated look good too. There's one that I am interested to test > later as we are updating at $work too. So I will have another look at it > later today (Sunday NZ time), but don't think it would be of any problem > > So my +1, thanks for preparing the release, and happy holidays everyone! > > Cheers > Bruno > > ________________________________ > From: Andy Seaborne <[email protected]> > To: "[email protected]" <[email protected]> > Sent: Thursday, 14 December 2017 12:27 PM > Subject: [VOTE] Apache Jena 3.6.0 RC1 > > > > Hi, > > > Here is a vote on a release of Jena 3.6.0. > > > This is the first proposed candidate for a 3.5.0 release. > > > Note - the deadline is 18:00 UTC on Sunday - not midnight - so that > > bytes can be pushed out and sync over night. > > > > ==== Release changes > > > 30 JIRA: > > https://s.apache.org/jena-3.6.0-jira > > > == Datasets > > > JENA-1430 > > The preferred way to work with in-memory, plain data is to use > > ja:MemoryDataset. > > > == Other > > > JENA-1427 > > ExtendedIterator gains a new method, nextOptional() > > > Feed back on this would most welcome. > > > JENA-1420 > > FIX: Fuseki 3.5.0 "upload files" fails > > > JENA-1443 > > Models from Datasets (Graphs from DatasetGraphs) provide graph > > transaction handlers. > > > == Upgrades to libraries (runtime dependencies): > > > No license changes. > > > Eclipse Jetty: 9.4.5.v20170502 -> 9.4.7.v20170914 > > Apache Shiro: 1.2.4 -> 1.2.6 > > Apache Commons IO: 2.5 -> 2.6 > > Apache Commons CSV: 1.4 -> 1.5 > > Apache Commons Codec: 1.10 -> 1.11 > > Apache Thrift: 0.9.3 -> 0.10.0 > > > ==== 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-1021/ > > > 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/15319f63 > > > Git Commit Hash: > > 15319f63562aa42f242782c642a64806b4772af3 > > > Git Commit Tag: > > jena-3.6.0-rc1 > > > 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 > > > Sunday, 2017-12-17, 18:00 UTC. > > > If you expect to check the release but the time 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?
