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.
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 calledfat/
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.