finos / symphony-wdk

Symphony Workflow Developer Kit (WDK), a bot capable of running workflows
Apache License 2.0
3 stars 10 forks source link

Upgrade Docker Image to Java 17 #269

Closed ystxn closed 1 year ago

ystxn commented 1 year ago

Feature Request

Description of Problem:

WDK allows dynamic loading of custom activities and other modules via the lib directory. When using the docker image finos/symphony-wdk, this defaults to using a Java 11 runtime, which cannot load JARs built with Java 17.

Potential Solutions:

Upgrade custom JRE used in Dockerfile to Java 17