Releases: resteasy/resteasy
Releases · resteasy/resteasy
6.1.0.Beta1
Release Notes
Sub-task
- [RESTEASY-3101] - Upgrade Jakarta Mail from 2.0 to 2.1
- [RESTEASY-3102] - Upgrade Jakarta Activation from 2.0 to 2.1
- [RESTEASY-3103] - Upgrade Jakarta JSON Processing from 2.0 to 2.1
- [RESTEASY-3104] - Upgrade Jakarta JSON Binding from 2.0 to 3.0
- [RESTEASY-3105] - Upgrade Jakarta Annotations from 2.0 to 2.1
Bug
- [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
- [RESTEASY-3120] - VertxClientEngineTest hangs occasionally on CI
- [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
Component Upgrade
- [RESTEASY-3119] - Upgrade CDI to 4.0.0-RC5 and Weld to 5.0.CR2
6.0.1.Final
Release Notes
Bug
- [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
- [RESTEASY-3120] - VertxClientEngineTest hangs occasionally on CI
- [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
Component Upgrade
- [RESTEASY-3117] - Upgrade Jackson to 2.12.6 and jackason-databind to 2.12.6.1
5.0.3.Final
Release Notes
Bug
- [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
- [RESTEASY-3120] - VertxClientEngineTest hangs occasionally on CI
- [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
Component Upgrade
- [RESTEASY-3117] - Upgrade Jackson to 2.12.6 and jackason-databind to 2.12.6.1
4.7.6.Final
Release Notes
Bug
- [RESTEASY-3071] - Concurrent calls causes the server to hang during async response write
- [RESTEASY-3120] - VertxClientEngineTest hangs occasionally on CI
- [RESTEASY-3121] - VertxClientHttpEngine may not complete the future if an error occurs
Task
- [RESTEASY-3082] - Updated CI for RESTEasy to test with Java SE 17
Component Upgrade
- [RESTEASY-3116] - Upgrade Spring to 5.3.18
- [RESTEASY-3117] - Upgrade Jackson to 2.12.6 and jackason-databind to 2.12.6.1
6.1.0.Alpha1
Release Notes
Sub-task
- [RESTEASY-1926] - Jakarta REST SE Bootstrap API
- [RESTEASY-3074] - Require a minimum of Java 11 for the runtime
- [RESTEASY-3075] - Add support for EntityPart
- [RESTEASY-3076] - Ensure the expected services are loaded by default
- [RESTEASY-3077] - Allow arrays to be injected for specific fields
- [RESTEASY-3078] - Support the new hasProperty(String) method
- [RESTEASY-3079] - Add support for inject some context types
- [RESTEASY-3080] - Ensure RESTEasy supports the correct resolution for media type
- [RESTEASY-3081] - Constructors for Cookie and NewCookie have been deprecated, migrate to using the builders
- [RESTEASY-3084] - Upgrade Jakarta RESTful Web Services Specification to 3.1
- [RESTEASY-3095] - Add TCK tests to the testsuite
- [RESTEASY-3097] - Add the newly required default ExceptionMapper
Feature Request
- [RESTEASY-2856] - Add support for some general authentication mechanisms
Task
- [RESTEASY-3099] - Fix test suite to work with CDI 4.0
- [RESTEASY-3112] - Migrate to temporarily using the 3.1.0.RC1-jbossorg-1 fork of the Jakarta REST API
Component Upgrade
- [RESTEASY-3083] - Upgrade testing with WildFly 26.0.1.Final
- [RESTEASY-3093] - Upgrade Undertow to 2.2.14
- [RESTEASY-3117] - Upgrade Jackson to 2.12.6 and jackason-databind to 2.12.6.1
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
6.0.0.Final
Release Notes
Bug
- [RESTEASY-2891] - The resteasy-json-binding-provider requires Yasson at runtime
- [RESTEASY-3033] - Deadlock while sending sse events when first event is not yet send
- [RESTEASY-3043] - Resteasy SseEventSink can't guarantee the event ordering
- [RESTEASY-3044] - SSE first message comes in second
- [RESTEASY-3045] - SSE loses last message when sink is closed after message delivery
- [RESTEASY-3046] - ProviderHelper's writeTo stalls due to DeferredOutstream flush (on Tomcat)
- [RESTEASY-3049] - The StreamingOutputTest seems to periodically hang on CI runs
- [RESTEASY-3051] - SseEventSource should respect alwaysConnect after the SseEventSink is closed
- [RESTEASY-3052] - StreamingOutputTest hangs on CI intermittently
- [RESTEASY-3053] - The new SseEventSinkTest.deadlockAtInitialization fails intermittently
- [RESTEASY-3069] - MultipartRelatedOutput with StreamingOutput parts throws java.lang.ClassCastException: class org.jboss.resteasy.plugins.providers.StreamingOutputProvider cannot be cast to class org.jboss.resteasy.spi.AsyncMessageBodyWriter
- [RESTEASY-3072] - UT010005: Cannot call getOutputStream(), getWriter() already called
- [RESTEASY-3073] - RESTEasy service loader file parser doesn't account for comments
Task
- [RESTEASY-3007] - Migrate to Jakarta REST 3.0
- [RESTEASY-3057] - Add a module dependency to Xerces
- [RESTEASY-3060] - Some documentation still shows javax based examples
- [RESTEASY-3061] - Update "JSON Support via Jackson" documentation section
- [RESTEASY-3063] - Fix misleading and inaccurate stmt in "3.2. Deploying a RESTEasy application to WildFly"
- [RESTEASY-3065] - Remove dependency on log4j from tests
Component Upgrade
- [RESTEASY-3048] - Upgrade Guava to 31.0.1-jre
- [RESTEASY-3067] - Upgrade BouncyCastle from 1.69 to 1.70
- [RESTEASY-3068] - Upgrade Jetty to 11.0.7
5.0.2.FInal
Release Notes
Bug
- [RESTEASY-3069] - MultipartRelatedOutput with StreamingOutput parts throws java.lang.ClassCastException: class org.jboss.resteasy.plugins.providers.StreamingOutputProvider cannot be cast to class org.jboss.resteasy.spi.AsyncMessageBodyWriter
- [RESTEASY-3072] - UT010005: Cannot call getOutputStream(), getWriter() already called
- [RESTEASY-3073] - RESTEasy service loader file parser doesn't account for comments
4.7.5.Final
Release Notes
Bug
- [RESTEASY-3069] - MultipartRelatedOutput with StreamingOutput parts throws java.lang.ClassCastException: class org.jboss.resteasy.plugins.providers.StreamingOutputProvider cannot be cast to class org.jboss.resteasy.spi.AsyncMessageBodyWriter
- [RESTEASY-3072] - UT010005: Cannot call getOutputStream(), getWriter() already called
- [RESTEASY-3073] - RESTEasy service loader file parser doesn't account for comments
RESTEasy 6.0.0.Beta1
Release Notes
Bug
- [RESTEASY-2891] - The resteasy-json-binding-provider requires Yasson at runtime
- [RESTEASY-3033] - Deadlock while sending sse events when first event is not yet send
- [RESTEASY-3043] - Resteasy SseEventSink can't guarantee the event ordering
- [RESTEASY-3044] - SSE first message comes in second
- [RESTEASY-3045] - SSE loses last message when sink is closed after message delivery
- [RESTEASY-3046] - ProviderHelper's writeTo stalls due to DeferredOutstream flush (on Tomcat)
- [RESTEASY-3049] - The StreamingOutputTest seems to periodically hang on CI runs
- [RESTEASY-3051] - SseEventSource should respect alwaysConnect after the SseEventSink is closed
- [RESTEASY-3053] - The new SseEventSinkTest.deadlockAtInitialization fails intermittently
Task
- [RESTEASY-3007] - Migrate to Jakarta REST 3.0
- [RESTEASY-3057] - Add a module dependency to Xerces
RESTEasy 5.0.1.Final
Release Notes
Bug
- [RESTEASY-2891] - The resteasy-json-binding-provider requires Yasson at runtime
- [RESTEASY-3033] - Deadlock while sending sse events when first event is not yet send
- [RESTEASY-3043] - Resteasy SseEventSink can't guarantee the event ordering
- [RESTEASY-3044] - SSE first message comes in second
- [RESTEASY-3045] - SSE loses last message when sink is closed after message delivery
- [RESTEASY-3046] - ProviderHelper's writeTo stalls due to DeferredOutstream flush (on Tomcat)
- [RESTEASY-3049] - The StreamingOutputTest seems to periodically hang on CI runs
- [RESTEASY-3051] - SseEventSource should respect alwaysConnect after the SseEventSink is closed
- [RESTEASY-3053] - The new SseEventSinkTest.deadlockAtInitialization fails intermittently
Task
- [RESTEASY-3057] - Add a module dependency to Xerces