-
Notifications
You must be signed in to change notification settings - Fork 30
Tidy up project #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy up project #54
Conversation
…-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).
ianopolous
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
|
So what now (re SNAPSHOT)? We gonna perform tidy-ups and releases in lockstep? Or any other idea? Before doing that, we may want to lay down names? Are module names mentioned in PR https://github.com/ipfs-shipyard/java-ipfs-http-client/pull/269/changes okay? |
|
Lockstep is fine by me. And those module names look fine. |
|
Right. There is another problem: The So I removed those, but that will cause breakage |
|
Discuss it here multiformats/java-multibase#48 |
|
Just as a demo, pushed more: snapshots are now shared via IPFS. Repository (for demo purposes) is: |
|
Ok, changes pushed:
|
|
If merging this, please squash merge (or ping me to squash beforehand) |
Apply same set of changes as to https://github.com/ipfs-shipyard/java-ipfs-http-client
Changes:
Dependency uses SNAPSHOT of multibase (will fail on CI).