Skip to content

Dispose default Scheduler #7493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2019
Merged

Dispose default Scheduler #7493

merged 1 commit into from
Sep 30, 2019

Conversation

robotmrv
Copy link
Contributor

AbstractUserDetailsReactiveAuthenticationManager creates parallel Scheduler with daemon=false Threads. It is recommended to dispose such Schedulers to be able exit the VM

Fixes gh-7492

AbstractUserDetailsReactiveAuthenticationManager creates parallel
Scheduler with daemon=false Threads. It is recommended to dispose such
Schedulers to be able exit the VM

Fixes spring-projectsgh-7492
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 29, 2019
@rwinch rwinch merged commit 39600b9 into spring-projects:master Sep 30, 2019
rwinch added a commit that referenced this pull request Sep 30, 2019
@rwinch rwinch added in: core An issue in spring-security-core type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 30, 2019
@rwinch rwinch self-assigned this Sep 30, 2019
@rwinch rwinch added this to the 5.2.0 milestone Sep 30, 2019
@rwinch rwinch added the status: duplicate A duplicate of another issue label Sep 30, 2019
@rwinch rwinch removed this from the 5.2.0 milestone Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core status: duplicate A duplicate of another issue type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AbstractUserDetailsReactiveAuthenticationManager default Scheduler should be disposed
3 participants