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
As of 9-ea+148, you can no longer .setAccessible on private/protected methods if the class isn't in a package that has been opened to the application's module. The workaround is to use the --add-opens option:
As of 9-ea+148, you can no longer
.setAccessible
on private/protected methods if the class isn't in a package that has been opened to the application's module. The workaround is to use the--add-opens
option:See #AwkwardStrongEncapsulation for more details.
The text was updated successfully, but these errors were encountered: