fluenda / ParCEFone

JAVA Common Event Format log parser
Apache License 2.0
8 stars 7 forks source link

Upgrade Dependencies for Jakarta EE 10 #31

Closed exceptionfactory closed 4 months ago

exceptionfactory commented 9 months ago

This pull request upgrades all project dependencies to the latest versions, aligning with the requirements of Jakarta EE 10.

These upgrades should be considered a breaking change for the project version.

Jakarta EE 10 includes the Jakarta Validation API version 3, which is the primary motivation for upgrading dependencies. Jakarta EE 10 also requires Java 11 as the minimum version, so this pull request updates plugins and workflows to build with Java 11.

Additional changes include adding JavaDoc comments in several places to resolve JavaDoc plugin warnings.

These upgrades also align with Jakarta EE 10 support for Apache NiFi 2.0.

Here is the complete list of upgraded dependencies and plugins:

trixpan commented 9 months ago

@exceptionfactory incredible work, thanks. I will cut a new major release sometime later this week.

exceptionfactory commented 9 months ago

@exceptionfactory incredible work, thanks. I will cut a new major release sometime later this week.

Thanks @trixpan, I appreciate the feedback and response!

exceptionfactory commented 7 months ago

@trixpan Just following up on this, let me know if you have any questions before proceeding. Thanks!

trixpan commented 7 months ago

@trixpan Just following up on this, let me know if you have any questions before proceeding. Thanks!

Hi David, apologies for the delay. I hope to solve this asap