Skip to content

Release v0.28

Compare
Choose a tag to compare
@Gmugra Gmugra released this 21 Feb 09:48
· 129 commits to main since this release

Release 0.28

  1. @Context
    1. #5 : Context-annotation NOT support javax.servlet.http.HttpSession anymore
    2. #2 : Context-annotation support javax.ws.rs.core.HttpHeaders
    3. #3 : Context-annotation support javax.ws.rs.core.SecurityContext
    4. #3 : Context-annotation NOT support java.security.Principal anymore
  2. RoutingConfig
    1. #1 : RoutingConfig builder support javax.ws.rs.ext.ParamConverterProvider instead of custom Converter interface
    2. #11 : RoutingConfig -> setIOBufferSize
  3. #14 : The parameter conversion comply with the JSR-339 specification
  4. Removed @UserRoles annotation; uses javax.annotation.security.RolesAllowed instead
  5. #16 : @DefaultValue annotation improved
  6. #18 : @HeaderParam support List<T>, Set<T> and SortedSet<T>
  7. #15 : @CookieParam annotation improved
  8. #9 : fully implemented javax.ws.rs.core.UriBuilder
  9. #9 : fully implemented javax.ws.rs.core.Link.Builder
  10. #6 : Build process is working with JDK 11