users@jaxb.java.net

Re: JAXB 2.2.11 is released.

From: Dmitry <redmitry_at_list.ru>
Date: Tue, 14 Oct 2014 16:32:45 +0200

Hello,

There are two bugs that I am particularly interested in: JAXB-918 and
JAXB-935
Is there any way to apply the patches (git)?

Thank you,

D.

On 10/14/2014 4:07 PM, Iaroslav Savytskyi 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.