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
{{ message }}
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
#527 makes FacesContext @Injectable into @RequestScoped beans only. This feature is best implemented by making FacesContext itself Serializable. This issue requires us to closely examine the consequences of such a change.
The text was updated successfully, but these errors were encountered:
@manfredriem said:
The FacesContext itself does not need to be Serializable as the FacesContextProducer is what produces the reference to the FacesContext and as such it should be Serializable, but FacesContext does not have to be.
#527 makes FacesContext @Injectable into @RequestScoped beans only. This feature is best implemented by making FacesContext itself Serializable. This issue requires us to closely examine the consequences of such a change.
The text was updated successfully, but these errors were encountered: