5.0.0.26 (Jun 5, 2013)
Juno 5.0.0.26 is a minor update.
-
FindBug fixes.
-
Changed the way child REST resources are defined.
Eliminated the @RestChild annotation on getter methods and replaced it with {@link oajr.annotation.RestResource#children() @RestResource(children)} defined on the resource class itself.
Child resource paths are specified through {@link oajr.annotation.RestResource#path() @RestResource(path)}.
-
New
ChildResourceDescriptions
bean for automatically generating the contents of router resource pages.
-
Changed
@RestMethod.pattern()
to {@link oajr.annotation.RestMethod#path() @RestMethod(path)} for naming consistency.