5.1.0.19 (Aug 15, 2015)
Juno 5.1.0.19 is a minor update in terms of core functionality.
But it introduces a
project for building REST microservices and docker containers.
Microservices
StringVarResolver
. RestResponse.getUnbufferedWriter()
method.
x-response-headers
parameter from working correctly.
org.apache.juneau.rest.labels
so that the order of the bean properties are consistent
on all JVMs. On IBM JVMs this is unnecessary because the order of the properties as defined in the class
are stored in the bytecode. Other JVMs such as OpenJRE do not implement this feature causing the bean
properties to be in random order.
ResourceDescription.ResourceDescription(RestRequest,String,String)
constructor.