Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Brian Fox
There were some network issues messing up the sync. It's still being worked
on, but typically they would appear on Central within hours.

On Fri, Jan 25, 2019 at 8:31 AM Gary Gregory  wrote:

> It can take up to a few hours for MC to pick up new releases, sometimes
> many hours. We publish to the Apache repo, not MC.
>
> Gary
>
> On Fri, Jan 25, 2019 at 7:50 AM Oleg Kalnichevski 
> wrote:
>
> > On Fri, 2019-01-25 at 13:03 +0100, Tamás Cservenák wrote:
> > > Yup, it seems Central does not have it, staging repo on RAO is not
> > > released
> > > yet?
> > >
> >
> >
> > Artifacts have been released.
> >
> >
> >
> https://repository.apache.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.7/
> >
> > Why they did not get picked by Maven Central I have no idea.
> >
> > Oleg
> >
> > > Thanks
> > > Tamas
> > >
> > > On Fri, Jan 25, 2019 at 12:22 PM Philippe Mouawad <
> > > philippe.moua...@gmail.com> wrote:
> > >
> > > > Thanks for this release.
> > > >
> > > > It appears 4.5.7 artifact was not published on Maven.
> > > >
> > > > Regards
> > > >
> > > > On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski <
> > > > ol...@apache.org>
> > > > wrote:
> > > >
> > > > > The Apache HttpComponents project is pleased to announce 4.5.7 GA
> > > > > release of HttpComponents HttpClient.
> > > > >
> > > > > This is a maintenance release that corrects Automatic-Module-Name
> > > > > definitions added in the previous release and fixes a number of
> > > > > minor
> > > > > defects discovered since 4.5.6.
> > > > >
> > > > > Download - 
> > > > > Release notes -
> > > > > <
> > > > >
> > https://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4
> > > > > .
> > > > > 5.x.txt>
> > > > > HttpComponents site - 
> > > > >
> > > > > About HttpComponents HttpClient
> > > > >
> > > > > The Hyper-Text Transfer Protocol (HTTP) is perhaps the most
> > > > > significant
> > > > > protocol used on the Internet today. Web services, network-
> > > > > enabled
> > > > > appliances and the growth of network computing continue to expand
> > > > > the
> > > > > role of the HTTP protocol beyond user-driven web browsers, while
> > > > > increasing the number of applications that require HTTP support.
> > > > >
> > > > > Although the java.net package provides basic functionality for
> > > > > accessing resources via HTTP, it doesn't provide the full
> > > > > flexibility
> > > > > or functionality needed by many applications. HttpClient seeks to
> > > > > fill
> > > > > this void by providing an efficient, up-to-date, and feature-rich
> > > > > package implementing the client side of the most recent HTTP
> > > > > standards
> > > > > and recommendations.
> > > > >
> > > > > Designed for extension while providing robust support for the
> > > > > base HTTP
> > > > > protocol, HttpClient may be of interest to anyone building HTTP-
> > > > > aware
> > > > > client applications such as web browsers, web service clients, or
> > > > > systems that leverage or extend the HTTP protocol for distributed
> > > > > communication.
> > > > >
> > > > >
> > > > >
> > > > > ---
> > > > > --
> > > > > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> > > > > For additional commands, e-mail: dev-h...@hc.apache.org
> > > > >
> > > > >
> > > >
> > > > --
> > > > Cordialement.
> > > > Philippe Mouawad.
> > > >
> >
> >
> > -
> > To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
> > For additional commands, e-mail: httpclient-users-h...@hc.apache.org
> >
> >
>


Re: Release HTTP Client 4.5.7 not available on maven repository

2019-01-25 Thread Brian Fox
Looking into it

On Fri, Jan 25, 2019 at 6:29 AM Philippe Mouawad 
wrote:

> Hello,
> Thanks for the release 4.5.7.
>
> There seem to be an issue with publication to Maven Central, it is not
> available:
>
>- https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/
>
>
> Regards
>


Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Gary Gregory
And yes, thank you Oleg for pushing through another release.

Gary

On Fri, Jan 25, 2019 at 8:30 AM Gary Gregory  wrote:

> It can take up to a few hours for MC to pick up new releases, sometimes
> many hours. We publish to the Apache repo, not MC.
>
> Gary
>
> On Fri, Jan 25, 2019 at 7:50 AM Oleg Kalnichevski 
> wrote:
>
>> On Fri, 2019-01-25 at 13:03 +0100, Tamás Cservenák wrote:
>> > Yup, it seems Central does not have it, staging repo on RAO is not
>> > released
>> > yet?
>> >
>>
>>
>> Artifacts have been released.
>>
>>
>> https://repository.apache.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.7/
>>
>> Why they did not get picked by Maven Central I have no idea.
>>
>> Oleg
>>
>> > Thanks
>> > Tamas
>> >
>> > On Fri, Jan 25, 2019 at 12:22 PM Philippe Mouawad <
>> > philippe.moua...@gmail.com> wrote:
>> >
>> > > Thanks for this release.
>> > >
>> > > It appears 4.5.7 artifact was not published on Maven.
>> > >
>> > > Regards
>> > >
>> > > On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski <
>> > > ol...@apache.org>
>> > > wrote:
>> > >
>> > > > The Apache HttpComponents project is pleased to announce 4.5.7 GA
>> > > > release of HttpComponents HttpClient.
>> > > >
>> > > > This is a maintenance release that corrects Automatic-Module-Name
>> > > > definitions added in the previous release and fixes a number of
>> > > > minor
>> > > > defects discovered since 4.5.6.
>> > > >
>> > > > Download - 
>> > > > Release notes -
>> > > > <
>> > > >
>> https://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4
>> > > > .
>> > > > 5.x.txt>
>> > > > HttpComponents site - 
>> > > >
>> > > > About HttpComponents HttpClient
>> > > >
>> > > > The Hyper-Text Transfer Protocol (HTTP) is perhaps the most
>> > > > significant
>> > > > protocol used on the Internet today. Web services, network-
>> > > > enabled
>> > > > appliances and the growth of network computing continue to expand
>> > > > the
>> > > > role of the HTTP protocol beyond user-driven web browsers, while
>> > > > increasing the number of applications that require HTTP support.
>> > > >
>> > > > Although the java.net package provides basic functionality for
>> > > > accessing resources via HTTP, it doesn't provide the full
>> > > > flexibility
>> > > > or functionality needed by many applications. HttpClient seeks to
>> > > > fill
>> > > > this void by providing an efficient, up-to-date, and feature-rich
>> > > > package implementing the client side of the most recent HTTP
>> > > > standards
>> > > > and recommendations.
>> > > >
>> > > > Designed for extension while providing robust support for the
>> > > > base HTTP
>> > > > protocol, HttpClient may be of interest to anyone building HTTP-
>> > > > aware
>> > > > client applications such as web browsers, web service clients, or
>> > > > systems that leverage or extend the HTTP protocol for distributed
>> > > > communication.
>> > > >
>> > > >
>> > > >
>> > > > ---
>> > > > --
>> > > > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
>> > > > For additional commands, e-mail: dev-h...@hc.apache.org
>> > > >
>> > > >
>> > >
>> > > --
>> > > Cordialement.
>> > > Philippe Mouawad.
>> > >
>>
>>
>> -
>> To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
>> For additional commands, e-mail: httpclient-users-h...@hc.apache.org
>>
>>


Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Gary Gregory
It can take up to a few hours for MC to pick up new releases, sometimes
many hours. We publish to the Apache repo, not MC.

Gary

On Fri, Jan 25, 2019 at 7:50 AM Oleg Kalnichevski  wrote:

> On Fri, 2019-01-25 at 13:03 +0100, Tamás Cservenák wrote:
> > Yup, it seems Central does not have it, staging repo on RAO is not
> > released
> > yet?
> >
>
>
> Artifacts have been released.
>
>
> https://repository.apache.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.7/
>
> Why they did not get picked by Maven Central I have no idea.
>
> Oleg
>
> > Thanks
> > Tamas
> >
> > On Fri, Jan 25, 2019 at 12:22 PM Philippe Mouawad <
> > philippe.moua...@gmail.com> wrote:
> >
> > > Thanks for this release.
> > >
> > > It appears 4.5.7 artifact was not published on Maven.
> > >
> > > Regards
> > >
> > > On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski <
> > > ol...@apache.org>
> > > wrote:
> > >
> > > > The Apache HttpComponents project is pleased to announce 4.5.7 GA
> > > > release of HttpComponents HttpClient.
> > > >
> > > > This is a maintenance release that corrects Automatic-Module-Name
> > > > definitions added in the previous release and fixes a number of
> > > > minor
> > > > defects discovered since 4.5.6.
> > > >
> > > > Download - 
> > > > Release notes -
> > > > <
> > > >
> https://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4
> > > > .
> > > > 5.x.txt>
> > > > HttpComponents site - 
> > > >
> > > > About HttpComponents HttpClient
> > > >
> > > > The Hyper-Text Transfer Protocol (HTTP) is perhaps the most
> > > > significant
> > > > protocol used on the Internet today. Web services, network-
> > > > enabled
> > > > appliances and the growth of network computing continue to expand
> > > > the
> > > > role of the HTTP protocol beyond user-driven web browsers, while
> > > > increasing the number of applications that require HTTP support.
> > > >
> > > > Although the java.net package provides basic functionality for
> > > > accessing resources via HTTP, it doesn't provide the full
> > > > flexibility
> > > > or functionality needed by many applications. HttpClient seeks to
> > > > fill
> > > > this void by providing an efficient, up-to-date, and feature-rich
> > > > package implementing the client side of the most recent HTTP
> > > > standards
> > > > and recommendations.
> > > >
> > > > Designed for extension while providing robust support for the
> > > > base HTTP
> > > > protocol, HttpClient may be of interest to anyone building HTTP-
> > > > aware
> > > > client applications such as web browsers, web service clients, or
> > > > systems that leverage or extend the HTTP protocol for distributed
> > > > communication.
> > > >
> > > >
> > > >
> > > > ---
> > > > --
> > > > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> > > > For additional commands, e-mail: dev-h...@hc.apache.org
> > > >
> > > >
> > >
> > > --
> > > Cordialement.
> > > Philippe Mouawad.
> > >
>
>
> -
> To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
> For additional commands, e-mail: httpclient-users-h...@hc.apache.org
>
>


Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Oleg Kalnichevski
On Fri, 2019-01-25 at 13:03 +0100, Tamás Cservenák wrote:
> Yup, it seems Central does not have it, staging repo on RAO is not
> released
> yet?
> 


Artifacts have been released.

https://repository.apache.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.7/

Why they did not get picked by Maven Central I have no idea.

Oleg

> Thanks
> Tamas
> 
> On Fri, Jan 25, 2019 at 12:22 PM Philippe Mouawad <
> philippe.moua...@gmail.com> wrote:
> 
> > Thanks for this release.
> > 
> > It appears 4.5.7 artifact was not published on Maven.
> > 
> > Regards
> > 
> > On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski <
> > ol...@apache.org>
> > wrote:
> > 
> > > The Apache HttpComponents project is pleased to announce 4.5.7 GA
> > > release of HttpComponents HttpClient.
> > > 
> > > This is a maintenance release that corrects Automatic-Module-Name
> > > definitions added in the previous release and fixes a number of
> > > minor
> > > defects discovered since 4.5.6.
> > > 
> > > Download - 
> > > Release notes -
> > > <
> > > https://www.apache.org/dist/httpcomponents/httpclient/RELEASE_NOTES-4
> > > .
> > > 5.x.txt>
> > > HttpComponents site - 
> > > 
> > > About HttpComponents HttpClient
> > > 
> > > The Hyper-Text Transfer Protocol (HTTP) is perhaps the most
> > > significant
> > > protocol used on the Internet today. Web services, network-
> > > enabled
> > > appliances and the growth of network computing continue to expand
> > > the
> > > role of the HTTP protocol beyond user-driven web browsers, while
> > > increasing the number of applications that require HTTP support.
> > > 
> > > Although the java.net package provides basic functionality for
> > > accessing resources via HTTP, it doesn't provide the full
> > > flexibility
> > > or functionality needed by many applications. HttpClient seeks to
> > > fill
> > > this void by providing an efficient, up-to-date, and feature-rich
> > > package implementing the client side of the most recent HTTP
> > > standards
> > > and recommendations.
> > > 
> > > Designed for extension while providing robust support for the
> > > base HTTP
> > > protocol, HttpClient may be of interest to anyone building HTTP-
> > > aware
> > > client applications such as web browsers, web service clients, or
> > > systems that leverage or extend the HTTP protocol for distributed
> > > communication.
> > > 
> > > 
> > > 
> > > ---
> > > --
> > > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> > > For additional commands, e-mail: dev-h...@hc.apache.org
> > > 
> > > 
> > 
> > --
> > Cordialement.
> > Philippe Mouawad.
> > 


-
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org



Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Tamás Cservenák
Yup, it seems Central does not have it, staging repo on RAO is not released
yet?

Thanks
Tamas

On Fri, Jan 25, 2019 at 12:22 PM Philippe Mouawad <
philippe.moua...@gmail.com> wrote:

> Thanks for this release.
>
> It appears 4.5.7 artifact was not published on Maven.
>
> Regards
>
> On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski 
> wrote:
>
> > The Apache HttpComponents project is pleased to announce 4.5.7 GA
> > release of HttpComponents HttpClient.
> >
> > This is a maintenance release that corrects Automatic-Module-Name
> > definitions added in the previous release and fixes a number of minor
> > defects discovered since 4.5.6.
> >
> > Download - 
> > Release notes -
> >  > 5.x.txt>
> > HttpComponents site - 
> >
> > About HttpComponents HttpClient
> >
> > The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
> > protocol used on the Internet today. Web services, network-enabled
> > appliances and the growth of network computing continue to expand the
> > role of the HTTP protocol beyond user-driven web browsers, while
> > increasing the number of applications that require HTTP support.
> >
> > Although the java.net package provides basic functionality for
> > accessing resources via HTTP, it doesn't provide the full flexibility
> > or functionality needed by many applications. HttpClient seeks to fill
> > this void by providing an efficient, up-to-date, and feature-rich
> > package implementing the client side of the most recent HTTP standards
> > and recommendations.
> >
> > Designed for extension while providing robust support for the base HTTP
> > protocol, HttpClient may be of interest to anyone building HTTP-aware
> > client applications such as web browsers, web service clients, or
> > systems that leverage or extend the HTTP protocol for distributed
> > communication.
> >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> > For additional commands, e-mail: dev-h...@hc.apache.org
> >
> >
>
> --
> Cordialement.
> Philippe Mouawad.
>


Release HTTP Client 4.5.7 not available on maven repository

2019-01-25 Thread Philippe Mouawad
Hello,
Thanks for the release 4.5.7.

There seem to be an issue with publication to Maven Central, it is not
available:

   - https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/


Regards


Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Philippe Mouawad
Thanks for this release.

It appears 4.5.7 artifact was not published on Maven.

Regards

On Thu, Jan 24, 2019 at 10:34 PM Oleg Kalnichevski  wrote:

> The Apache HttpComponents project is pleased to announce 4.5.7 GA
> release of HttpComponents HttpClient.
>
> This is a maintenance release that corrects Automatic-Module-Name
> definitions added in the previous release and fixes a number of minor
> defects discovered since 4.5.6.
>
> Download - 
> Release notes -
>  5.x.txt>
> HttpComponents site - 
>
> About HttpComponents HttpClient
>
> The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant
> protocol used on the Internet today. Web services, network-enabled
> appliances and the growth of network computing continue to expand the
> role of the HTTP protocol beyond user-driven web browsers, while
> increasing the number of applications that require HTTP support.
>
> Although the java.net package provides basic functionality for
> accessing resources via HTTP, it doesn't provide the full flexibility
> or functionality needed by many applications. HttpClient seeks to fill
> this void by providing an efficient, up-to-date, and feature-rich
> package implementing the client side of the most recent HTTP standards
> and recommendations.
>
> Designed for extension while providing robust support for the base HTTP
> protocol, HttpClient may be of interest to anyone building HTTP-aware
> client applications such as web browsers, web service clients, or
> systems that leverage or extend the HTTP protocol for distributed
> communication.
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> For additional commands, e-mail: dev-h...@hc.apache.org
>
>

-- 
Cordialement.
Philippe Mouawad.