#6200 - Let users see their own roles in a project via remote API - #6208
Merged
reckart merged 1 commit intoAug 3, 2026
Merged
Conversation
- Convert RProject from a mutable class to a record with a builder, enabling deserialization by Jackson without additional constructors - Add explicit PermissionLevel role arguments to getProject(...) and createCompatibleCas(...) calls across all AERO remote API controllers (AeroAnnotationController, AeroCurationController, AeroDocumentController, AeroKnowledgeBaseController, AeroProjectController, LegacyRemoteApiController, and related Controller_ImplBase/next/* classes) - Update test helper MockAeroClient to deserialize and return RProject objects instead of extracting IDs via jsonPath - Convert AeroProjectControllerTest call sites to use project object references instead of extracting IDs inline, eliminating hardcoded project ID assumptions that break when the database identity sequence is non-sequential - Add LegacyRemoteApiControllerTest (new file) - Clean up static import usage and logger modifier (`private` -> `private static`)
reckart
force-pushed
the
feature/6200-Let-users-see-their-own-roles-in-a-project-via-remote-API
branch
from
August 2, 2026 20:19
2c8608a to
2289758
Compare
reckart
deleted the
feature/6200-Let-users-see-their-own-roles-in-a-project-via-remote-API
branch
August 3, 2026 20:41
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
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.
What's in the PR
private->private static)How to test manually
Automatic testing
Documentation