-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harmless illegal reflective access
warning with JDK 11 (but not 8 or 17+)
#12957
Comments
cause is jline/jline3#862 , so we may need to move to JLine 3.25.1 in order to fix it 😕 |
illegal reflective access
warning with JDK 11illegal reflective access
warning with JDK 11 (but not 8 or 17+)
At least it's specific to 11! Doesn't happen on 8, 17, or 21. |
illegal reflective access
warning with JDK 11 (but not 8 or 17+)illegal reflective access
warning with JDK 11 (but not 8 or 17+)
Also the REPL seems to work fine anyway, at least as far as I can tell — I've added “harmless” to the issue title, hopefully I won't have to remove it again 🤞 |
@SethTisue FYI: Scala 3 has been updated to used JLine |
I encountered the same kind of warning when I used HEAD of Scala 2.13.x branch. (I'm using macOS 14.4.1)
The warning seems the same as the one I saw in v2.13.13.
Since JLine v3.24.1 already has jline/jline3#862, I think it seems related to jline/jline3#951. Note that for sbt, I could suppress the warning by setting the system property sbt/sbt#7505 (comment), but it didn't take effect for |
@irisTa56 perhaps it will go away once sbt takes the 3.25.1 upgrade — we're pursuing it at sbt/sbt#7500 I don't see the warning if I currently the REPL you get from |
@SethTisue |
The text was updated successfully, but these errors were encountered: