Hey guys, Since its inception, DeltaSpike has targeted Java EE 6 and lower, and as a result the CDI 1.0 runtime. We have maintained a pretty backwards compatible code base for 5 years now.
CDI 2.0 is going to wrap up in January, if current schedules align correctly. I'd like to propose that we start a branch for 2.0 development now. It would be a good place to put fixes for https://issues.apache.org/jira/browse/DELTASPIKE-1206 and other enhancements that we can make to our core runtime to better integrate with CDI 1.1/1.2/2.0 features that have been added. In addition to the Java 8 upgrade taking place there. We can keep master on 1.x for patches that may be needed for the 1.x line, and rebase them with a 2.0 branch to make sure both branches get the fixes. WDYT? John
