Juno 5.0.0.4 is a minor update.
-
New
RestMethod @RestMethod annotation on RestServlet methods.
Allows the usage of URL pattern matching and automatic conversion of URL variables to arguments passed to method handlers.
See RestServlet for more information.
-
Enhancements to
BeanContext.convertToType(Object,Class)to be able to convert Strings to classes with
fromString(String)/valueOf(String) static methods or T(String) constructors.