hrstoyanov opened a new issue, #1862: URL: https://github.com/apache/shiro/issues/1862
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/shiro/issues?q=is%3Aissue) and found no similar issues. ### Documentation Related Apache Shiro docs discuss [thread association](https://shiro.apache.org/subject.html) of Subject, but modern Java now offers [scoped values](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/ScopedValue.html) that eliminate the need for thread locals and [structured concurrency](https://docs.oracle.com/en/java/javase/23/core/structured-concurrency.html#GUID-AA992944-AABA-4CBC-8039-DE5E17DE86DB) for proper threads cleanup. I would appreciate if the Apache Shiro docs are extended with these topics, some practical code is shown, especially for the custom Subject builder api ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
