]
Antonio Goncalves commented on CDI-4:
-------------------------------------
Yes, that reminds me of {{javax.annotation.Resource}}. It got updated in Java EE 6 (it
introduced the {{lookup()}} method) and we had to endorse the library for Java SE 6. So
yes, there is a bit of tuning when you touch common code like [Commons
].
Need a way to provide ordering for Event observers
--------------------------------------------------
Key: CDI-4
URL:
https://issues.jboss.org/browse/CDI-4
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Events, Portable Extensions
Affects Versions: 1.0
Environment: All
Reporter: Lincoln Baxter III
Assignee: Pete Muir
Fix For: 2.0 (discussion)
There needs to be a way to specify some kind of ordering for Event observers.
Understandably, this is somewhat counter-intuitive to the general concept of observing an
event, but there is going to be need for this in an upcoming JBoss project. While it can
be done manually, it might be nice to have a built-in API.