highsource / jaxb-tools

The most advanced JAXB2 Maven Plugin for XML Schema compilation.
Other
423 stars 98 forks source link

Take a pass at removing dependencies where we can #333

Open mattrpav opened 1 year ago

mattrpav commented 1 year ago

Scan through usage of dependencies and look for opportunities to remove dependencies by replacing with self-hosted utilities (with link back to orig source) or newer JDK language features (lambda, etc)

Example: commons-io commons-lang3 commons-text etc

laurentschoelens commented 3 months ago

Linked PR : #542