Add `@Nullable` to changePassword parameters in `UserDetailsManager` by therepanic · Pull Request #18271 · spring-projects/spring-security · GitHub
Skip to content

Add @Nullable to changePassword parameters in UserDetailsManager#18271

Merged
rwinch merged 1 commit into
spring-projects:mainfrom
therepanic:gh-18257
Jan 23, 2026
Merged

Add @Nullable to changePassword parameters in UserDetailsManager#18271
rwinch merged 1 commit into
spring-projects:mainfrom
therepanic:gh-18257

Conversation

@therepanic

Copy link
Copy Markdown
Contributor

Also, an unused argument was removed from JdbcUserDetailsManager#createNewAuthentication that was not used and would break the build of the current change.

Closes: gh-18257

Closes: spring-projectsgh-18257

Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
@therepanic

Copy link
Copy Markdown
Contributor Author

@rwinch rwinch self-assigned this Jan 23, 2026
@rwinch rwinch added in: build An issue in the build in: core An issue in spring-security-core type: enhancement A general enhancement labels Jan 23, 2026
@rwinch rwinch added this to the 7.1.0-M2 milestone Jan 23, 2026
@rwinch rwinch merged commit 0a182f1 into spring-projects:main Jan 23, 2026
6 checks passed
@rwinch

rwinch commented Jan 23, 2026

Copy link
Copy Markdown
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in: build An issue in the build in: core An issue in spring-security-core status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UserDetailsManager should support password change with nulls

3 participants