Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.3
-
None
-
None
-
Tomcat 9.0.14
OpenWebBeans 2.0.8
DeltaSpike 1.x (tested 1.0.0, 1.8.2, 1.9.0)
Description
Some change in 2.3.3 causes and incompatibility with Apache DeltaSpike's JSF Module. I am not sure yet what exactly causes it, but MyFaces 2.3.2 is NOT affected.
The issue arose on our side, as we noticed @PostConstruct of some of our @ViewScope @Model is called twice.
Mojarra 2.3.8 is NOT affected, which - together with the fact that MyFaces 2.3.2 is not affected either - brings me to the conclusion this is a bug introduced with MyFaces 2.3.3.
I have a minimal project showing the issue, which I will link here shortly.