Arnout Engelen
Arnout Engelen
I was visiting the Doris website and noticed it was loading fonts, resources and Google Analytics from external domains. That seemed to make the site slow for me, and also...
It seems since somewhere between 0.14.10 and 0.15, shading a package `inLibrary` without also adding `inProject` to the shade rule stopped working. The `akka-protobuf-v3` subproject of Akka shows this behaviour....
I have a project where I'd like to exclude certain resources. The README mentions customizing the merge strategy for this, but AFAICS that is only invoked when the same resource...
I'd like to add some settings to `.settings/org.scala-ide.sdt.core.prefs`. A glance at /src/main/scala/com/typesafe/sbteclipse/core/Eclipse.scala suggests that this is only possible via the `sbt.Keys.scalacOptions` (and even then only for those options supported by...
Currently, upgrading JGit to version 6 is blocked because we still support Java 8 and they already require Java 11. We should probably stick with Java 8 as long as...
fixes #221
In Akka, we publish OSGi bundles by replacing the `packageBin` task: ``` Compile / packageBin := OsgiKeys.bundle.value ``` The advantage is that this way the bundle will be picked up...
When using [maven-shade-plugin](https://maven.apache.org/plugins/maven-shade-plugin/), the artifact should likely have a `CONTAINS` relationship with the shaded components, instead of a `DYNAMIC_LINK`. I have a test/demo project for this at https://github.com/raboof/maven-shade-sbom/
Converting the (unsigned long) size to int is not allowed when building with strict narrowing on clang (`-Wc++11-narrowing`)
The README mentions this action is applicable for SLSA level 1. This might be a good place to document what would be necessary for further SLSA levels. Looking at the...