Comparing odisseus:master...multiformats:master · odisseus/java-multihash
Commits on Jul 2, 2025
Commits on Jan 22, 2026
-
Tidy up project (multiformats#54)
* Apply same set of changes as to https://github.com/ipfs-shipyard/java-ipfs-http-client Changes: * GH workflow updates (Java 21, use mvnw) * GH dependabot enabled for Maven as well * apply same .mvn/maven.config (but no checksum as there are no deps) * use wrapper + enable sha256 distro checksum * reformat same way as ipfs-http-client * update to Junit 6.0.2 (drop hamcrest; is unused) * no Java source code changes (sans reformat) Dependency uses SNAPSHOT of multibase (will fail on CI). * Experiment with ipfs * Undo experiment, use 1.3.0 from jitpack