The only relevance is that the proposed fix to this issue potentially exposes logback to the thread safety issue. So it may be worth deferring pulling this fix in until we are sure Janino is suitably thread safe.
Have you been able to verify the thread safety?
As for the test, it could be made more compact with the use of a suitable mocking library, but I wasn't sure which one to choose, so I did without.
The mocking library we use is mockito.
Thanks.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Hi Glyn,
Have you been able to verify the thread safety?
The mocking library we use is mockito.
Thanks.