highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
108 stars 54 forks source link

Is there any plan to upgrade javaparser #172

Closed rahogata closed 2 months ago

rahogata commented 2 months ago

Hi, One of my company's security analysis engines report javaparser as dual lgpl and gpl for the javaparser 1.0.11. Latest javaparser now available in lgpl or apache license. Is there any plan to upgrade javaparser?

laurentschoelens commented 2 months ago

Hi @rahogata

Do you need upgrade for jaxb2 or jaxb4 ?

Javaparser v3 upgrade has been adressed here : https://github.com/highsource/jaxb-tools/issues/529

It's already available in jaxb-tools v4.0.6+

It's also backported in next v2 release which should happen soon

rahogata commented 2 months ago

Thanks, I will upgrade to jaxb4.

laurentschoelens commented 2 months ago

If you still need jaxb2 support, it'll be available in next v2 release

laurentschoelens commented 1 month ago

You can use 2.0.12 for jaxb 2.3 support which has been migrated to javaparser 3 too