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

Upgrade build and dependencies #15

Merged
merged 7 commits into from
Apr 27, 2024
Merged

Conversation

sebastian-nagel
Copy link
Contributor

@sebastian-nagel sebastian-nagel commented Apr 15, 2024

Various upgrades to the build system, dependencies and Javadoc, minor fixes and improvements:

  • integration of Github build workflow
  • require Java 11 (requirement for the runtime was Java 10 which is not maintained anymore)
  • upgrade dependencies (fastutil, slf4j, junit) and Maven plugins.
  • complete exclusions of transitive dependencies
  • improve Javadocs (text and syntax)
  • refactor: add override annotations
  • make the command-line help (flag -h) of the script host2domaingraph.sh work

Correctly call the class HostToDomainGraph with flags only,
required to show command-line help.
Require Java 11 for compilation and runtime.
Upgrade fastutil, slf4j, junit and Maven plugins.
Complete exclusions of transitive dependencies.
Replace entities not supported by Java 11; add missing docs for
params and return value.
@sebastian-nagel sebastian-nagel merged commit ce985e2 into main Apr 27, 2024
3 checks passed
@sebastian-nagel sebastian-nagel deleted the upgrade-build-and-dependencies branch July 16, 2024 10:58
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