dev@glassfish.java.net

Re: pom.xml review (jaxb-extra-osgi & acc)

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Sun, 05 Aug 2012 19:13:28 +0530

Lukas,

I don't think new JAXB artifacts export everything the older ones used
to export. This has caused some regression. So, please make sure there
are no missing packages. I have filed
http://java.net/jira/browse/GLASSFISH-18976 to track this. Pl. get this
fixed ASAP. I would recommend adding some tests at your end to avoid
such issues.

Thanks,
Sahoo
On Thursday 26 July 2012 04:48 PM, Lukas Jungmann wrote:
> Hi,
>
> latest JAXB-RI integrated yesterday introduces new artifact -
> jaxb-extra-osgi.jar - containing "obsolete" JAXB 1 classes separated
> from existing jaxb-osgi.jar. Attached patch adds this new artifact to
> the GlassFish main pom as well as to ACC (and also fixes
> http://java.net/jira/browse/GLASSFISH-18780).
>
> QL tests are passing for me locally.
>
> Thanks,
> --lukas