Release 5.0.0.4
Date: Oct 7, 2012
Juno 5.0.0.4 is a minor update.
-
New
@RestMethodannotation onRestServletmethods. Allows the usage of URL pattern matching and automatic conversion of URL variables to arguments passed to method handlers. SeeRestServletfor more information. -
Enhancements to
BeanContext.convertToType(Object,Class)to be able to convertStrings
to classes withfromString(String)
/valueOf(String)
static methods orT(String)
constructors.