mdedetrich commented on issue #745: URL: https://github.com/apache/incubator-pekko/issues/745#issuecomment-1768872310
So after the merge of https://github.com/apache/incubator-pekko/pull/746 into the `1.0.x` branch, I made a `+publishLocal` of pekko and then ran the nightly pekko http test suite against it, i.e. ``` sbt -Dpekko.http.build.pekko.version=1.0.1+45-21561418-SNAPSHOT "++ 2.12.18" Test/compile sbt -Dpekko.http.parallelExecution=false -Dpekko.test.timefactor=2 -Dpekko.http.build.pekko.version=1.0.1+45-21561418-SNAPSHOT "++ 2.12.18" mimaReportBinaryIssues test ``` where `1.0.1+45-21561418-SNAPSHOT` is that published pekko `1.0.x` snapshot and it does indeed fail with the latest update to sbt-osgi so I was incorrect before and I think this is the root cause. I believe this may be due to the jdk9 classes issue which was referenced in comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
