-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sttp client failing with Java 8 #11
Comments
Refactoring to change to an OkHttp backend produces the following:
|
@adamw, replying to your comment, this actions run produces the following results for Java 8:
This is after I refactored the It must be that the From your responses, it seems like you haven't worked with Java 8 in a while and you don't get this complaint very often (it's been years since I worked with Java 8 myself), so there is probably not enough demand to justify these breaking changes. But maybe worth putting a note in the readme that users need Java 11+ to work with sttp. |
@Andrapyre the main documentation page (https://sttp.softwaremill.com/en/latest/) specifies that: |
Description
When the sttp client runs with Java 8, it produces the following error in Github Actions on all Scala versions:
First raised in xerial/sbt-sonatype#548
The text was updated successfully, but these errors were encountered: