Skip to content

6.1.0.Final

Compare
Choose a tag to compare
@jamezp jamezp released this 02 Aug 23:32
· 1364 commits to main since this release
696c17b

Release Notes

Full release notes can be found on JIRA. For information about the release see the RESTEasy Blog

Sub-task

Feature Request

  • [RESTEASY-2326] - Support more authentication types for resteasy-vertx
  • [RESTEASY-2856] - Add support for some general authentication mechanisms
  • [RESTEASY-3146] - Add ability to use CDI with the SeBootstrap Undertow layer

Bug

  • [RESTEASY-3024] - Missing dependencies from the resteasy-bom
  • [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
  • [RESTEASY-3089] - ContainerResponseFilter will not allow null entities to be set
  • [RESTEASY-3096] - Resteasy new WebApplicationExceptions behavior
  • [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
  • [RESTEASY-3131] - Fix JSON Binding test for new version of Yasson
  • [RESTEASY-3142] - POST with OR WITHOUT a request payload
  • [RESTEASY-3149] - Fix inject method in InjectorFactoryImpl
  • [RESTEASY-3155] - Concurrency issues in ResteasyViolationException
  • [RESTEASY-3166] - Digest authentication tests may get the wrong nc value from the header
  • [RESTEASY-3173] - Invalid reporting of the client closing via the cleaner
  • [RESTEASY-3174] - Wrong resteasy.jackson.deserialization.whitelist keys definition in the documentation

Task

  • [RESTEASY-1925] - Jakarta RESTful Web Services 3.1 Development
  • [RESTEASY-2073] - JAXRS 2.2 SseBroadcaster close all registered SseEventSink
  • [RESTEASY-3137] - Remove dependency of ProxyInputStream
  • [RESTEASY-3138] - Remove dependency on commons-io
  • [RESTEASY-3148] - Clean up the resteasy-cdi module and extension
  • [RESTEASY-3162] - Do not inherit configurations for the galleon-feature-pack
  • [RESTEASY-3168] - Add tests for the Jakarta JSON Binding Provider

Component Upgrade

Enhancement

  • [RESTEASY-3054] - Replace usages of getParameterTypes().length with getParameterCount()
  • [RESTEASY-3090] - Add a ServiceLoader which can order order the results by priority
  • [RESTEASY-3094] - Extend support for the internal PriorityServiceLoader
  • [RESTEASY-3127] - Async IO for GZIPEncodingInterceptor
  • [RESTEASY-3135] - Remove usage of finalize() from RESTEasy client
  • [RESTEASY-3154] - performance improvement for ResteasyHttpHeaders