eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
160 stars 109 forks source link

Faces 4.1: Spec 1739 - Require firing events for @Initialized, @BeforeDestroyed, and @Destroyed for build-in scopes #5340

Closed volosied closed 11 months ago

volosied commented 11 months ago

https://github.com/jakartaee/faces/issues/1739

Both Mojarra and MyFaces should have this implemented. Now it's required via the faces spec.

The tests should also be added back in the next TCK release for 4.1 / 5.0. See https://github.com/jakartaee/faces/pull/1741/files

BalusC commented 11 months ago

Oh! It was targeted at master which is 5.0. I'll have to backport. Can you target next 4.1 work at 4.1 branch? :)

volosied commented 11 months ago

Sorry! I'll watch out for that.