Arnout Engelen
Arnout Engelen
I agree this would be very helpful. > I just noticed that it displays the command in github next to the job. So that helps. But still it would be...
Thanks for sharing - the fact that there are apparently now security advisories for the version of JGit we're depending on might be another reason to start requiring Java 11...
I have no idea, but since it's a major version change I presume not. This also likely means sbt-git is now incompatible with any plugin that wants to use a...
Great work. Just to move the needle on this a bit, I shared what I think is the change you had in mind at https://github.com/sbt/sbt-license-report/pull/123 - and it indeed demonstrates...
It indeed looks like https://github.com/coursier/sbt-coursier/blob/main/modules/lm-coursier/src/main/scala/lmcoursier/internal/SbtUpdateReport.scala#L124 only looks at licenses defined in the pom of the artifact itself (e.g. it sees the license of junit) but if that is missing it...
so I guess the question is where we should implement https://maven.apache.org/pom.html#inheritance . Without understanding the context *too* well, it seems reasonable to do this at https://github.com/coursier/sbt-coursier/blob/main/modules/lm-coursier/src/main/scala/lmcoursier/internal/SbtUpdateReport.scala#L255, i.e. after looking up...
> Maybe this one from MicroG? My understanding is: * microG allows apps that have been built against the proprietary Google API's to run without the proprietary Google implementation (by...
> https://f-droid.org/docs/Inclusion_Policy/?title=Inclusion_Policy > Please talk to upstream about an untainted build flavor (either using microg or ...) That's interesting, apparently the scope of microg is wider than I understood so...
I'm OK with closing this as the Pekko gRPC tests suggests the problem is gone on 1.64. My reproducer at https://github.com/grpc/grpc-java/compare/master...raboof:grpc-java:test-for-PickFirstLeafLoadBalancer-11082?expand=1 still fails when rebased, but I guess that's likely...
> We'd expect 1.64 would be fixed, because we disabled PickFirstLeafLoadBalancer (by default). Ah :smile: > But we'll be turning it on again in the future, so this is appropriate...