TAMULib / mod-camunda

Apache License 2.0
0 stars 0 forks source link

Issue 222: Java 17 and related upgrades. #225

Closed kaladay closed 10 months ago

kaladay commented 10 months ago

resolves #222

The Dockerfiles ended up needing to be upgraded to Java 17. While making this change, switch to the official Folio style/practices of the Dockerfile. Create a sub-directory called docker and place the build and run Dockerfile there.

The maven-shade-plugin plugin is brought in to conform with the Folio Dockerfile build practices. To prevent conflicts, a sub-directory called fat/ is created to store the file generated by the shade plugin.

Some plugins or dependencies are updated in the POM file.

Minor syntax fixes are performed.