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