mdedetrich commented on issue #745: URL: https://github.com/apache/incubator-pekko/issues/745#issuecomment-1770373864
So I just did some bisecting and I can confirm that the issue is not with the latest sbt-osgi jar fix (i.e. https://github.com/sbt/sbt-osgi/pull/81). To confirm this I checked out revision `958c92163b` of the pekko `1.0.x` branch which was pointing to sbt-osgi 0.9.4 and the older sbt-assembler (i.e. the latest version of pekko 1.0.x that worked without issues) and I created a patched version of sbt-osgi that contained https://github.com/sbt/sbt-osgi/pull/81. I then ran the pekko-http nightly tests against the locally deployed pekko with that sbt-osgi 0.9.4 patch version and the tests passed. Due to this, I think the core reason behind the regression is that https://github.com/apache/incubator-pekko/blob/69cc4eaa3f4bdef2665406b88e831aeb12f553b6/project/plugins.sbt#L16 was never fixed, so I will try looking into that as the next step. @raboof -- 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]
