This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
java-openliberty stack - kafka template - use provided dependencies & library locations for layering #796
Labels
stack/java-openliberty
Issues related to java-openliberty stack
The kafka template in java-openliberty uses dependencies:
As compile dependencies, these will get packaged up into the app WAR. A better approach from a Docker layering perspective would be to change these to 'provided' dependencies and then reference these via a library in server config. This would require some work to copy the dependencies over into the appropriate target server dir during the maven build, e.g. as in the sample POM here.
The text was updated successfully, but these errors were encountered: