Re: [ALL] release instructions warning

2013-04-22 Thread Henri Yandell
This fills me with foreboding for doing a release again someday :( On Mon, Apr 22, 2013 at 6:19 PM, Gary Gregory wrote: > To release Codec 1.8, I just tried following > https://commons.apache.org/releases/prepare.html > > In particular: > > "Before you close< > http://www.apache.org/dev/publishin

[ALL] release instructions warning

2013-04-22 Thread Gary Gregory
To release Codec 1.8, I just tried following https://commons.apache.org/releases/prepare.html In particular: "Before you closethe staging repository you must remove the tarballs/zips together with their PGP signatures and che

[continuum] BUILD FAILURE: Apache Commons - Commons IO -

2013-04-22 Thread Continuum@vmbuild
Build using Java 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: vmbuild X-Continuum-Project-Id: 83 X-Continuum-Project-Name: Commons IO Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildI

[RESULT][VOTE] Release Commons Codec 1.8-RC4

2013-04-22 Thread Gary Gregory
The VOTE to release Commons Codec 1.8-RC4 passes with the following votes: +1 Oliver Heger PMC +1 Thomas Neidhart PMC +1 Bruno Kinoshita (non-binding) +1 Gary Gregory PMC +1 Jörg Schaible PMC Only PMC votes are binding. See http://people.apache.org/committers-by-project.html#commons-pmc Gary Gr

Re: [VOTE] Release Commons Codec 1.8-RC4

2013-04-22 Thread Gary Gregory
My +1. Gary On Fri, Apr 19, 2013 at 12:56 PM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons Codec 1.8-RC4. > > Commons Codec 1.8 requires a minimum of Java 1.6 > > Changes from 1.8-RC3 are: > > Add pmd.xml to source distribution to build the site. > > Changes from 1.8-

Re: [VOTE] Release Commons Codec 1.8-RC4

2013-04-22 Thread Jörg Schaible
Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons Codec 1.8-RC4. > > Commons Codec 1.8 requires a minimum of Java 1.6 > > Changes from 1.8-RC3 are: > > Add pmd.xml to source distribution to build the site. > > Changes from 1.8-RC2 are: > > Clarify NOTICE.txt > > Changes

Re: [VOTE] Release Commons Codec 1.8-RC4

2013-04-22 Thread Thomas Neidhart
On 04/19/2013 06:56 PM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons Codec 1.8-RC4. > > Commons Codec 1.8 requires a minimum of Java 1.6 > > Changes from 1.8-RC3 are: > > Add pmd.xml to source distribution to build the site. > > Changes from 1.8-RC2 are: > > Clarify

Re: [VOTE] Release Commons Codec 1.8-RC4

2013-04-22 Thread Gary Gregory
Would anyone else care to check the RC and VOTE? Thank you, Gary On Fri, Apr 19, 2013 at 12:56 PM, Gary Gregory wrote: > Hello All: > > This is a VOTE to release Commons Codec 1.8-RC4. > > Commons Codec 1.8 requires a minimum of Java 1.6 > > Changes from 1.8-RC3 are: > > Add pmd.xml to source

Re: [IO] CharSequenceInputStream - strange code

2013-04-22 Thread Gary Gregory
I looked at this a couple of month ago and found it equally confusing. Gary On Mon, Apr 22, 2013 at 12:14 PM, sebb wrote: > I'm trying to fix IO-356, and having problems. > > I think this is because the code is a bit confused. > > The read() method reads bytes from the encoded byte buffer. > >

[IO] CharSequenceInputStream - strange code

2013-04-22 Thread sebb
I'm trying to fix IO-356, and having problems. I think this is because the code is a bit confused. The read() method reads bytes from the encoded byte buffer. However skip(int) skips the underlying CharBuf, and available() checks the CharBuf I would expect read() and skip(1) to have the same ef

Re: [io] readying release?

2013-04-22 Thread Henri Yandell
On Mon, Apr 22, 2013 at 2:33 AM, sebb wrote: > On 22 April 2013 03:41, Henri Yandell wrote: > > > On Sun, Apr 21, 2013 at 5:27 AM, sebb wrote: > > > > > On 21 April 2013 05:44, Henri Yandell wrote: > > > > > > > > > Proposed fix: https://issues.apache.org/jira/browse/IO-295 > > > > > > > > > >

Re: [io] readying release?

2013-04-22 Thread sebb
On 22 April 2013 03:41, Henri Yandell wrote: > On Sun, Apr 21, 2013 at 5:27 AM, sebb wrote: > > > On 21 April 2013 05:44, Henri Yandell wrote: > > > > > > Proposed fix: https://issues.apache.org/jira/browse/IO-295 > > > > > > > > I did wonder about using Reflection to solve the issue for Java 7