sbt-assembly
sbt-assembly copied to clipboard
Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
but it is excluded by the includeScala=false directive as its file name starts with "scala-". Unfortunately once excluded there appears to be no way to override the exclusion. So the...
Today I wanted to connect the jandex library for indexing classes in the project, I found sbt-jandex, tried to connect it, but this library cannot be used in any way...
Please add a warning to the documentation about the possible data loss when setting `assemblyOutputPath` folder. I didn't expect that the content is emptied during the build. Judging by the...
I'm getting this exception after upgrading from 1.2.0 to 2.1.1. Is the `λ`? How can i handle this? ``` [error] java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: shapeless/$tilde$qmark$greater$λ.class --...
I have [akka scala sbt multi project](https://github.com/daggerok/akka-stream-playground). After adding `akka-serialization-jackson` dependency, assembly causing error: ``` [error] 1 error was encountered during merge [error] java.lang.RuntimeException: deduplicate: different file contents found in...
Facing error when I include "org.apache.cassandra" % "cassandra-all" % "4.0.0" - ```scala [error] java.lang.ArrayIndexOutOfBoundsException: Index 65536 out of bounds for length 132 [error] at org.objectweb.asm.ClassReader.readLabel(ClassReader.java:2679) [error] at org.objectweb.asm.ClassReader.createLabel(ClassReader.java:2695) [error] at...
Hi, We faced an issue with shading step in our project. The 'fat' JAR building step generated a JAR, but it did not work correctly when executed because the shading...
Hi, I am trying to assemble spring boot with cloud config client jar but it not assembling properly due to wrong spring.factories file. No existing merge strategy properly merge spring.factories...
### Issue description On some of our build relying on `sbt-assembly` to create shaded jar we have observed big usage of native memory. For a 6G max heap JVM, the...
Resolve #403 Support to convert cross-versioned `ModuleID` to `ModuleCoordinate`. #### Background - [`ShadePattern.inLibrary`](https://github.com/sbt/sbt-assembly/blob/f2b4744ebecef67b9f1dcb5cecab3d78ea65ba79/src/main/scala/sbtassembly/AssemblyPlugin.scala#L19-L25) extension method provides an easy way to add sbt-librarymanagement's `ModuleID` as jarjar-abrams's `ModuleCoordinate` to `ShadeRule`. - However,...