-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
---
-
---
Faces 4 has removed the jakarta.faces.bean package annotations. Remove TS use of their javax.* variants as a preparatory step for moving the TS to jakarta.*. ManagedBean can generally be replaced with javax.inject.Named and ManagedProperty with javax.faces.annotation.ManagedProperty. ViewScoped should be replaced with javax.faces.view.ViewScoped. The other scope annotations should be replaced by their CDI analogues.
This work also covers the removal of the javax.faces.view.facelets.FaceletsResourceResolver annotation.
The WFLY-16438 work handles part of this task.
- blocks
-
WFLY-16432 Convert testsuite/integration/basic to the jakarta.* namespace
- Closed
- is related to
-
WFLY-16450 Restore JSFDeploymentProcessorTestCase testing of bundled MyFaces installation
- Resolved
- relates to
-
WFLY-16438 Allow deployments with 'unused' beans annotated with Jakarta Faces @ManagedProperty to deploy
- Closed