AW: JAXB2 Maven Plugin XJC Goal JDK17 Question

2023-09-11 Thread Bernhard Schuhmann
Wondering why no one mentioned https://github.com/highsource/jaxb-tools yet? 
Some good people have resurrected the project after the original maintainer 
passed away. Given the still existing need for the plug-ins, I’m thankful 
someone filled the void and not just created yet another fork of the original 
project…

They’re making good progress to integrate the maven and xjc (former 
jaxb2-basics) plug-ins into one repo and have already shipped version 2.0.x of 
both (available on maven-central). Version 2.0.x is still supporting only JAXB 
2.3, but they’re already working on support for JAXB >= 3…

Thanks

Bernhard


Bernhard Schuhmann
Senior Software Engineer|Jedox
Jedox GmbH
Chief Executive Officer (Geschäftsführer): Florian Winterstein
Place of Business: Freiburg i. Br. | Registry Court: Amtsgericht Freiburg | HRB 
723467
​
​​[TM.V06112018]


[ANN] Maven Resolver Ant Tasks 1.5.0 released

2023-09-11 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the
Maven Resolver Ant Tasks 1.5.0

https://maven.apache.org/resolver-ant-tasks/

Release Notes - Maven Resolver - Version ant-tasks-1.5.0

** Improvement
* [MRESOLVER-402] - Properly expose resolver configuration
* [MRESOLVER-403] - Support depMgt for transitive dependencies
** Task
* [MRESOLVER-400] - Update to parent POM 40, reformat
* [MRESOLVER-401] - Drop use of SL and deprecated stuff, up version to
1.5.0
** Dependency upgrade
* [MRESOLVER-343] - Upgrade ant to 1.10.13
* [MRESOLVER-344] - Upgrade Maven to 3.9.4, Resolver 1.9.15


Have fun,
-The Apache Maven team