scala / scala-dev

Scala 2 team issues. Not for user-facing bugs or directly actionable user-facing improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
Apache License 2.0
130 stars 15 forks source link

`testJDeps` failing on JDK 22 #866

Closed SethTisue closed 5 months ago

SethTisue commented 5 months ago

the test does jdeps -P, but -P was deprecated at some point and actually removed from JDK 22

this is causing the mergely builds at https://github.com/scala/scala/security to fail