You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If quarkus would implement isPassivatingScope with "return false" per default, such frameworks as MyFaces don't need to introduce config flags.
It maybe be a bit nicer as throwing a UnsupportedOperationException.
Some frameworks like JSF or DeltaSpike use bm#isPassivatingScope to check if the scope is passivating, and based on this value, the CustomContext#get implementation checks the bean instanceof PassivationCapable (https://github.com/apache/myfaces/blob/4619df600ba130f6e6f8d26d2e7c960d2d36f0de/impl/src/main/java/org/apache/myfaces/cdi/util/AbstractContext.java#L46)
If quarkus would implement isPassivatingScope with "return false" per default, such frameworks as MyFaces don't need to introduce config flags.
It maybe be a bit nicer as throwing a UnsupportedOperationException.
WDYT @mkouba?
The text was updated successfully, but these errors were encountered: