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
Introducing module-info.java will hilight dependencies.
For example JVips uses java.awt.Dimension, this forces us to use whole java.desktop module, an it will block from using graalvm to compile app with JPMS to native binary (and also increase size for JLinked app).
The text was updated successfully, but these errors were encountered:
Introducing module-info.java will hilight dependencies.
For example JVips uses java.awt.Dimension, this forces us to use whole java.desktop module, an it will block from using graalvm to compile app with JPMS to native binary (and also increase size for JLinked app).
The text was updated successfully, but these errors were encountered: