|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[VOTE] Release of DbUtils 1.3 RC3This release includes support for Java5 generics and varargs. For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad practice" bug of using getClass().getResourceAsStream(), which would probably require an API change. As noted in earlier RCs, I believe 1.3 to be a backwards compatible binary, but I'm still only 99% sure of this; clirr reports a bunch of compatibility errors that look like nonsense. I did run the compiled 1.2 tests against 1.3 and it looks OK. +1 from me! PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. You can still rebuild 1.3 RC2 from source if you need to see the binary diffs, but RC2 won't be officially released, so I don't think any real harm has been done. -- Tag: https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ Site: http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html Binaries: http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ [ ] +1 release it [ ] +0 go ahead I don't care [ ] -1 no, do not release it because --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release of DbUtils 1.3 RC3Dan Fabulich a écrit :
> > This release includes support for Java5 generics and varargs. > > For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad > practice" bug of using getClass().getResourceAsStream(), which would > probably require an API change. Thanks for taking care of these errors. +1 for the release Luc > > As noted in earlier RCs, I believe 1.3 to be a backwards compatible > binary, but I'm still only 99% sure of this; clirr reports a bunch of > compatibility errors that look like nonsense. I did run the compiled 1.2 > tests against 1.3 and it looks OK. > > +1 from me! > > PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. > You can still rebuild 1.3 RC2 from source if you need to see the binary > diffs, but RC2 won't be officially released, so I don't think any real > harm has been done. > > -- > > Tag: > > https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ > > > Site: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html > > Binaries: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ > > > [ ] +1 release it > [ ] +0 go ahead I don't care > [ ] -1 no, do not release it because > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release of DbUtils 1.3 RC3+1 again
Dan Fabulich wrote: > > This release includes support for Java5 generics and varargs. > > For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad > practice" bug of using getClass().getResourceAsStream(), which would > probably require an API change. > > As noted in earlier RCs, I believe 1.3 to be a backwards compatible > binary, but I'm still only 99% sure of this; clirr reports a bunch of > compatibility errors that look like nonsense. I did run the compiled 1.2 > tests against 1.3 and it looks OK. > > +1 from me! > > PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. > You can still rebuild 1.3 RC2 from source if you need to see the binary > diffs, but RC2 won't be officially released, so I don't think any real > harm has been done. > > -- > > Tag: > > > > Site: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html > > Binaries: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ > > [ ] +1 release it > [ ] +0 go ahead I don't care > [ ] -1 no, do not release it because > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release of DbUtils 1.3 RC3+1 as before.
Thanks a lot for doing all this. Julien 2009/11/8 Dan Fabulich <dan@...>: > > This release includes support for Java5 generics and varargs. > > For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad > practice" bug of using getClass().getResourceAsStream(), which would > probably require an API change. > > As noted in earlier RCs, I believe 1.3 to be a backwards compatible binary, > but I'm still only 99% sure of this; clirr reports a bunch of compatibility > errors that look like nonsense. I did run the compiled 1.2 tests against 1.3 > and it looks OK. > > +1 from me! > > PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. You > can still rebuild 1.3 RC2 from source if you need to see the binary diffs, > but RC2 won't be officially released, so I don't think any real harm has > been done. > > -- > > Tag: > > https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ > > Site: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html > > Binaries: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ > > [ ] +1 release it > [ ] +0 go ahead I don't care > [ ] -1 no, do not release it because > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release of DbUtils 1.3 RC3I tried to build the sources on a JDK 1.5 and got the following errors:
D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[216,53] cannot find symbol symbol : method copyOf(byte[],int) location: class java.util.Arrays D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[452,31] cannot find symbol symbol : method copyOf(byte[],int) location: class java.util.Arrays The Arrays.copyOf() method was introduced in JDK 1.6. Shouldn't DbUtils 1.3 be compatible with Java 1.5? Oliver Dan Fabulich schrieb: > > This release includes support for Java5 generics and varargs. > > For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad > practice" bug of using getClass().getResourceAsStream(), which would > probably require an API change. > > As noted in earlier RCs, I believe 1.3 to be a backwards compatible > binary, but I'm still only 99% sure of this; clirr reports a bunch of > compatibility errors that look like nonsense. I did run the compiled 1.2 > tests against 1.3 and it looks OK. > > +1 from me! > > PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. > You can still rebuild 1.3 RC2 from source if you need to see the binary > diffs, but RC2 won't be officially released, so I don't think any real > harm has been done. > > -- > > Tag: > > https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ > > > Site: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html > > Binaries: > > http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ > > > [ ] +1 release it > [ ] +0 go ahead I don't care > [ ] -1 no, do not release it because > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: [VOTE] Release of DbUtils 1.3 RC3D'oh! Good catch...
Oliver Heger wrote: > I tried to build the sources on a JDK 1.5 and got the following errors: > > D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ > commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[216,53] cannot find > symbol > symbol : method copyOf(byte[],int) > location: class java.util.Arrays > > D:\data\projects\OpenSource\dbutils\commons-dbutils-1.3-src\src\java\org\apache\ > commons\dbutils\wrappers\SqlNullCheckedResultSet.java:[452,31] cannot find > symbol > symbol : method copyOf(byte[],int) > location: class java.util.Arrays > > The Arrays.copyOf() method was introduced in JDK 1.6. Shouldn't DbUtils 1.3 > be compatible with Java 1.5? > > Oliver > > Dan Fabulich schrieb: >> >> This release includes support for Java5 generics and varargs. >> >> For RC3 I fixed the CheckStyle and FindBugs errors, except for the "bad >> practice" bug of using getClass().getResourceAsStream(), which would >> probably require an API change. >> >> As noted in earlier RCs, I believe 1.3 to be a backwards compatible binary, >> but I'm still only 99% sure of this; clirr reports a bunch of compatibility >> errors that look like nonsense. I did run the compiled 1.2 tests against >> 1.3 and it looks OK. >> >> +1 from me! >> >> PS I, uh, accidentally overwrote 1.3 RC2 while uploading this version. You >> can still rebuild 1.3 RC2 from source if you need to see the binary diffs, >> but RC2 won't be officially released, so I don't think any real harm has >> been done. >> >> -- >> >> Tag: >> >> https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_3_RC3/ >> >> Site: >> >> http://people.apache.org/builds/commons/dbutils/1.3/RC3/site/index.html >> >> Binaries: >> >> http://people.apache.org/builds/commons/dbutils/1.3/RC3/staged/commons-dbutils/commons-dbutils/1.3/ >> >> [ ] +1 release it >> [ ] +0 go ahead I don't care >> [ ] -1 no, do not release it because >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@... >> For additional commands, e-mail: dev-help@... >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |