Skip to content

docs: fix invalid Indexed algorithm in encryption example - #5142

Open
Ravindrabijarniya wants to merge 1 commit into
spring-projects:mainfrom
Ravindrabijarniya:fix-issue-5140
Open

docs: fix invalid Indexed algorithm in encryption example#5142
Ravindrabijarniya wants to merge 1 commit into
spring-projects:mainfrom
Ravindrabijarniya:fix-issue-5140

Conversation

@Ravindrabijarniya

Copy link
Copy Markdown

Fixes documentation inconsistency where @Encrypted(algorithm = "Indexed") was shown as a valid option.

"Indexed" is not a valid value for @Encrypted.algorithm.
Queryable encryption indexing is controlled via @Queryable and @RangeEncrypted.

This change updates the example and adds clarification to prevent runtime errors.

Signed-off-by: Ravindra Bijarniya <ravindrabijarniya123@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 13, 2026
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 15, 2026
@mp911de
mp911de force-pushed the main branch 2 times, most recently from cc9055c to 9535e9c Compare August 5, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants