-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
Info
Tag: https://github.com/resteasy/resteasy/releases/tag/6.2.2.Final
Diff: https://github.com/resteasy/resteasy/compare/6.2.1.Final...6.2.2.Final
Tasks
Changes are required to module.xml files. The org.jboss.resteasy.resteasy-core-spi needs the following added:
<!-- If present, this loads a different ConfigurationFactory to use the MP Config API for configuration
properties.
-->
<module name="org.jboss.resteasy.microprofile.config" services="import" optional="true"/>
Then the MP dependencies can be removed from org.jboss.resteasy.resteasy-core. This is due to RESTEASY-3247.
- incorporates
-
RESTEASY-567 Reading the input stream in a Pre-process interceptor should not result in @FormParam parameters being null
- Resolved
-
RESTEASY-3247 Threads blocked while fetching 'resteasy.async.timeout.scheduler.min.pool.size'
- Resolved
-
RESTEASY-3256 CDI managed beans do not inject @Context injection targets
- Resolved
-
RESTEASY-2874 Web Target Proxy not overriding content type header
- Resolved
-
RESTEASY-2982 The ClientHttpEngineBuilder43 will fail if the security manager and SSL are enabled
- Resolved
-
RESTEASY-3246 The SeBootstrap Implementation should have new threads start with the current context class loader
- Resolved
-
RESTEASY-3258 org.jboss.resteasy.plugins.providers.multipart.ResteasyEntityPartBuilder does not set default media type as dictated by RTF-7578
- Resolved
-
RESTEASY-2845 ResteasyWebTarget.proxy(Class) problem with questionmark in @Path with Regex
- Open