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
StreamEx attempts to setAccessible private fields on java.util.Stream. This fails on Java 16 with an InaccessibleObjectException. I fixed this locally by upgrading the transitive dependency version of StreamEx to the latest (at this time, that's 0.7.3)
The text was updated successfully, but these errors were encountered:
StreamEx attempts to
setAccessible
private fields on java.util.Stream. This fails on Java 16 with anInaccessibleObjectException
. I fixed this locally by upgrading the transitive dependency version of StreamEx to the latest (at this time, that's 0.7.3)The text was updated successfully, but these errors were encountered: