You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Carl Hall <ca...@gmail.com> on 2017/07/16 22:41:57 UTC

[VOTE] Release Apache Commons DbUtils 1.7 based on RC2

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

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Rob Tompkins <ch...@gmail.com>.
+1

Checked ASC/SHA1 for all artifacts. All ok.

RAT and CLIRR check OK

New issues found:
  - Reported in previous email, typographic error on SHA1 on jar file (namely commons-dbutils-1.7.jar). But, all is correct in nexus, so no worries to me.

-Rob

> On Jul 16, 2017, at 6:41 PM, Carl Hall <ca...@gmail.com> wrote:
> 
> 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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
Let's not get side-tracked here, this is a [VOTE] thread ;-)

Gary

On Mon, Jul 17, 2017 at 8:46 AM, Matt Sicker <bo...@gmail.com> wrote:

> I've migrated Mockito code before, and the migration is pretty simple
> depending on how complex your usage is. It could be as simple as changing
> an import or two.
>
> On 17 July 2017 at 10:11, Carl Hall <ca...@gmail.com> wrote:
>
> > Thanks for pointing those out, sebb.  I'll be sure to get all of those
> > committed to master.  Hopefully the Mockito jump isn't too much work.  :)
> >
> > On Mon, Jul 17, 2017 at 1:48 AM, sebb <se...@gmail.com> wrote:
> >
> > > Note: it's worth running the following:
> > >
> > > mvn versions:display-dependency-updates -U
> > > and
> > > mvn versions:display-plugin-updates -U
> > >
> > > to check for possible version updates
> > >
> > > These give:
> > >
> > > [INFO] The following dependencies in Dependencies have newer versions:
> > > [INFO]   junit:junit .............................................
> 4.11
> > > -> 4.12
> > > [INFO]   org.mockito:mockito-core ............................. 1.9.5
> ->
> > > 2.8.47
> > >
> > > and
> > >
> > > [INFO] The following plugin updates are available:
> > > [INFO]   maven-changes-plugin ................................. 2.12
> ->
> > > 2.12.1
> > > [INFO]
> > > [WARNING] The following plugins do not have their version specified:
> > > [WARNING]   maven-checkstyle-plugin ..............................
> > .......
> > > 2.17
> > > [WARNING]   maven-pmd-plugin ..............................
> > ...............
> > > 3.8
> > > [WARNING]   org.codehaus.mojo:findbugs-maven-plugin
> ....................
> > > 3.0.4
> > >
> > > The mockito version is a big change and will need checking to ensure
> > > it's compatible.
> > >
> > >
> > > On 17 July 2017 at 03:08, Gary Gregory <ga...@gmail.com> wrote:
> > > > I noticed it during
> > > >
> > > > mvn clean verify site
> > > >
> > > > Gary
> > > >
> > > > On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:
> > > >
> > > >> Great feedback!  Thanks so much.
> > > >>
> > > >> Would you please let me know how you're running PMD?  I've tried
> `mvn
> > > >> pmd:pmd`.  I'm not seeing issues locally and would like to make sure
> > the
> > > >> build is bulletproof.
> > > >>
> > > >>
> > > >> On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <
> garydgregory@gmail.com
> > >
> > > >> wrote:
> > > >>
> > > >> > +1
> > > >> >
> > > >> > From src zip: ASC, MD5, and SHA1 OK.
> > > >> >
> > > >> > RAT and CLIRR check OK.
> > > >> >
> > > >> > Reports look OK.
> > > >> >
> > > >> > Issues to address but not blockers:
> > > >> > - PMD blows up during the build and there is no resulting PMD
> > report.
> > > >> > - The POM uses an old version of commons-parent.
> > > >> >
> > > >> > Gary
> > > >> >
> > > >> >
> > > >> > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com>
> > > wrote:
> > > >> >
> > > >> > > 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-unsubscribe@commons.apache.org
> > > For additional commands, e-mail: dev-help@commons.apache.org
> > >
> > >
> >
>
>
>
> --
> Matt Sicker <bo...@gmail.com>
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Matt Sicker <bo...@gmail.com>.
I've migrated Mockito code before, and the migration is pretty simple
depending on how complex your usage is. It could be as simple as changing
an import or two.

On 17 July 2017 at 10:11, Carl Hall <ca...@gmail.com> wrote:

> Thanks for pointing those out, sebb.  I'll be sure to get all of those
> committed to master.  Hopefully the Mockito jump isn't too much work.  :)
>
> On Mon, Jul 17, 2017 at 1:48 AM, sebb <se...@gmail.com> wrote:
>
> > Note: it's worth running the following:
> >
> > mvn versions:display-dependency-updates -U
> > and
> > mvn versions:display-plugin-updates -U
> >
> > to check for possible version updates
> >
> > These give:
> >
> > [INFO] The following dependencies in Dependencies have newer versions:
> > [INFO]   junit:junit ............................................. 4.11
> > -> 4.12
> > [INFO]   org.mockito:mockito-core ............................. 1.9.5 ->
> > 2.8.47
> >
> > and
> >
> > [INFO] The following plugin updates are available:
> > [INFO]   maven-changes-plugin ................................. 2.12 ->
> > 2.12.1
> > [INFO]
> > [WARNING] The following plugins do not have their version specified:
> > [WARNING]   maven-checkstyle-plugin ..............................
> .......
> > 2.17
> > [WARNING]   maven-pmd-plugin ..............................
> ...............
> > 3.8
> > [WARNING]   org.codehaus.mojo:findbugs-maven-plugin ....................
> > 3.0.4
> >
> > The mockito version is a big change and will need checking to ensure
> > it's compatible.
> >
> >
> > On 17 July 2017 at 03:08, Gary Gregory <ga...@gmail.com> wrote:
> > > I noticed it during
> > >
> > > mvn clean verify site
> > >
> > > Gary
> > >
> > > On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:
> > >
> > >> Great feedback!  Thanks so much.
> > >>
> > >> Would you please let me know how you're running PMD?  I've tried `mvn
> > >> pmd:pmd`.  I'm not seeing issues locally and would like to make sure
> the
> > >> build is bulletproof.
> > >>
> > >>
> > >> On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <garydgregory@gmail.com
> >
> > >> wrote:
> > >>
> > >> > +1
> > >> >
> > >> > From src zip: ASC, MD5, and SHA1 OK.
> > >> >
> > >> > RAT and CLIRR check OK.
> > >> >
> > >> > Reports look OK.
> > >> >
> > >> > Issues to address but not blockers:
> > >> > - PMD blows up during the build and there is no resulting PMD
> report.
> > >> > - The POM uses an old version of commons-parent.
> > >> >
> > >> > Gary
> > >> >
> > >> >
> > >> > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com>
> > wrote:
> > >> >
> > >> > > 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-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>



-- 
Matt Sicker <bo...@gmail.com>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Carl Hall <ca...@gmail.com>.
Thanks for pointing those out, sebb.  I'll be sure to get all of those
committed to master.  Hopefully the Mockito jump isn't too much work.  :)

On Mon, Jul 17, 2017 at 1:48 AM, sebb <se...@gmail.com> wrote:

> Note: it's worth running the following:
>
> mvn versions:display-dependency-updates -U
> and
> mvn versions:display-plugin-updates -U
>
> to check for possible version updates
>
> These give:
>
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO]   junit:junit ............................................. 4.11
> -> 4.12
> [INFO]   org.mockito:mockito-core ............................. 1.9.5 ->
> 2.8.47
>
> and
>
> [INFO] The following plugin updates are available:
> [INFO]   maven-changes-plugin ................................. 2.12 ->
> 2.12.1
> [INFO]
> [WARNING] The following plugins do not have their version specified:
> [WARNING]   maven-checkstyle-plugin .....................................
> 2.17
> [WARNING]   maven-pmd-plugin .............................................
> 3.8
> [WARNING]   org.codehaus.mojo:findbugs-maven-plugin ....................
> 3.0.4
>
> The mockito version is a big change and will need checking to ensure
> it's compatible.
>
>
> On 17 July 2017 at 03:08, Gary Gregory <ga...@gmail.com> wrote:
> > I noticed it during
> >
> > mvn clean verify site
> >
> > Gary
> >
> > On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:
> >
> >> Great feedback!  Thanks so much.
> >>
> >> Would you please let me know how you're running PMD?  I've tried `mvn
> >> pmd:pmd`.  I'm not seeing issues locally and would like to make sure the
> >> build is bulletproof.
> >>
> >>
> >> On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <ga...@gmail.com>
> >> wrote:
> >>
> >> > +1
> >> >
> >> > From src zip: ASC, MD5, and SHA1 OK.
> >> >
> >> > RAT and CLIRR check OK.
> >> >
> >> > Reports look OK.
> >> >
> >> > Issues to address but not blockers:
> >> > - PMD blows up during the build and there is no resulting PMD report.
> >> > - The POM uses an old version of commons-parent.
> >> >
> >> > Gary
> >> >
> >> >
> >> > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com>
> wrote:
> >> >
> >> > > 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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by sebb <se...@gmail.com>.
Note: it's worth running the following:

mvn versions:display-dependency-updates -U
and
mvn versions:display-plugin-updates -U

to check for possible version updates

These give:

[INFO] The following dependencies in Dependencies have newer versions:
[INFO]   junit:junit ............................................. 4.11 -> 4.12
[INFO]   org.mockito:mockito-core ............................. 1.9.5 -> 2.8.47

and

[INFO] The following plugin updates are available:
[INFO]   maven-changes-plugin ................................. 2.12 -> 2.12.1
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-checkstyle-plugin ..................................... 2.17
[WARNING]   maven-pmd-plugin ............................................. 3.8
[WARNING]   org.codehaus.mojo:findbugs-maven-plugin .................... 3.0.4

The mockito version is a big change and will need checking to ensure
it's compatible.


On 17 July 2017 at 03:08, Gary Gregory <ga...@gmail.com> wrote:
> I noticed it during
>
> mvn clean verify site
>
> Gary
>
> On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:
>
>> Great feedback!  Thanks so much.
>>
>> Would you please let me know how you're running PMD?  I've tried `mvn
>> pmd:pmd`.  I'm not seeing issues locally and would like to make sure the
>> build is bulletproof.
>>
>>
>> On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>> > +1
>> >
>> > From src zip: ASC, MD5, and SHA1 OK.
>> >
>> > RAT and CLIRR check OK.
>> >
>> > Reports look OK.
>> >
>> > Issues to address but not blockers:
>> > - PMD blows up during the build and there is no resulting PMD report.
>> > - The POM uses an old version of commons-parent.
>> >
>> > Gary
>> >
>> >
>> > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com> wrote:
>> >
>> > > 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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Carl Hall <ca...@gmail.com>.
Thanks!  Looks like PMD moved the Java rulesets to rulesets/java/*.  I'll
update that in master and make sure it's ready for the next release.  fwiw,
fixing that did not raise any new issues or warnings.

On Sun, Jul 16, 2017 at 7:08 PM, Gary Gregory <ga...@gmail.com>
wrote:

> I noticed it during
>
> mvn clean verify site
>
> Gary
>
> On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:
>
> > Great feedback!  Thanks so much.
> >
> > Would you please let me know how you're running PMD?  I've tried `mvn
> > pmd:pmd`.  I'm not seeing issues locally and would like to make sure the
> > build is bulletproof.
> >
> >
> > On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <ga...@gmail.com>
> > wrote:
> >
> > > +1
> > >
> > > From src zip: ASC, MD5, and SHA1 OK.
> > >
> > > RAT and CLIRR check OK.
> > >
> > > Reports look OK.
> > >
> > > Issues to address but not blockers:
> > > - PMD blows up during the build and there is no resulting PMD report.
> > > - The POM uses an old version of commons-parent.
> > >
> > > Gary
> > >
> > >
> > > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com>
> wrote:
> > >
> > > > 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
> > > >
> > >
> >
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
I noticed it during

mvn clean verify site

Gary

On Jul 16, 2017 18:34, "Carl Hall" <ca...@gmail.com> wrote:

> Great feedback!  Thanks so much.
>
> Would you please let me know how you're running PMD?  I've tried `mvn
> pmd:pmd`.  I'm not seeing issues locally and would like to make sure the
> build is bulletproof.
>
>
> On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <ga...@gmail.com>
> wrote:
>
> > +1
> >
> > From src zip: ASC, MD5, and SHA1 OK.
> >
> > RAT and CLIRR check OK.
> >
> > Reports look OK.
> >
> > Issues to address but not blockers:
> > - PMD blows up during the build and there is no resulting PMD report.
> > - The POM uses an old version of commons-parent.
> >
> > Gary
> >
> >
> > On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com> wrote:
> >
> > > 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
> > >
> >
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Carl Hall <ca...@gmail.com>.
Great feedback!  Thanks so much.

Would you please let me know how you're running PMD?  I've tried `mvn
pmd:pmd`.  I'm not seeing issues locally and would like to make sure the
build is bulletproof.


On Sun, Jul 16, 2017 at 6:08 PM, Gary Gregory <ga...@gmail.com>
wrote:

> +1
>
> From src zip: ASC, MD5, and SHA1 OK.
>
> RAT and CLIRR check OK.
>
> Reports look OK.
>
> Issues to address but not blockers:
> - PMD blows up during the build and there is no resulting PMD report.
> - The POM uses an old version of commons-parent.
>
> Gary
>
>
> On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com> wrote:
>
> > 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
> >
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
+1

From src zip: ASC, MD5, and SHA1 OK.

RAT and CLIRR check OK.

Reports look OK.

Issues to address but not blockers:
- PMD blows up during the build and there is no resulting PMD report.
- The POM uses an old version of commons-parent.

Gary


On Sun, Jul 16, 2017 at 3:41 PM, Carl Hall <ca...@gmail.com> wrote:

> 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
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Jul 18, 2017 at 11:12 AM, Amey Jadiye <am...@gmail.com> wrote:

> Checked RC2, and here is my +1 (non-binding).
>
> 1. Build and Tests are passing clean
> 2. Clirr and Rat looks good.
> 3. Findbug show two DM_DEFAULT_ENCODING warning but non-blocker to release.
> 3. There are few of bugs in Checkstyle report but they are non-blocker to
> release.
> 4. Hashes given in files looks good.
> 5. Site looks fine.
>
> I observed we have quite a lot keys in
> https://www.apache.org/dist/commons/KEYS, even developers who might have
> resigned from commons, can we just remove keys of developers who resigned
> or no more active ?
>

Please start a separate thread for this since we do not want a VOTE thread
verge off into tangents.

Gary

>
> Checked on :-
> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> 2015-11-10T22:11:47+05:30)
> Maven home: /opt/apache/maven
> Java version: 1.8.0_111, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-oracle/jre
> Default locale: en_IN, platform encoding: UTF-8
> OS name: "linux", version: "4.4.0-31-generic", arch: "amd64", family:
> "unix"
>
>
>
> Regards,
> Amey
>
> On Mon, Jul 17, 2017 at 4:11 AM, Carl Hall <ca...@gmail.com> wrote:
>
> > 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-unsubscribe@commons.apache.org
>
> For additional commands, e-mail: dev-help@commons.apache.org
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Amey Jadiye <am...@gmail.com>.
Checked RC2, and here is my +1 (non-binding).

1. Build and Tests are passing clean
2. Clirr and Rat looks good.
3. Findbug show two DM_DEFAULT_ENCODING warning but non-blocker to release.
3. There are few of bugs in Checkstyle report but they are non-blocker to
release.
4. Hashes given in files looks good.
5. Site looks fine.

I observed we have quite a lot keys in
https://www.apache.org/dist/commons/KEYS, even developers who might have
resigned from commons, can we just remove keys of developers who resigned
or no more active ?

Checked on :-
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T22:11:47+05:30)
Maven home: /opt/apache/maven
Java version: 1.8.0_111, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-oracle/jre
Default locale: en_IN, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-31-generic", arch: "amd64", family: "unix"



Regards,
Amey

On Mon, Jul 17, 2017 at 4:11 AM, Carl Hall <ca...@gmail.com> wrote:

> 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-unsubscribe@commons.apache.org

For additional commands, e-mail: dev-help@commons.apache.org

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Rob Tompkins <ch...@gmail.com>.
Note:
The SHA1 listed in the email below for "commons-dbutils-1.7.jar” does not match the SHA1 "a2d6e515aa87e5d38f6b3003e70b13c1b1f19ca0” of the artifact in the Apache Nexus instance. However, the commons-dbutils-1.7.jar.sha1 does contain the correct SHA1, so it seems to be a typographic error on the part of the drafting of the email. 

This feels to me to be a non-blocker. I will continue with validation and will return with a vote.

Cheers,
-Rob

> On Jul 16, 2017, at 6:41 PM, Carl Hall <ca...@gmail.com> wrote:
> 
> 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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Carl Hall <ca...@gmail.com>.
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 <ga...@gmail.com>
wrote:

> On Tue, Jul 18, 2017 at 1:13 PM, Oliver Heger <
> oliver.heger@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-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Jul 18, 2017 at 1:13 PM, Oliver Heger <ol...@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [VOTE] Release Apache Commons DbUtils 1.7 based on RC2

Posted by Oliver Heger <ol...@oliver-heger.de>.
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.

+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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org