Unexpected behaviour is too common phrase - got it
As i sad i’ve experienced it in
https://github.com/spring-projects/spring-framework/blob/main/spring-aop/src/main/java/org/springframework/aop/interceptor/ExposeInvocationInterceptor.java
Error on ThreadLocal#set in finally section there lead to
On 29/09/2023 6:33 am, Егор Зиборов wrote:
Hello, Alan
I’ve experienced SO in ThreadLocal#set on my production instance
(more than that it‘s happened in Spring’s ExposeInvocationInterceptor
that uses TL as context storage)As a result of SO in ThreadLocal
we’ve experienced unexpected errors with
Hello, Alan
I’ve experienced SO in ThreadLocal#set on my production instance (more than
that it‘s happened in Spring’s ExposeInvocationInterceptor that uses TL as
context storage)As a result of SO in ThreadLocal we’ve experienced unexpected
errors with Spring AOP, but I’m sure that it could aff
On 28/09/2023 17:21, Егор Зиборов wrote:
Hello, everyone
I'm new there and writing this letter during advice of Dalibor Topic
I faced an issue with SOE in ThreadLocal and want to add this java9 annotation
on ThreadLocal#set. Does anyone have any concerns about it?
This annotation is for very
Hello, everyone
I'm new there and writing this letter during advice of Dalibor Topic
I faced an issue with SOE in ThreadLocal and want to add this java9 annotation
on ThreadLocal#set. Does anyone have any concerns about it?
Thank you in advance