Folks We need to release a fix for a fairly major bug. Can we focus on the release vote and only deal with release blockers for now? Non-release blockers can be dealt with in separate threads.
@Gary (*) Http benchmark module is not distributed as an official binary artifact. It is distributed 'as is' in source only. We do not publish its javadocs anywhere. Most probably the module is not even supposed to have javadocs. I would like to move micro-benchmarks from HttpCore and HttpClient to a separate module. I just never got around to doing it. (*) Generally patch releases (x.y.<release>) should have no API changes of what so ever. This is the reason why binary compatibility is checked against the latest feature release (x.<release>.0). This allows us to spot those changes by running clirr check in verbose mode. I personally would have no problem changing this practice and testing against the latest release from the same branch. (*) Clover plugin has always been very finicky for me. I suspect this is a compatibility issue with Maven 3. I personally still use Maven 2 for all official releases. Will probably move to Maven 3 for 4.3 series, though. @Sebastian I switched from RC1 to RC2 with 'svn sw' which caused only files mutated between those two revisions to get updated locally. The issue is that there should be no keywords in our source code. But I do not see this as a release blocker. Oleg On Tue, 2012-09-18 at 21:39 +0100, sebb wrote: > On 18 September 2012 21:01, Oleg Kalnichevski <[email protected]> wrote: > > Please vote on releasing these packages as HttpComponents Core 4.2.2. > > The vote is open for the at least 72 hours, and only votes from > > HttpComponents PMC members are binding. The vote passes if at least > > three binding +1 votes are cast and there are more +1 than -1 votes. > > > > Packages: > > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/ > > The file src/main/assembly/bin.xml contains the line: > > $HeadURL: > https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC1/src/main/assembly/bin.xml > $ > > Not sure how that can happen, unless the packages were created from a > partially updated workspace? > > > Release notes: > > http://people.apache.org/~olegk/httpcore-4.2.2-RC2/RELEASE_NOTES.txt > > > > Maven artefacts: > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-017/org/apache/httpcomponents/ > > > > SVN tag: > > https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.2.2-RC2/ > > > > -------------------------------------------------------------------------- > > Vote: HttpComponents Core 4.2.2 release > > [ ] +1 Release the packages as HttpComponents Core 4.2.2. > > [ ] -1 I am against releasing the packages (must include a reason). > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
