valkey-io / valkey-glide

An open source Valkey client library that supports Valkey and Redis open source 6.2, 7.0 and 7.2. Valkey GLIDE is designed for reliability, optimized performance, and high-availability, for Valkey and Redis OSS based applications. GLIDE is a multi language client library, written in Rust with programming language bindings, such as Java and Python
Apache License 2.0
214 stars 46 forks source link

Fixed Java ORT not to include irrelevant dependencies #1975

Closed barshaul closed 1 month ago

barshaul commented 1 month ago

Fixes #1971 by removing unnecessary spotbugs from the attribution files

barshaul commented 1 month ago

@alexey-temnikov I tested your proposal, it doesn't work, jacoco and spotbugs are still being added to the final report. You can test it locally by running from the built ort package:

 ./gradlew cli:run --args="analyze -i /home/ubuntu/valkey-glide/java -o /home/ubuntu/valkey-glide/java/ort_results -f JSON" && ./gradlew cli:run --args="report -i /home/ubuntu/valkey-glide/java/ort_results/analyzer-result.json -o /home/ubuntu/valkey-glide/java/ort_results/ -f PlainTextTemplate" 

and checking out the generated NOTICE_DEFAULT file