Laurent Schoelens

Results 96 comments of Laurent Schoelens

Linked issues in [JAXB-RI 1659](https://github.com/eclipse-ee4j/jaxb-ri/issues/1659) and [JAXB-API 183](https://github.com/jakartaee/jaxb-api/issues/183)

@bschuhmann : I've seen the error, no MRE needed, we'll look into this. If needed of `jaxb-bom`, you can safely use the jaxb-ri one ```xml org.glassfish.jaxb jaxb-bom ``` Or the...

#438 #435 #439 #453

Thanks @mrpiggi The plugin already had a PR but I need rework for formatting date fields solution

New project to handle this : https://github.com/laurentschoelens/jaxb2-basics-empty

Include empty like project (same as above) in main branch so we can then include it in v2.x

Adding the following in `org.jvnet.jaxb:jaxb2-basics-runtime` : ```xml org.jvnet.jaxb2_commons jaxb2-basics-runtime [4.0.0,9999.0) ``` and having a project including 2 projects, one with old runtime and one with new runtime as dependencies, result...

> > Edit: consider what happens when someone tries to use this plugin with maven-jaxb2-plugin and now you have 2 separate JARs in the maven plugin classpath that both have...

Hi @dmak We finally get v3 and v4 jaxb-tools based on jaxb3 and jaxb4. V3 and V4 had no breaking changes. I invite you to check migration guide. Regards Laurent