-
Notifications
You must be signed in to change notification settings - Fork 1
4.1.0-SNAPSHOT: Updates Java, Maven and Junit versions #5
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Brings POM up-to-date. Updates JDK version to `21`, JUnit to `5.10.2`, and Maven minimum version to `3.9.6` for compatibility with the two previously mentioned dependencies. See stacs-srg#3, stacs-srg#4
jamesross03
pushed a commit
to jamesross03/utilities
that referenced
this pull request
Aug 1, 2025
Updates [`common-pom`](https://github.com/stacs-srg/common-pom/) to [`4.1.0-SNAPSHOT`](stacs-srg/common-pom#5) to take advantage of updated JDK and JUnit dependencies. See stacs-srg#15
This was referenced Aug 1, 2025
jamesross03
pushed a commit
to jamesross03/ciesvium-develop
that referenced
this pull request
Aug 1, 2025
Updates [`common-pom`](https://github.com/stacs-srg/common-pom/) to [`4.1.0-SNAPSHOT`](stacs-srg/common-pom#5) to take advantage of updated JDK and JUnit dependencies. See stacs-srg#10
This was referenced Aug 1, 2025
jamesross03
pushed a commit
to jamesross03/population-records
that referenced
this pull request
Aug 1, 2025
Updates [`common-pom`](https://github.com/stacs-srg/common-pom/) to [`4.1.0-SNAPSHOT`](stacs-srg/common-pom#5) to take advantage of updated JDK and JUnit dependencies. See stacs-srg#13
This was referenced Aug 1, 2025
jamesross03
pushed a commit
to jamesross03/population-linkage-develop
that referenced
this pull request
Aug 1, 2025
Updates [`common-pom`](https://github.com/stacs-srg/common-pom/) to [`4.1.0-SNAPSHOT`](stacs-srg/common-pom#5) to take advantage of updated JDK and JUnit dependencies. See stacs-srg#28
jamesross03
added a commit
to jamesross03/population-records
that referenced
this pull request
Sep 24, 2025
## Overview
Adds unit-testing for RecordRepository, reinstates long ids, and updates to common-pom 4.1.0.
## Commits included
- Updates Hashcode functionality for record_types
- Adds unit-testing for record types
- Implementation of some tests for RecordRepository
- Basic setup for RecordRepository tests, overriding Neo4J using Neo4J
test harness.
- Adds more tests and asserts successful teardown
- Updates `common-pom` to 4.1.0-SNAPSHOT
Updates [`common-pom`](https://github.com/stacs-srg/common-pom/) to
[`4.1.0-SNAPSHOT`](stacs-srg/common-pom#5) to
take advantage of updated JDK and JUnit dependencies. See stacs-srg#13
* Reinstates long ids instead of String ids
Removes remnants of rolled-back updates to neo-storr.
* Implemented more RecordRepository tests
Implemented more thorough testing of the Neo4J backing of
RecordRepository using a test-harness.
---------
Co-authored-by: jar35 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Brings POM up-to-date. Updates JDK version to
21, JUnit to5.10.2, and Maven minimum version to3.9.6for compatibility with the two previously mentioned dependencies.Closes #3, closes #4
Changelist
Dependencies:
jdk.versionvariable).Junit 4.13.2dependency withjunit-jupiter 5.10.2.3.9.6to support the above two dependencies.