-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
2.3.2.Final
-
None
In DEPENDENCIES.txt file of weld-osgi-bundle-2.3.2.Final jar file, it's clearly stated that dependency for jboss-classfilewriter is 1.1.2.Final.
From: 'JBoss, a division of Red Hat, Inc.' (http://www.jboss.org) - classfilewriter (https://github.com/jbossas/jboss-classfilewriter) org.jboss.classfilewriter:jboss-classfilewriter:jar:1.1.2.Final License: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
But the MANIFEST.MF file of weld-osgi-bundle-2.3.2.Final import-packages with version 1.1.
org.jboss.classfilewriter.code;version="1.1", org.jboss.classfilewriter.util;version="1.1".
I guess this leads to an unresolved constraint in bundle org.glassfish.main.batch.glassfish-batch-connector of GlassFish app server while upgrading the weld-osgi-bundle version from 2.2.x to 2.3.x.