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

Travis-CI failing because AdoptOpenJDK disappeared from `sdk list java` #788

Closed SethTisue closed 2 years ago

SethTisue commented 2 years ago

seen at e.g. https://github.com/scala/scala/pull/9763

not sure if we should hope that it's a transient problem that will correct itself, or switch to Zulu (or whatever), or what

SethTisue commented 2 years ago

~the place to report this upstream would be https://github.com/sdkman/sdkman-db-migrations/issues~ see below

SethTisue commented 2 years ago

I suppose this has to do with https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ and we should now be using Temurin instead

sdk list java has:

 Temurin       |     | 16.0.2       | tem     |            | 16.0.2-tem          
               |     | 11.0.12      | tem     |            | 11.0.12-tem         
               |     | 8.0.302      | tem     |            | 8.0.302-tem         

with 17 being worked on, I'm sure