Skip to content

Add SortExpressions for in-memory SCIM sorting#1082

Open
bdemers wants to merge 1 commit intodevelopfrom
sort
Open

Add SortExpressions for in-memory SCIM sorting#1082
bdemers wants to merge 1 commit intodevelopfrom
sort

Conversation

@bdemers
Copy link
Copy Markdown
Member

@bdemers bdemers commented Mar 29, 2026

Converts a SortRequest into a Comparator for use in
stream pipelines. Documents sorting responsibility on Repository.find()
-- repositories apply SortRequest if the backend supports server-side
sorting; unsupported sort attributes are silently ignored per
RFC 7644 S3.4.2.3.

Generated-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

  Converts a SortRequest into a Comparator<ScimResource> for use in
  stream pipelines. Documents sorting responsibility on Repository.find()
  -- repositories apply SortRequest if the backend supports server-side
  sorting; unsupported sort attributes are silently ignored per
  RFC 7644 S3.4.2.3.

  Generated-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

View details about the 'Apache Rat - Check' build 855 in the Build Scan 📊

@github-actions
Copy link
Copy Markdown

View details about the 'Maven Verify (with Java 17-zulu)' build 1859 in the Build Scan 📊

@github-actions
Copy link
Copy Markdown

View details about the 'Maven Verify (with Java 21-zulu)' build 1859 in the Build Scan 📊

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