python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cannot load custom File System on Flink's shadow jar
I needed some metadata on my S3 objects, so I had to override the S3 file system provided by flink.
I followed this guide to the letter and now I have a custom file system which works on my local mach...
Jack
Votes: 0
Answers: 0
List dependencies that are going to be part of the (shadow) JAR file
I'm using the latest version (7.1.2) of the ShadowJar (Gradle) plugin to build the application's JAR. I'm trying to exclude some dependencies from the resultant JAR, so I have configured the plugin li...

x80486
Votes: 0
Answers: 1
Why shadowJar minimise() is not removing all unused dependencies?
I'm trying to generate two different jars from a project which is a monorepo that includes dependencies to many many great things in this world, so needless to say i do not want these executable jars ...

vach
Votes: 0
Answers: 1