Hi Martin [x] +1 approve
Had a look at the website first. The download page shows 1.1 in the maven example. The Javadoc is still showing 1.0 but as you mentioned that's work-in-progress. Imported two keys with gpg using the linked KEYS files, then checked signatures of dist area archives. All looking good. Had a quick look at the Maven artifacts and tested signatures too, no issues as well. Manually inspected the three files in the dist area, found no issues in license, notice, or in the other files. Downloaded the 1.1-bin zip. Alas I don't have a code base to play with the 1.1 release, so I used only the command line tool. At first the sisfx utility didn't work for me on Ubuntu LTS: ``` kinow@ranma:~/Downloads/SIS/apache-sis-1.1$ ./bin/sisfx ./bin/sisfx: 22: source: not found ``` But with this variation it worked: ``` kinow@ranma:~/Downloads/SIS/apache-sis-1.1$ bash -x ./bin/sisfx ``` Not a blocker I think, and I didn't find the docs for the tool to confirm what's the recommended usage. Tested the sis command, it worked I think :) ``` # file: https://gist.github.com/itsrifat/4f4556c77a6f299305e1 kinow@ranma:~/Downloads/SIS/apache-sis-1.1$ ./bin/sis metadata test.xml Metadata ├─Metadata scope │ └─Resource scope…… Dataset └─Locale…………………………………… English └─Character set……… UTF-8 ``` Thanks! Bruno On Fri, 1 Oct 2021 at 04:43, Martin Desruisseaux < [email protected]> wrote: > Hello PMC and all > > I would like to call for a vote on the following Apache SIS 1.1 release > candidate artifacts: > > * Release notes (not exhaustive): > https://sis.staged.apache.org/release-notes/1.1.html > > * All Release Artifacts: > https://dist.apache.org/repos/dist/dev/sis/1.1/RC1/ > > * PGP release keys (signed using GnuPG): > https://downloads.apache.org/sis/KEYS > > * Maven staging repository: > https://repository.apache.org/content/repositories/orgapachesis-1036/ > > Web site https://sis.staged.apache.org/ will be updated progressively > during the next days. > > Please verify the artifacts and vote. The vote will be open until Monday > (inclusive). > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > >
