Type |
Bug
|
Priority |
Blocker
|
Assignee | |
RedmineID |
5500
|
Version |
tigase-server-8.1.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Blocker
|
Assignee | |
RedmineID |
5500
|
Version |
tigase-server-8.1.0
|
Spent time |
0
|
Instances of
RepoPool
classes used in @ UserRepository@ andJDBCRepository
forcing synchronized access even if caching is disabled due to an instance ofRepoPool
being wrapped by @Collections.synchronizedMap()@.Synchronization should be moved inside this
RepoPool
class as instance ofSizedCache
needs to be synchronized and we may synchronize required methods manually with usage ofsynchronized (cache) { }
block.