You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code was working with spring boot 2.7.5, but it does not work anymore with version 2.7.6. ReactiveSecurityContextHolder.getContext() now returns empty.
I was able to "correct" the problem with spring-boot 2.7.6 by downgrading reactor-core from 3.4.25 to 3.4.24. So I'm going to close this issue and open it in reactore-core
@pascalgosselin Thanks for letting us know. When you open the Reactor issue, you can add a comment here with a link to it in case others run into a similar problem.
The following code was working with spring boot 2.7.5, but it does not work anymore with version 2.7.6.
ReactiveSecurityContextHolder.getContext()
now returns empty.You can test the problem with the following test class. The test succeed with version 2.7.5 but not with 2.7.6
I'm not sure if the problem is with spring-boot or project-reactor since project-reactor was updated in the new spring-boot version.
It could be this change: https://github.com/reactor/reactor-core/pull/3262/files#diff-a5639cea15f6765fecf7b44413831dc92cc0c8f45c1314ae8f4fb2959c60a623, but I'm really not sure.
Thanks in advance
The text was updated successfully, but these errors were encountered: