Hello all,

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

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.
- A remote proxy API built on top of REST.
- A sophisticated INI config file API.
- A REST microservice API that combines all the features above for
creating lightweight standalone REST interfaces that start up in
milliseconds.

Latest updates include:
- New annotations for configuring serializers and parsers on REST
classes/methods.
- Several new default POJO swaps and support for Java 8 time classes.
- Config file imports.
- Path variables in REST resource paths.
- Role-based REST guards.
- Improved REST logging API.
- New MockRest API to simplify unit testing of REST interfaces.

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.0/overview-summary.html#8.1.0

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/

Reply via email to