You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/07/05 08:45:54 UTC

[myfaces] branch master updated (45a0c49 -> 472344f)

This is an automated email from the ASF dual-hosted git repository.

tandraschko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git.


    from 45a0c49  refactored
     new 8181857  Rely on BeanManager to determine whether @FlowScoped is passivating.
     new 5c9b415  ContextualStorage: Autodetect passivation-capable beans.
     new 472344f  Merge pull request #110 from benkard/bugfix/quarkus-flowscoped-no-passivation

The 5358 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/myfaces/cdi/FacesScopeBeanHolder.java     |  2 +-
 .../java/org/apache/myfaces/cdi/util/ContextualStorage.java   | 11 ++++-------
 .../apache/myfaces/cdi/view/ViewTransientScopeBeanHolder.java |  2 +-
 .../java/org/apache/myfaces/flow/cdi/FlowScopeBeanHolder.java |  2 +-
 4 files changed, 7 insertions(+), 10 deletions(-)