Juno 5.1.0.4 is a minor update.
- New
RestServlet.getPath() method.
- New SerializerContext.getJavaMethod() and ParserContext.getJavaMethod()
to allow access to REST methods that invoked the serializers or parsers.
For example, can be used to access additional annotations on REST methods to perform special handing
during serialization or parsing.
- Better behavior on overriding of filters in BeanContext.addTransforms(Class[]).
Previously, adding multiple conflicting filters resulted in random behavior.
Now filters are overridden when multiple matching filters are applied.
- Allow
HtmlDocSerializerContextproperties to be set via Serializer.setProperty(String,Object).
Previously, these could only be defined through override properties (e.g. through REST class and method annotations).
- Fixed memory leak in XML parser.