Hide Forgot
git commit to release-3.0.1 branch: 5821f5de67f88ef148f86697bda01a06d964c89c this is a trivial fix. the log message in MeasurementScheduleManagerBean prints the array in the useless form of "I[@1423456" but we want to see the array integers themselves. Use Arrays.toString: - log.warn("problem creating schedules for resourceIds [" + resourceIds + "]", t); + log.warn("problem creating schedules for resourceIds [" + Arrays.toString(resourceIds) + "]", t); this is a code change, nothing for QA to do
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE