users@jaxb.java.net

Re: JAXB 2.2.11 is released.

From: Iaroslav Savytskyi <Iaroslav.Savytskyi_at_oracle.com>
Date: Thu, 16 Oct 2014 11:47:31 +0200

Hi Alexey,

I’ll write some docs ASAP.
Thanks for your interest.


Best regards.
Yarda

On 16 Oct 2014, at 10:35, Aleksei Valikov <valikov_at_gmx.net> wrote:

> Hi,
>
> Yes, exactly, Maven artifacts.
> I am still using com.sun.xml.bind groupId because I did not know better.
>
> So:
> * jaxb-core is somewhat new
> * jaxb-xjc is for the old jaxb-xjc
> * jaxb-jxc probably existed before (I don't do schemagen)
> * jaxb-runtime is probably the old jaxb-impl, right?
>
> I was actually looking for some docs on "how to use JAXB in your Maven projects". I have found docs on the compile time (references to my Maven plugin), but not on the run time (like "use org.glassfish.jaxb:jaxb-runtime"). Either I'm missing something or it should be documented.
>
> Best wishes,
> Alexey
>
> On Thu, Oct 16, 2014 at 9:31 AM, Iaroslav Savytskyi <Iaroslav.Savytskyi_at_oracle.com> wrote:
> Hi Alexey,
>
> I expect you are asking about maven artifacts, right?
>
> The new artifacts is:
>
> groupId: org.glassfish.jaxb
> artifactIs: jaxb-core, jaxb-xjc, jaxb-jxc, jaxb-runtime
>
> For backwards compatibility we still have the old ones.
> Old jaxb-ri.zip could be found in: bundles/ri/target
>
> —
> Best regards,
> Yarda
>
>
> On 14 Oct 2014, at 22:06, Aleksei Valikov <valikov_at_gmx.net> wrote:
>
> > Hi,
> >
> > thank you for the new release!
> >
> > Could you please give a hint, what should be used instead of the old
> > * com.sun.xml.bind:jaxb-xjc
> > * com.sun.xml.bind:jaxb-impl
> > * com.sun.xml.bind:jaxb-core
> >
> > Best wishes,
> > Alexey
> >
> > On Tue, Oct 14, 2014 at 4:07 PM, Iaroslav Savytskyi <Iaroslav.Savytskyi_at_oracle.com> wrote:
> > Hi everybody,
> >
> > JAXB Reference Implementation version 2.2.11 is released!!!
> >
> > You can find it on the official JAXB site: https://java.java.net.
> > The release notes are here: https://jaxb.java.net/nonav/2.2.11/docs/.
> >
> > To work with the release you can clone the project from Git:
> >
> > Java.net: git clone git://java.net/jaxb~v2
> > GitHub: git clone https://github.com/gf-metro/jaxb.git
> >
> > and build it with Maven as: mvn clean install.
> > Or you can just add JAXB as a Maven dependency to your project:
> >
> > <dependency>
> > <groupId>org.glassfish.jaxb</groupId>
> > <artifactId>jaxb-bom</artifactId>
> > <version>2.2.11</version>
> > </dependency>
> >
> > Thanks for using JAXB RI.
> >
> > —
> > Best regards.
> > JAXB dev team.
> >
>
>