-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDI: Allow non-component Faces events observeable by CDI #1501
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Thats it actually: tandraschko/myfaces@3689580 please review |
This is great. Let's do it for 5.0. |
ComponentSystemEvent as apparently PreRenderViewEvent is an instance thereof
PreRenderViewEvent is an instance thereof
I went a step further and simply adjusted PR for spec and tck: #2005 |
nice |
@BalusC if you fire the event for could you verify, that your solution doesnt invoke a observer without |
That didn't work (in Weld). You can find here the test case https://github.com/jakartaee/faces/pull/2005/files |
added a testcase in our code; works at least fine with quarkus and OWB |
i general it would be great to catch system events like PostConstructApplicationEvent
See: https://deltaspike.apache.org/documentation/jsf.html#Eventbroadcasting
I currently see following categories and events:
System
This can be observed by:
View
This can be observed by:
The text was updated successfully, but these errors were encountered: