@Zackster, I took a look at the lucee java 17 issues and the two imageRotate and imageOverlay issues would I believe be solved with something like this:
--add-exports=java.desktop/sun.awt.image=ALL-UNNAMED
This is simply because my guess is that the java module is not described in the lucee project for these types of things, but if you named the module in a module definition you could refer to lucee specifically there instead of ALL-UNNAMED
.
I hope that helps. I couldn’t see an easier way to communicate on the jira page, but likely I missed something obvious haha.