Do I know anybody who is really experienced with #JakartaEE and especially #CDI and would be interested to look at a behavior in an OSS repository with me?
Roughly summarized, calling an EL expression in one deployed war, which uses a bean in a different war? Used to work before CDI 4, now doesn’t anymore
Edit: For the curious: https://github.com/operaton/operaton/pull/2527

fix(engine): enable process application context switch for EL express… by javahippie · Pull Request #2527 · operaton/operaton
…ion evaluation Fixes #2522 When evaluating EL expressions via JuelExpression.getValue(VariableScope), the contextExecution was always null, preventing the DefaultDelegateInterceptor from switching...