Skip to content
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

Update project for Dicoogle 3.3.6 #18

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Update project for Dicoogle 3.3.6 #18

wants to merge 9 commits into from

Conversation

Enet4
Copy link
Collaborator

@Enet4 Enet4 commented Jul 24, 2024

A general update to keep up with the latest practices of Dicoogle plugin development.

Summary

  • Update project manifest and dependencies (sdk 3.3.6)
  • Update ghactions CI workflow
  • Fix URI creation logic at RSIQuery
  • Use maven-shade-plugin instead of maven-assembly-plugin
  • Update README
  • Remove JsonWebService, extend RSIWebResource instead
  • Remove unused imports
  • Fix reported scheme of RSIStorage
  • Refactor RSIStorage

- update project version to 3.1.0 (minor bump)
- update dicoogle-sdk to 3.3.6 (latest SDK)
- update build dependency maven-compiler-plugin to the latest version
- update license-maven-plugin to v2.9
- update actions/checkout to v4
- update actions/setup-java to v4
- use temurin for the JDK distro
- URIs always use forward slashes regardless of platform OS
- Update URLs
- Ask user to have Java 8 or 11 installed
- Suggest to use `mvn package` instead of `mvn install`
- Update the resulting jar file name
- Refer to Dicoogle learning pack
- Suggest adding dicoogle-plugin-sample to the list of DIM providers
- Tweak formatting a bit
- scheme should not include the "://" part
- do not use raw types
- save byte arrays instead of dangling output streams
@Enet4 Enet4 self-assigned this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant