Skip to content

Update for latest cwms-data-api-client and OpenID Connect changes.#39

Merged
MikeNeilson merged 3 commits intomainfrom
feature/SHA-285-updates-for-oidc-changes
Nov 10, 2025
Merged

Update for latest cwms-data-api-client and OpenID Connect changes.#39
MikeNeilson merged 3 commits intomainfrom
feature/SHA-285-updates-for-oidc-changes

Conversation

@MikeNeilson
Copy link
Collaborator

Additionally, update jacoco version for newer JDKs

@MikeNeilson MikeNeilson requested a review from FHanbali November 6, 2025 21:38
ApiConnectionInfo buildAuthInfo() {
String baseUrl = String.format("http://localhost:%s", mockAuthServer.getPort());
return new ApiConnectionInfoBuilder(baseUrl).build();
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If there is an error in the BeforeAll section to my understanding the AfterAll would never get run so the tearDown might never get called.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll go check the manual to verify. That basically means a test would never clean up, at least until all tests are done. This is using random ports so that's not really a huge deal here though I think.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirmed it's always called, not that we could do much anyways.

@MikeNeilson MikeNeilson merged commit 180d41a into main Nov 10, 2025
1 check passed
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.

2 participants