Skip to content
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

HTTP 2 travis compilation fails on master #3135

Closed
raboof opened this issue May 7, 2020 · 9 comments
Closed

HTTP 2 travis compilation fails on master #3135

raboof opened this issue May 7, 2020 · 9 comments
Assignees
Labels
3 - in progress Someone is working on this ticket t:build Issues that affect the build t:http2 Issues related to support HTTP2
Milestone

Comments

@raboof
Copy link
Member

raboof commented May 7, 2020

No description provided.

@raboof raboof added the t:build Issues that affect the build label May 7, 2020
@raboof raboof self-assigned this May 7, 2020
@raboof
Copy link
Member Author

raboof commented May 7, 2020

ah, seems like it's a matter of akka-http using a version of jdk8 that is no longer supported by HTTP 10.2.0 since 94ad70d

@raboof raboof changed the title HTTP 2 scaladoc generation fails on master HTTP 2 travis compilation fails on master May 7, 2020
@johanandren
Copy link
Member

@raboof
Copy link
Member Author

raboof commented May 11, 2020

https://jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=master,Node=akka-http-nightly-node,SCALA_VERSION=2.13.1,jdk=AdoptOpenJDK%2011/120/consoleFull

I suspect this is due to jdk11 needing to be upgraded on johannes, since this version of jdk11 does not expose the backported API when running with -release 8

https://jenkins.akka.io:8498/job/akka-http-docs/425/console

This is due to jdk8 needing to be upgraded to at least 1.8.0_252 on the moxie servers. This will make other builds fail (like akka-grpc because of akka/akka-grpc#946), but I don't think that should hold up the upgrade.

@jrudolph
Copy link
Member

jenkins.akka.io:8498/job/akka-http-nightly/AKKA_VERSION=master,Node=akka-http-nightly-node,SCALA_VERSION=2.13.1,jdk=AdoptOpenJDK%2011/120/consoleFull

I suspect this is due to jdk11 needing to be upgraded on johannes, since this version of jdk11 does not expose the backported API when running with -release 8

Do you know if there is such an JDK 11 version yet?

@jrudolph
Copy link
Member

@jrudolph
Copy link
Member

I guess the simplest solution would be to go back to the reflective version for now. I'll PR.

@jrudolph jrudolph added 3 - in progress Someone is working on this ticket t:http2 Issues related to support HTTP2 labels May 12, 2020
@jrudolph jrudolph changed the title HTTP 2 travis compilation fails on master JDK 11 HTTP 2 travis compilation fails on master May 12, 2020
@jrudolph jrudolph changed the title JDK 11 HTTP 2 travis compilation fails on master HTTP 2 travis compilation fails on master May 12, 2020
@ennru ennru added this to the 10.2.0 milestone May 12, 2020
@ennru
Copy link
Member

ennru commented May 12, 2020

Refective access merged in #3150

@ennru ennru closed this as completed May 12, 2020
@jrudolph
Copy link
Member

akka-http-nightly and akka-http-docs are green again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - in progress Someone is working on this ticket t:build Issues that affect the build t:http2 Issues related to support HTTP2
Projects
None yet
Development

No branches or pull requests

4 participants