Release 5.1.0.9
Date: Dec 1, 2014
Juno 5.1.0.9 is a major update.
There weren't very many code changes but the source has been made a part of Jazz Foundation. This required some restructuring of the project. The project on Jazz Hub will eventually be discontinued. However, the libraries on IBM Community Source will continue to be updated regularly.
-
Project split up into 3 separate bundles:
org.apache.juneau- Core serializers and parsers.org.apache.juneau.rest- REST server component.org.apache.juneau.rest.client- REST client component.
-
Code changes to facilitate breaking up bundles:
org.apache.juneau.rest.labels.Linkclass moved toLink.- References to
org.apache.juneau.rest.RestExceptionin Encoder class changed toIOException.
-
Changed configuration names for consistency with Jazz Framework.
-
RestClient.execute(HttpUriRequest)method that allows subclasses to handle their own HTTP request execution. -
Changes in
JazzRestClientto handle introduction of SSO support in v6. -
&plainTextdebug feature was broken. -
Removed double-buffering in
RestRequest. -
Metadata cleanup, Find Bug fixes.
Share feedback or follow-up questions for this page directly through GitHub.