[ANNOUNCEMENT] Apache Juneau 8.1.3 Released

2020-01-20 Thread James Bognar
Hello all,

The Apache Juneau team is proud to announce the release of Juneau 8.1.3.

Apache Juneau is...
 - A toolkit for marshalling POJOs to a variety of content types using
a common framework.
 - A REST server API for creating Swagger-based self-documenting REST
interfaces using POJOs.
 - A REST client API for interacting with REST interfaces using POJOs.

The latest updates include support for automatic REST statistics
gathering and dynamically applied annotations.

The release is available here (don't forget to verify the signatures):
http://juneau.apache.org/index.html#downloads.html

Release notes can be found here:
http://juneau.apache.org/site/apidocs-8.1.3/overview-summary.html#8.1.3

We welcome your help and feedback. For more information on the project
and how to get involved, visit the project website at
http://juneau.apache.org/


[ANNOUNCEMENT] HttpComponents Client 4.5.11 GA Released

2020-01-20 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 4.5.11 GA
release of HttpComponents HttpClient.

This is a maintenance release that fixes a number defects discovered
since 4.5.10 and upgrades HttpCore dependency to version 4.4.13.

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.

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.