Skip to main content

Release 5.0.0.4

Date: Oct 7, 2012

Juno 5.0.0.4 is a minor update.

  • New @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.