On 03/12/2014 08:32 AM, Max Rydahl Andersen wrote:
Depends on how big differences there are. But in general, same plugin
supports multiple versions. Look at JDT, WTP, Hibernate, Seam, Ant,
Maven, etc. /max
And CDI too.
We keep all needed code in the same plugins.
We switch to desired implementation depending on user's classpath. So
users don't have to change any project settings/preferences/facets to
switch from CDI 1.0 to CDI 1.1. Changing CDI JARs is enough.