-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: hp-application-automation-tools-plugin
com.microfocus.adm.performancecenter.plugins.common.pcEntities.TimeslotDuration usesĀ java.text.SimpleDateFormat, java.text.DecimalFormat which are not thread safe after the addition of JDK 8, we need to move to a thread safe solution likeĀ DateTime.
and remove it from the whitelist and if needed replace with new whitelist classes.