-
Notifications
You must be signed in to change notification settings - Fork 77
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
ProcessBeanAttributes order #666
Comments
I don't think that's good idea and below are just a few thoughts from the top of my head as to why:
Last but not least, this sequence is well defined (in terms of not being ambiguous) in the spec and changing it would be backwards incompatible. That's of course doable but while I can imagine cases which it breaks and that won't work afterwards (see my third point above), I don't really see what's the gain in it. Maybe I am just missing something? |
Thanks Martej. That helps. I had a simpler view in mind and of course, you are correct. The second bullet is really a key point to me which makes the PBA coming after more relevant. Sorry if it looked stupid. |
Agreed with @jeanouii on the CDI mtg that we can close this issue. |
Currently, the order defined is PIP -> PIT -> PBA -> PB (or PP).
Anyways, considering the impact of mutating Bean attributes using the PBA event, wouldn't it be better to have the PBA triggered first and before PIP/PIT?
The text was updated successfully, but these errors were encountered: