Skip to content

Conversation

@jamesross03
Copy link

@jamesross03 jamesross03 commented Aug 1, 2025

Overview

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.

Closes #3, closes #4

Changelist

Dependencies:

  • Updates Maven compiler source and target from JDK 11 to JDK 21 (jdk.version variable).
  • Replaces discontinued Junit 4.13.2 dependency with junit-jupiter 5.10.2.
  • Updates minimum Maven version to 3.9.6 to support the above two dependencies.

jar35 added 2 commits August 1, 2025 10:27
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 jamesross03 changed the title 4.0.1-SNAPSHOT: Updated Java, Maven and Junit versions 4.1.0-SNAPSHOT: Updated Java, Maven and Junit versions Aug 1, 2025
@jamesross03 jamesross03 changed the title 4.1.0-SNAPSHOT: Updated Java, Maven and Junit versions 4.1.0-SNAPSHOT: Updates Java, Maven and Junit versions Aug 1, 2025
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
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
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
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
@grahamkirby grahamkirby merged commit 0be1c05 into stacs-srg:master Sep 1, 2025
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to JUnit5 Update JDK target to 21

2 participants