snazy opened a new pull request, #2294:
URL: https://github.com/apache/polaris/pull/2294

   The function is only needed to create a "safe clone" of `PolarisCallContext` 
in `TaskExecutorImpl`, which doesn't have references to CDI request scoped 
beans.
   
   To still let `TaskExecutorImpl` making "safe clones", a functionality to get 
(fresh) instances of `RealmContext` is required. To enable this, the 
`RealmContextResolver` has been enhanced with "`RealmContext` lookups" by 
realm-ID. That in turn led to splitting the HTTP/REST-to-realm-context 
resolution into two parts: HTTP/REST-to-realm-ID and realm-ID-to-context.
   
   This change is part of the effort to allow tasks run run in different JVMs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to