Open AnirudhBhat opened 2 months ago
🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.
Version 20.6
has now entered code-freeze, so the milestone of this PR has been updated to 20.7
.
Version 20.7
has now entered code-freeze, so the milestone of this PR has been updated to 20.8
.
Version 20.8
has now entered code-freeze, so the milestone of this PR has been updated to 20.9
.
Version 20.9
has now entered code-freeze, so the milestone of this PR has been updated to 21.0
.
Version 21.0
has now entered code-freeze, so the milestone of this PR has been updated to 21.1
.
Version 21.1
has now entered code-freeze, so the milestone of this PR has been updated to 21.2
.
Version 21.2
has now entered code-freeze, so the milestone of this PR has been updated to 21.3
.
While fixing
ConcurrencyModificationException
https://github.com/woocommerce/woocommerce-android/pull/12646, we came to conclusion that replacingmutableMap
with Thread safe map would benefit in the long run. This ticket is to do that.