eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

390626 BeanManager: Concurrency Issue when unregistering #1080

Closed aschwanden closed 1 month ago

aschwanden commented 2 months ago

Fix concurrency issue that happens only because m_producer is set to null when unregistering an IBean. Preferable, the m_producer is final.