On Thu, Sep 28, 2017 at 3:19 PM, Gary Gregory <[email protected]>
wrote:

>
>
> On Thu, Sep 28, 2017 at 3:18 PM, Oleg Kalnichevski <[email protected]>
> wrote:
>
>> On Thu, 2017-09-28 at 15:16 -0600, Gary Gregory wrote:
>> > On Thu, Sep 28, 2017 at 3:14 PM, Oleg Kalnichevski <[email protected]>
>> > wrote:
>> >
>> > > On Thu, 2017-09-28 at 15:07 -0600, Gary Gregory wrote:
>> > > > On Thu, Sep 28, 2017 at 3:05 PM, Oleg Kalnichevski <olegk@apache.
>> > > > org>
>> > > > wrote:
>> > > >
>> > > > > On Thu, 2017-09-28 at 14:54 -0600, Gary Gregory wrote:
>> > > > > > I just ran:
>> > > > > >
>> > > > > > gradlew -q -b release.gradle releaseDetails
>> > > > > >
>> > > > > > and got:
>> > > > > >
>> > > > > > Project directory
>> > > > > > C:\vcs\git\apache\httpcomponents\httpcomponents-
>> > > > > > core-4.4.x
>> > > > > > Git branch 4.4.x
>> > > > > > Release tag *4.4.7-RC1*-15-g774d9b1
>> > > > > >
>> > > > > > Apache HttpComponents Core 4.4.8-SNAPSHOT
>> > > > > > - module httpcore
>> > > > > > - module httpcore-nio
>> > > > > > - module httpcore-osgi
>> > > > > > - module httpcore-ab
>> > > > > >
>> > > > > > Why do I see "4.4.7-RC1-15-g774d9b1" and not a 4.4.8 RC1 tag?
>> > > > > >
>> > > > > > Thank you!
>> > > > > > Gary
>> > > > > >
>> > > > >
>> > > > > Something got messy in your local commit history
>> > > > >
>> > > > > I'll clean up the commit history and can create the RC tag for
>> > > > > you
>> > > > > if
>> > > > > you like.
>> > > > >
>> > > >
>> > > >
>> > > > Please do! What does "messy" means here?
>> > > >
>> > >
>> > > It is hard to tell for sure without seeing it but I suppose you
>> > > have
>> > > committed changes _after_ creating a RC tag.
>> > >
>> >
>> > Hm, I know I fixed these Checkstyle errors...
>> >
>>
>> Yes, you did. But the RC tag was still pointing at the previous commit.
>> Hence the 4.4.7-RC1-15-g774d9b1
>>
>
> I will now try to run:
>
> gradlew -b release.gradle -q cancelRC
>

Which gave me:

Unexpected version: 4.4.8-SNAPSHOT

How do I clean up this "4.4.7-RC1-15-g774d9b1" ?

Gary


> ...
>
> Gary
>
>
>>
>> Oleg
>>
>>
>> > Gary
>> >
>> >
>> > > Oleg
>> > >
>> > > > Thank you,
>> > > > Gary
>> > > >
>> > > >
>> > > > > Oleg
>> > > > >
>> > > > > >
>> > > > > > On Thu, Sep 28, 2017 at 2:33 PM, Oleg Kalnichevski <olegk@apa
>> > > > > > che.
>> > > > > > org>
>> > > > > > wrote:
>> > > > > >
>> > > > > > > On Thu, 2017-09-28 at 22:19 +0200, Philippe Mouawad wrote:
>> > > > > > > > Hi Gary,
>> > > > > > > > As you're doing the job, I have nothing to say.
>> > > > > > > > But IMHO, this is maybe too early.
>> > > > > > > >
>> > > > > > >
>> > > > > > > There is no harm in releasing often as long as we have a
>> > > > > > > release
>> > > > > > > manager willing to do the job.
>> > > > > > >
>> > > > > > > Cheers
>> > > > > > >
>> > > > > > > Oleg
>> > > > > > >
>> > > > > > >
>> > > > > > > > Regards
>> > > > > > > > Philippe
>> > > > > > > >
>> > > > > > > > On Thu, Sep 28, 2017 at 10:08 PM, Gary Gregory
>> > > > > > > > <garydgregory@
>> > > > > > > > gmai
>> > > > > > > > l.co
>> > > > > > > > m>
>> > > > > > > > wrote:
>> > > > > > > >
>> > > > > > > > > On Thu, Sep 28, 2017 at 2:03 PM, Philippe Mouawad <
>> > > > > > > > > [email protected]> wrote:
>> > > > > > > > >
>> > > > > > > > > > Hello Gary,
>> > > > > > > > > > Isn't it too early to release a 4.4.8 ?
>> > > > > > > > > >
>> > > > > > > > > > What are the new features compared to 4.4.7 ?
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > This is the current change log:
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > Changelog
>> > > > > > > > > -------------------
>> > > > > > > > >
>> > > > > > > > > * HTTPCORE-492: Make
>> > > > > > > > > org.apache.http.nio.protocol.ErrorResponseProducer
>> > > > > > > > > public.
>> > > > > > > > >   Contributed by Gary Gregory <ggregory at apache.org>
>> > > > > > > > >
>> > > > > > > > > * HTTPCORE-493: Make
>> > > > > > > > > org.apache.http.nio.protocol.HttpAsyncService.responseF
>> > > > > > > > > acto
>> > > > > > > > > ry
>> > > > > > > > > available to
>> > > > > > > > > subclasses.
>> > > > > > > > >   Contributed by Gary Gregory <ggregory at apache.org>
>> > > > > > > > >
>> > > > > > > > > * HTTPCORE-491 Make BasicAsyncRequest|ResponseConsumer
>> > > > > > > > > more
>> > > > > > > > > paranoid
>> > > > > > > > >   Contributed by Michael Heemskerk <mheemskerk@atlassia
>> > > > > > > > > n.co
>> > > > > > > > > m>
>> > > > > > > > >
>> > > > > > > > > * HTTPCORE-490: session requests do not get cancelled
>> > > > > > > > > correctly
>> > > > > > > > > if
>> > > > > > > > > the
>> > > > > > > > > associated HTTP response futures get cancelled
>> > > > > > > > >   Contributed by Oleg Kalnichevski <olegk at
>> > > > > > > > > apache.org>
>> > > > > > > > >
>> > > > > > > > > Specifically, I need the top two at work ASAP.
>> > > > > > > > >
>> > > > > > > > > Gary
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > > Thanks
>> > > > > > > > > >
>> > > > > > > > > > On Thu, Sep 28, 2017 at 10:00 PM, Gary Gregory
>> > > > > > > > > > <garydgregory@
>> > > > > > > > > > gmai
>> > > > > > > > > > l.com>
>> > > > > > > > > > wrote:
>> > > > > > > > > >
>> > > > > > > > > > > Hi All:
>> > > > > > > > > > >
>> > > > > > > > > > > I'd like to try my hand at releasing HttpCore 4.4.8
>> > > > > > > > > > > to
>> > > > > > > > > > > pick
>> > > > > > > > > > > up
>> > > > > > > > > > > changes
>> > > > > > > > >
>> > > > > > > > > I
>> > > > > > > > > > > need at work.
>> > > > > > > > > > >
>> > > > > > > > > > > I'll follow https://github.com/ok2c/httpcomponents-
>> > > > > > > > > > > rele
>> > > > > > > > > > > ase-
>> > > > > > > > > > > tool
>> > > > > > > > > > > s/wiki
>> > > > > > > > > >
>> > > > > > > > > > and
>> > > > > > > > > > > see what happens...
>> > > > > > > > > > >
>> > > > > > > > > > > Unless someone objects of course...
>> > > > > > > > > > >
>> > > > > > > > > > > Gary
>> > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > --
>> > > > > > > > > > Cordialement.
>> > > > > > > > > > Philippe Mouawad.
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > > ---------------------------------------------------------
>> > > > > > > ----
>> > > > > > > ----
>> > > > > > > ----
>> > > > > > > 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]
>> > >
>> > >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

Reply via email to