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

Update to protobuf has broken pekko-http #703

Closed
mdedetrich opened this issue Oct 10, 2023 · 3 comments
Closed

Update to protobuf has broken pekko-http #703

mdedetrich opened this issue Oct 10, 2023 · 3 comments

Comments

@mdedetrich
Copy link
Contributor

The PR at #489 has broken pekko-http. The pekko-http nightly tests (which test against latest pekko snapshots) are failing with

[error] ## Exception when compiling 378 sources to /home/runner/work/incubator-pekko-http/incubator-pekko-http/http-core/target/scala-2.12/classes
[error] scala.reflect.internal.FatalError: Error accessing /home/runner/.cache/coursier/v1/https/repository.apache.org/content/repositories/snapshots/org/apache/pekko/pekko-protobuf-v3_2.12/1.1.0-M0%2B101-1b1f5722-SNAPSHOT/pekko-protobuf-v3_2.12-1.1.0-M0%2B101-1b1f5722-SNAPSHOT.jar

See https://github.com/apache/incubator-pekko-http/actions/runs/6463888406/job/17547697513 as an example

@pjfanning

@pjfanning
Copy link
Contributor

pjfanning commented Oct 10, 2023

#489 is not about pekko-protobuf-v3 jar - it is about the old pekko-protobuf jar (note no -v in name).

The real issue is #685 - which I think is a bug in sbt-assembly. The real issue is new code added to the latest Java 11 and 17 releases and sbt-assembly needs to react.

@pjfanning
Copy link
Contributor

sbt/sbt-assembly#506

@mdedetrich
Copy link
Contributor Author

Closing as duplicate to #685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants