| 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
RepoPoolclasses used in @ UserRepository@ andJDBCRepositoryforcing synchronized access even if caching is disabled due to an instance ofRepoPoolbeing wrapped by @Collections.synchronizedMap()@.Synchronization should be moved inside this
RepoPoolclass as instance ofSizedCacheneeds to be synchronized and we may synchronize required methods manually with usage ofsynchronized (cache) { }block.