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 {@del @RestResource(children)} defined on the resource class itself.
Child resource paths are specified through {@del @RestResource(path)}.
-
New {@del ChildResourceDescriptions} bean for automatically generating the contents of router resource pages.
-
Changed @RestMethod.pattern() to {@del oajr.annotation.RestMethod#path() @RestMethod(path)} for naming consistency.