Hi all,
Fred Bricon is working on m2eclipse support to detect and properly
setup the annotation processors, and testing it on Infinispan (as I've
been bugging him to make this..)
He had an hard time make the project work because it seems that
org.jboss.logging.Logger
is defined twice on the classpath, and usually it all works fine
because of the specific order of our dependencies; one of these
implementations seems to come via dependencies like org.jboss.naming,
and
org.jboss:jboss-common-core
these are all in test scope, still could we remove them or update them
so that we all use the same logger implementations?
Ideally we should have a tattletale CI task verifying we never have duplicates.
Cheers,
Sanne