Releases
v0.28
Gmugra
released this
21 Feb 09:48
Release 0.28
@Context
#5 : Context-annotation NOT support javax.servlet.http.HttpSession
anymore
#2 : Context-annotation support javax.ws.rs.core.HttpHeaders
#3 : Context-annotation support javax.ws.rs.core.SecurityContext
#3 : Context-annotation NOT support java.security.Principal
anymore
RoutingConfig
#1 : RoutingConfig builder support javax.ws.rs.ext.ParamConverterProvider
instead of custom Converter interface
#11 : RoutingConfig -> setIOBufferSize
#14 : The parameter conversion comply with the JSR-339 specification
Removed @UserRoles
annotation; uses javax.annotation.security.RolesAllowed
instead
#16 : @DefaultValue
annotation improved
#18 : @HeaderParam
support List<T>
, Set<T>
and SortedSet<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
You can’t perform that action at this time.