[jbosstools-dev] Managing multiple versions of a spec in a plugin
Alexey Kazakov
akazakov at exadel.com
Wed Mar 12 13:24:59 EDT 2014
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.
More information about the jbosstools-dev
mailing list