-
Task
-
Resolution: Unresolved
-
Minor
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.
[JENKINS-52687] Replace DecimalFormat and SimpleDateFormat to DateTime
Labels | New: PerformanceCenter |
Description | Original: 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|https://docs.oracle.com/javase/tutorial/datetime/iso/format.html]. |
New:
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|https://docs.oracle.com/javase/tutorial/datetime/iso/format.html]. and remove it from the whitelist and if needed replace with new whitelist classes. |