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
Specify "--add-opens=java.*****=ALL-UNNAMED" type arguments for every single internal JDK API used. In Java 16+, due to JEP 261 (https://openjdk.org/jeps/261), strong encapsulation is enabled by default, and assumed internal JDK APIs are illegal to be utilized via reflection. You can manually break this still via "--add-opens" or "--add-exports" commands.
This issue breaks legacy downstream product(s) by Three Rings.
The text was updated successfully, but these errors were encountered:
As per, this issue ticket is being opened to help notify legacy threerings alumni this issue was triaged and worked on in downstream products with very ad-hoc community effort.
Specify "--add-opens=java.*****=ALL-UNNAMED" type arguments for every single internal JDK API used. In Java 16+, due to JEP 261 (https://openjdk.org/jeps/261), strong encapsulation is enabled by default, and assumed internal JDK APIs are illegal to be utilized via reflection. You can manually break this still via "--add-opens" or "--add-exports" commands.
This issue breaks legacy downstream product(s) by Three Rings.
The text was updated successfully, but these errors were encountered: