You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linking to a ticket on the lucee-spreadsheet repo. Some features of this library require POI which requires the AWT font classes that seem to be missing from headless OpenJDK:
I don't know if the future JDK for the Commandbox Docker image will have the same issues with headless v. non-headless -- if not, probably not worth investing any resources into this since presumably you're moving off of OpenJDK 8 anyway.
It also seems like specifying the headless JVM option should remove the need for any additional libraries, and Commandbox does that already.
The text was updated successfully, but these errors were encountered:
Linking to a ticket on the lucee-spreadsheet repo. Some features of this library require POI which requires the AWT font classes that seem to be missing from headless OpenJDK:
cfsimplicity/spreadsheet-cfml#161 (comment)
I don't know if the future JDK for the Commandbox Docker image will have the same issues with headless v. non-headless -- if not, probably not worth investing any resources into this since presumably you're moving off of OpenJDK 8 anyway.
It also seems like specifying the
headless
JVM option should remove the need for any additional libraries, and Commandbox does that already.The text was updated successfully, but these errors were encountered: