7.2.1 (Oct 23, 2018)
This release contains mostly bug fixes. Code changes have been made to preserve binary backwards compatibility with 7.1.0.
@JsonSchema annotation has been merged with the {@link oaj.jsonschema.annotation.Schema @Schema} annotation.
ReaderResource and StreamResource classes have been moved to the org.apache.juneau.http
package in juneau-marshall. This allows them to be used as return types in remote REST interfaces.
juneau-svl package.
RemoteInterfaceServlet class has been renamed to {@link oajr.remote.RrpcServlet}.
@RestMethod (name="PROXY" ) has been changed to @RestMethod (name="RRPC" ).
RestClient.getRemoteInterface() method has been renamed to {@link oajrc.RestClient#getRrpcInterface(Class)}.
@RemoteMethod (path) values containing '/' characters were erroneously being encoded.