spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Kotlin Coroutines Issues

Open rwinch opened this issue 3 years ago • 1 comments

This issue groups together related Kotlin Coroutines issues.

Blocking Spring Security

  • [x] https://github.com/spring-projects/spring-framework/issues/26867
  • [x] https://github.com/spring-projects/spring-framework/issues/22462

Security Issues

  • [x] gh-10470
  • [x] gh-10252
  • [x] gh-10810
  • [ ] gh-9670
  • [x] https://github.com/spring-projects/spring-security/issues/12080

rwinch avatar Jun 03 '22 15:06 rwinch

gh-13764 was opened to build on work done in spring-projects/spring-framework#22462 to support Kotlin Coroutines in Spring AOP, and specifically fix failing tests in Spring Security. We should check to see if this work has resolved any of the above issues.

sjohnr avatar Sep 07 '23 16:09 sjohnr