This vote passes with the following result:

- Gary Gregory: +1 (binding)
- Oliver Heger: +1 (binding)
- Rob Tompkins: +1 (binding)
- Amey Jadiye: +1 (non-binding)
Thank you to all who helped make this release and for reviewing the RCs!
I’ll work on publishing everything soon.


On Tue, Jul 18, 2017 at 2:40 PM, Gary Gregory <garydgreg...@gmail.com>
wrote:

> On Tue, Jul 18, 2017 at 1:13 PM, Oliver Heger <
> oliver.he...@oliver-heger.de>
> wrote:
>
> > Build works fine with Java 1.6 and 1.8 on Windows 10. Artifacts and site
> > look good.
> >
> > There is a bunch of checkstyle errors, especially in
> > BaseResultSetHandler.java; but I assume they have been in there before,
> > so not a blocker.
> >
>
> Yeah, if you look at
> https://commons.apache.org/proper/commons-dbutils/
> checkstyle-aggregate.html
> you'll see 1104 errors.
>
> [Starting a separate thread]
>
> Gary
>
> >
> > +1, good work!
> >
> > Oliver
> >
> > Am 17.07.2017 um 00:41 schrieb Carl Hall:
> > > Hi,
> > >
> > > It's been almost 3 years to the day since we've had a DbUtils release.
> > > We've fixed several important bugs and added some new features, so I
> > would
> > > like to release DbUtils 1.7.
> > >
> > > Furthermore, we have fixed these issues for RC2, which were discovered
> in
> > > RC1:
> > > - resource leaks as found by FindBugs
> > > - updated links & text in generated texts and site
> > >
> > > DbUtils 1.7 RC2 is available for review here:
> > >    https://dist.apache.org/repos/dist/dev/commons/dbutils/
> > DBUTILS_1_7_RC2/ (svn
> > > revision 20455)
> > >
> > > The tag is here:
> > >    *https://git-wip-us.apache.org/repos/asf?p=commons-
> > dbutils.git;a=tag;h=c7b9d1229aeacd1884c9ca126c5d65af0221404a
> > > <https://git-wip-us.apache.org/repos/asf?p=commons-
> dbutils.git;a=tag;h=
> > c7b9d1229aeacd1884c9ca126c5d65af0221404a>*
> > >
> > > Maven artifacts are here:
> > >    https://repository.apache.org/content/repositories/
> > orgapachecommons-1254
> > >
> > > These are the Maven Artifacts and their hashes:
> > >
> > > commons-dbutils-1.7-javadoc.jar
> > > (SHA: 23ba15ea4ff18419fb17715e8956846b863c2d9d)
> > > commons-dbutils-1.7-javadoc.jar.asc
> > > (SHA: fb5f36b61e056c31ea3181c0a67c9bf395cd56e0)
> > > commons-dbutils-1.7-javadoc.jar.md5
> > > (SHA: daae48f032e6f96a63c8b47241de7fae7c53e176)
> > > commons-dbutils-1.7-javadoc.jar.sha1
> > > (SHA: 092fbb145d61a4d93dd645a529e212fe01099d14)
> > > commons-dbutils-1.7-sources.jar
> > > (SHA: 38e00df900c6c0dd01dec42ad411ff44de10ac0b)
> > > commons-dbutils-1.7-sources.jar.asc
> > > (SHA: 601b900b1a6079c09a81da903f0bd418dc552f09)
> > > commons-dbutils-1.7-sources.jar.md5
> > > (SHA: 1fce7ad72fc18d639705a1573c34cc012e076a25)
> > > commons-dbutils-1.7-sources.jar.sha1
> > > (SHA: 198663d496d62b4f78ab8edf85c7125e79213f32)
> > > commons-dbutils-1.7-test-sources.jar
> > > (SHA: 6c61c9324218009db50415bfdf8b1c6675dcbbf0)
> > > commons-dbutils-1.7-test-sources.jar.asc
> > > (SHA: 120cd3f4f4d673eb49cd976f814110a74bde438f)
> > > commons-dbutils-1.7-test-sources.jar.md5
> > > (SHA: 135c8c5dd7c868c116d17dc694731ff6230270f7)
> > > commons-dbutils-1.7-test-sources.jar.sha1
> > > (SHA: 38d6480819b9d813ad18307349a19603ed53f453)
> > > commons-dbutils-1.7-tests.jar
> > > (SHA: be58f64000d4b5a5932f5c18afbb847b3fe6caf3)
> > > commons-dbutils-1.7-tests.jar.asc
> > > (SHA: b93e9d1b23bbf051630b60ba917af03f0fd2a8cc)
> > > commons-dbutils-1.7-tests.jar.md5
> > > (SHA: beb09dfdd239b5a09d96132546e6a9cb5899617e)
> > > commons-dbutils-1.7-tests.jar.sha1
> > > (SHA: d25629f7ea7d3e352ad98f6d955ce473606d3ecf)
> > > commons-dbutils-1.7.jar
> > > (SHA: 8b750837334b0c92f3f09a481ff6638aa0a7e370)
> > > commons-dbutils-1.7.jar.asc
> > > (SHA: bbd4a9cdb128233e2bf67c252789385091576a6c)
> > > commons-dbutils-1.7.jar.md5
> > > (SHA: 5b90d74d0967dcb3ba4422489910730c3ff396b5)
> > > commons-dbutils-1.7.jar.sha1
> > > (SHA: ecb00abbc04548398986b80d1f0e48373d55c2b8)
> > > commons-dbutils-1.7.pom
> > > (SHA: dcaebe462df8501f14d764f2bece496e942586eb)
> > > commons-dbutils-1.7.pom.asc
> > > (SHA: 0547d14d07117cc496c018ef7fd320ae32884287)
> > > commons-dbutils-1.7.pom.md5
> > > (SHA: c5a32289a952a40202461528eeffcad474d0ef6c)
> > > commons-dbutils-1.7.pom.sha1
> > > (SHA: 0aa622dc6fa860ceeaf86fcb3e1a48f9530c3398)
> > >
> > > Details of changes since 1.6 are in the release notes:
> > >
> > > https://dist.apache.org/repos/dist/dev/commons/dbutils/
> > DBUTILS_1_7_RC2/RELEASE-NOTES.txt
> > >    https://home.apache.org/~thecarlhall/dbutils-1.7-RC2/
> > changes-report.html
> > >
> > > Site:
> > >    https://home.apache.org/~thecarlhall/dbutils-1.7-RC2/
> > >
> > > Clirr Report (compared to 1.6):
> > >    https://home.apache.org/~thecarlhall/dbutils-1.7-RC2/
> > clirr-report.html
> > >
> > >    - All changes are additions and do not represent any fundamental or
> > > breaking changes in how to use the library, so not revving the version.
> > >
> > > RAT Report:
> > >    https://home.apache.org/~thecarlhall/dbutils-1.7-RC2/
> rat-report.html
> > >
> > > KEYS:
> > >    https://www.apache.org/dist/commons/KEYS
> > >
> > > Please review the release candidate and vote.
> > > This vote will close no sooner that 72 hours from now,
> > > i.e. sometime after 23:00 UTC 19-July-2017
> > >
> > >   [ ] +1 Release these artifacts
> > >   [ ] +0 OK, but...
> > >   [ ] -0 OK, but really should fix...
> > >   [ ] -1 I oppose this release because...
> > >
> > > Thanks!
> > > -Carl
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>

Reply via email to