[xwiki-devs] Fwd: [ANNOUNCEMENT] Apache Juneau 7.1.0 Released
First time I’m hearing about this library. Could be useful for us in some places. See http://juneau.apache.org/#documentation.html <http://juneau.apache.org/#documentation.html> Seems pretty feature rich. • A universal toolkit for marshalling POJOs to a wide variety of content types using a common framework. • 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 or above container. • A universal REST client API for interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy interfaces. … Serializers and parsers for: • JSON • XML • HTML • UON • URL-Encoding • MessagePack • SOAP/XML • CSV • BSON (coming soon) • YAML (coming soon) • Protobuf (coming soon) Serializers and parsers for: • RDF/XML • RDF/XML-Abbrev • N-Triple • Turtle • N3 Anyone heard about it? Thanks -Vincent
Begin forwarded message:
From: James Bognar <[email protected]> Subject: [ANNOUNCEMENT] Apache Juneau 7.1.0 Released Date: 9 March 2018 at 22:08:27 CET To: [email protected], [email protected]
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 <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 <http://juneau.apache.org/#documentation.html>
The release is available here (don't forget to verify the signatures): http://juneau.apache.org/#downloads.html <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/ <http://juneau.apache.org/>
participants (1)
-
Vincent Massol