Skip to content

Search: clean up Javadoc in search strategy interfaces and SearchSecurityDecorator #4200#5381

Merged
fractal3000 merged 1 commit into
masterfrom
feature/4200-search-javadoc-cleanup
Jun 18, 2026
Merged

Search: clean up Javadoc in search strategy interfaces and SearchSecurityDecorator #4200#5381
fractal3000 merged 1 commit into
masterfrom
feature/4200-search-javadoc-cleanup

Conversation

@fractal3000

Copy link
Copy Markdown
Contributor

Minor Javadoc-only cleanup of classes introduced in #4200. No behavior or API changes.

  • OpenSearchSearchStrategy — fix broken {@link} tag ({link @searchstrategy}) that produced a Javadoc warning, and replace the imprecise description.
  • ElasticsearchSearchStrategy — replace the imprecise "based on the provided search context" wording (the context is the SearchRequestContext argument of the inherited configureRequest, not something the interface provides).
  • SearchSecurityDecorator — replace the inaccurate "Decorates CurrentUserSecurityFacade" description (the class decorates nothing) with an accurate one: entity- and attribute-level read permission checks, delegating to SecureOperations / PolicyStore.

…rityDecorator #4200

- OpenSearchSearchStrategy: fix broken {@link} tag, replace imprecise description
- ElasticsearchSearchStrategy: replace imprecise "based on the provided search context" wording
- SearchSecurityDecorator: replace inaccurate "Decorates CurrentUserSecurityFacade" description
  with an accurate one (entity- and attribute-level read permission checks)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@fractal3000 fractal3000 merged commit 6f1558d into master Jun 18, 2026
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