Releases: Gmugra/net.cactusthorn.routing
Releases · Gmugra/net.cactusthorn.routing
Release v0.30
Release 0.30
- #26 : Add support for
javax.ws.rs.core.Application
. Part I. - #24 :
@Path
-annotation value encoding - #28 : Remove
RoutingConfig.applicationPath
method - #29 :
RoutingConfig.addResource
must validate parameter - #30 :
@Context
should supportjavax.ws.rs.ext.Providers
- #38 : Any
@HttpMethod
should by supported - #41 : Add implementation for
javax.ws.rs.container.ResourceInfo
Release v0.29
Release 0.29
- #7 :
net.cactusthorn.routing.Templated
refactoring - #13 : Implement
javax.ws.rs.ext.ExceptionMapper
support - #19 : Add support for
javax.ws.rs.core.GenericEntity
- #20 : Resource methods should support
javax.ws.rs.core.Form
- #23 : Localization support for messages
- #27 :
@Context
should supportjavax.ws.rs.core.UriInfo
Release v0.28
Release 0.28
@Context
RoutingConfig
- #14 : The parameter conversion comply with the JSR-339 specification
- Removed
@UserRoles
annotation; usesjavax.annotation.security.RolesAllowed
instead - #16 :
@DefaultValue
annotation improved - #18 :
@HeaderParam
supportList<T>
,Set<T>
andSortedSet<T>
- #15 :
@CookieParam
annotation improved - #9 : fully implemented
javax.ws.rs.core.UriBuilder
- #9 : fully implemented
javax.ws.rs.core.Link.Builder
- #6 : Build process is working with JDK 11
Release v0.27
Release 0.27
The library API changed, now it is JAX-RS implementation