-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
The AsynchronousDispatcher should be deprecated for removal as well as the following properties:
- resteasy.async.job.service.enabled
- resteasy.async.job.service.max.job.results
- resteasy.async.job.service.max.wait
- resteasy.async.job.service.thread.pool.size
- resteasy.async.job.service.base.path
In RESTEasy 7.x this will be removed. The reason is it will be difficult to support CDI in new threads. Jakarta REST 4.0 will require CDI support as @Context is being removed.