You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by James Bognar <ja...@apache.org> on 2018/03/09 21:08:27 UTC

[ANNOUNCEMENT] Apache Juneau 7.1.0 Released

Hello all,

The Apache Juneau team is proud to announce the release of Juneau 7.1.0!

Apache Juneau is...

   - A universal Java toolkit for marshalling POJOs to a wide variety of
   content types using a common framework with no external library
   dependencies.
   - A universal REST server API for creating Swagger-based
   self-documenting REST interfaces using POJOs, simply deployed as one or
   more top-level servlets in any Servlet 3.1.0+ container.
   - A universal REST client API for interacting with Juneau or 3rd-party
   REST interfaces using POJOs and proxy interfaces.
   - A REST microservice API that combines all the features above with a
   simple configurable Jetty server for creating lightweight standalone REST
   interfaces that start up in milliseconds.

This is the first major release of Apache Juneau since becoming a top-level
project under the Apache umbrella.
It includes significant across-the-board improvements to both the Core and
REST components.

The full list of changes can be found here:
http://juneau.apache.org/site/apidocs/overview-summary.html#7.1.0

A lot of work has been done in cleaning up and improving the documentation
and Javadocs throughout the code.
All documentation is now centrally located and can be found here:
http://juneau.apache.org/#documentation.html

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

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/