The main issue was the static Repository, but instance based
Repositories are available now.
On 12/11/2017 11:26 AM, Torsten Curdt wrote:
It's been a looong time since I worked on BCEL and my memories might serve
me wrong but I think thread safety is something that should not necessarily
happe
It's been a looong time since I worked on BCEL and my memories might serve
me wrong but I think thread safety is something that should not necessarily
happen on the BCEL level. BCEL holds a lot of state. Making all that
threadsafe - I'd like to see the use cases first as it might come at a
cost. BC
Thread safety or lack thereof seems to be a recurring theme in BCEL.
Is anyone available to take a closer look at what it would take to update
the code with thread safety in mind?
Gary