Tobias Roeser

Results 290 comments of Tobias Roeser

The issue looks easy enough to look into it, but I'm not familiar with the akka build chain. Can you please summarize the steps needed to build the `akka-protobut-v3` artifact,...

I currently tried `sbt package` with a lot of properties I found in the GHA setup added to `.sbtopts` and only get those files: ``` $ find -name "*jar" |...

> it's in the main akka repo, you can build it with `sbt akka-protobuf-v3/publishLocal` which will publish it to `~/.ivy2/local/com.typesafe.akka/akka-protobuf-v3_2.13//jars/akka-protobuf-v3_2.13.jar` . The relevant build configration is at https://github.com/akka/akka/blob/main/build.sbt#L348-L374. Thanks, that...

Looks like the change in sbt-osgi causes a race in sbt, which is analyzed here: https://github.com/lampepfl/dotty/issues/11604. Unfortunatelly, this was never reported in sbt-osgi. I guess, a better solution in sbt-osgi...

I don't think, we are the only users though. E.g last week a video was published from EclipseCon Europe 2019 demoing Akka in OSGi (https://www.youtube.com/watch?v=6I1fe5L_btA). @raboof Have you any pointers...

I think, the ideal case is to maintain OSGi metadata inside this project. No doubt about that, as long as the project team knows what it does or needs to...

One reason for missing updates could be the fact, that the Mill plugin of Scala Steward currently doesn't not support all Mill versions. You can find a more in-depth explanation...

I implemented the mill version update in PR #2135. Once, this is reviewed, I'm glad to tackle mill plugin updates (aka Ammonite `$ivy`-import updates), if this isn't supported or worked...

Although updating Ammonite script imports is worth a standalone feature, imports for mill build script may be special, as we encode the mill binary platform in the artifact ID. This...

The support for Mill plugins is now also implemented in PR #2701 Closing this issue as completely solved.