You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Bill Speirs <bi...@gmail.com> on 2013/03/17 21:02:24 UTC

[DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

I have worked on some significant enhancements to commons-dbutils, so I
would like to release 2.0.

*Note: This is backwards incompatible change with the 1.x versions. As such
I've changed the maven
coordinates and package names.

dbutils RC1 is available for review here:
http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/

Maven artifacts are here:
http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven

Details of changes since 1.5 are in the release notes:
  http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/
/RELEASE-NOTES.txt

http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/changes-report.html

I have tested this with JDK 1.6 using maven3.

The tag is here:
http://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_2_0_RC1/

Site: http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/<http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/changes-report.html>

Clirr Report (not generated):

RAT Report:
http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/rat-report.html

Votes, please.  This vote will close in 72 hours from 2000 GMT 17-March 2013

[ ] +1 Release these artifacts
[ ] +0 OK, but...
[ ] -0 OK, but really should fix...
[ ] -1 I oppose this release because...

Thanks!

Bill-

Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by Emmanuel Bourg <eb...@apache.org>.
Thank you for pushing this release Bill.

I looked quickly at the Javadoc, here is my feedback:

- The three QueryRunner.query() methods return a package private type
- AsyncExecutor.execute() has a private type as argument
- Is there a way to generify ArrayHandler and have the handle() method
to return T[] instead of Object[]?
- I don't understand what is "generous" in GenerousBeanProcessor :)


Emmanuel Bourg



Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by Matt Benson <gu...@gmail.com>.
@author tags are discouraged across ASF Java code; Maven projects can use
the POM, while other projects can use whatever other mechanism they deem
appropriate for establishing a record of contributors.  My personal view is
that the presence of author tags is not so offensive as to hold up a
release.  WRT the Javadoc objection, in general I would say this is a
subjective call (how much does the incorrectness of the Javadoc limit
usability?) and I haven't yet looked at the specific commit(s) in question
(though having stepped into this discussion, I don't see how I can now
avoid it ;)  ).  Bear in mind that a -1 on a release vote constitutes just
a negative vote as opposed to a veto [1].

HTH,
Matt

[1] http://www.apache.org/foundation/voting.html#ReleaseVotes


On Mon, Mar 18, 2013 at 8:22 AM, William Speirs <ws...@apache.org> wrote:

> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
> >> Maven artifacts are here:
> >> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
> >
> > Maven artifacts must be uploaded to Nexus.
>
> How do I do this? I was following the directions here:
> http://commons.apache.org/releases/release.html which don't mention
> Nexus.
>
> > There a still several @author tags in the code
>
> @author tags are not allowed?
>
> Thanks for the feedback!
>
> Bill-
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Mar 18, 2013 at 9:22 AM, William Speirs <ws...@apache.org> wrote:

> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
> >> Maven artifacts are here:
> >> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
> >
> > Maven artifacts must be uploaded to Nexus.
>
> How do I do this? I was following the directions here:
> http://commons.apache.org/releases/release.html which don't mention
> Nexus.
>
> > There a still several @author tags in the code
>
> @author tags are not allowed?
>

The ASF recommends to avoid the author tag, but leaves each project to
decide. At Commons, IIRC, we're following the ASF's recommendation and we
are tracking people through POMs.

Gary

>
> Thanks for the feedback!
>
> Bill-
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by William Speirs <ws...@apache.org>.
Yes... my apologies for not officially stating so in the e-mail list.

This vote as failed.

Bill-


On Thu, Apr 25, 2013 at 12:15 AM, Dan Tran <da...@gmail.com> wrote:

> is this vote dead?
>
>
> On Tue, Mar 19, 2013 at 6:18 AM, William Speirs <ws...@apache.org>
> wrote:
>
> > OK... I don't need my abacus to count votes and see that this failed.
> >
> > I'll work on the things folks mentioned and try for another release
> > this weekend.
> >
> > Thanks again for all of the help/feedback!
> >
> > Bill-
> >
> > On Mon, Mar 18, 2013 at 12:43 PM, Stefan Bodewig <bo...@apache.org>
> > wrote:
> > > On 2013-03-18, William Speirs wrote:
> > >
> > >> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
> > >>>> Maven artifacts are here:
> > >>>> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
> > >
> > >>> Maven artifacts must be uploaded to Nexus.
> > >
> > >> How do I do this? I was following the directions here:
> > >> http://commons.apache.org/releases/release.html which don't mention
> > >> Nexus.
> > >
> > > Sorry, I promised to rewrite that but am getting sidetracked.  So far
> > > http://wiki.apache.org/commons/UsingNexus is your best friend.
> > >
> > > Stefan
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > > For additional commands, e-mail: dev-help@commons.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by Dan Tran <da...@gmail.com>.
is this vote dead?


On Tue, Mar 19, 2013 at 6:18 AM, William Speirs <ws...@apache.org> wrote:

> OK... I don't need my abacus to count votes and see that this failed.
>
> I'll work on the things folks mentioned and try for another release
> this weekend.
>
> Thanks again for all of the help/feedback!
>
> Bill-
>
> On Mon, Mar 18, 2013 at 12:43 PM, Stefan Bodewig <bo...@apache.org>
> wrote:
> > On 2013-03-18, William Speirs wrote:
> >
> >> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
> >>>> Maven artifacts are here:
> >>>> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
> >
> >>> Maven artifacts must be uploaded to Nexus.
> >
> >> How do I do this? I was following the directions here:
> >> http://commons.apache.org/releases/release.html which don't mention
> >> Nexus.
> >
> > Sorry, I promised to rewrite that but am getting sidetracked.  So far
> > http://wiki.apache.org/commons/UsingNexus is your best friend.
> >
> > Stefan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by William Speirs <ws...@apache.org>.
OK... I don't need my abacus to count votes and see that this failed.

I'll work on the things folks mentioned and try for another release
this weekend.

Thanks again for all of the help/feedback!

Bill-

On Mon, Mar 18, 2013 at 12:43 PM, Stefan Bodewig <bo...@apache.org> wrote:
> On 2013-03-18, William Speirs wrote:
>
>> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
>>>> Maven artifacts are here:
>>>> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
>
>>> Maven artifacts must be uploaded to Nexus.
>
>> How do I do this? I was following the directions here:
>> http://commons.apache.org/releases/release.html which don't mention
>> Nexus.
>
> Sorry, I promised to rewrite that but am getting sidetracked.  So far
> http://wiki.apache.org/commons/UsingNexus is your best friend.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-03-18, William Speirs wrote:

> On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
>>> Maven artifacts are here:
>>> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven

>> Maven artifacts must be uploaded to Nexus.

> How do I do this? I was following the directions here:
> http://commons.apache.org/releases/release.html which don't mention
> Nexus.

Sorry, I promised to rewrite that but am getting sidetracked.  So far
http://wiki.apache.org/commons/UsingNexus is your best friend.

Stefan

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


Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by William Speirs <ws...@apache.org>.
On Sun, Mar 17, 2013 at 5:34 PM, sebb <se...@gmail.com> wrote:
>> Maven artifacts are here:
>> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven
>
> Maven artifacts must be uploaded to Nexus.

How do I do this? I was following the directions here:
http://commons.apache.org/releases/release.html which don't mention
Nexus.

> There a still several @author tags in the code

@author tags are not allowed?

Thanks for the feedback!

Bill-

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


Re: [DBUTILS] [VOTE] Release commons-dbutils 2.0 based on RC1

Posted by sebb <se...@gmail.com>.
On 17 March 2013 20:02, Bill Speirs <bi...@gmail.com> wrote:
> I have worked on some significant enhancements to commons-dbutils, so I
> would like to release 2.0.
>
> *Note: This is backwards incompatible change with the 1.x versions. As such
> I've changed the maven
> coordinates and package names.
>
> dbutils RC1 is available for review here:
> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/
>
> Maven artifacts are here:
> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/maven

Maven artifacts must be uploaded to Nexus.

> Details of changes since 1.5 are in the release notes:
>   http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/
> /RELEASE-NOTES.txt
>
> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/changes-report.html
>
> I have tested this with JDK 1.6 using maven3.
>
> The tag is here:
> http://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_2_0_RC1/

NOTICE file needs to be updated to 2013.

> Site: http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/<http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/changes-report.html>
>
> Clirr Report (not generated):
>
> RAT Report:
> http://people.apache.org/~wspeirs/commons-dbutils-2.0-RC1/site/rat-report.html
>
> Votes, please.  This vote will close in 72 hours from 2000 GMT 17-March 2013
>
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [X] -1 I oppose this release because...

There a still several @author tags in the code
Some Javadoc errors (already fixed in SVN)

>
> Thanks!
>
> Bill-

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