Branch: refs/heads/master Home: https://github.com/jenkinsci/performance-plugin Commit: b33fe09291aed0ac45eff9b7858a18db91660e3b https://github.com/jenkinsci/performance-plugin/commit/b33fe09291aed0ac45eff9b7858a18db91660e3b Author: Aniket Kadam <anikad...@gmail.com> Date: 2019-02-05 (Tue, 05 Feb 2019)
Changed paths: M src/main/java/hudson/plugins/performance/parsers/IagoParser.java Log Message: ----------- Replaced a javax ValidationException with IllegalArgumentException (#184) * Replaced a javax ValidationException with IllegalArgumentException Because we're removing all javax.xml.bind classes since they are removed in java 9. The ValidationException is eventually subsumed into a general Exception by the caller anyway and there's no reason for this specific exception to be retained. * Added a missing throws IllegalArgumentException inplace of ValidationEx -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.