I've done the first iteration of this (checked in - r5173). It doesn't yet separate out the initialisation, I'll do that next.
Compilation failure
org/jboss/weld/environment/se/test/WeldMainTest.java:[70,18] cannot find symbol
symbol : method select(java.lang.Class<org.jboss.weld.environment.se.test.beans.CustomEvent>)
location: interface javax.enterprise.inject.Instance<javax.enterprise.event.Event>
I think the problem is that my CustomEvent doesn't implement or extend Event. I don't think it has to though (am I mistaken?). Anyone know what I'm missing?
Cheers,