-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
CollabNets version 2.0.8, Jenkins version 2.401.3
The plugin causes constant log spam like this:
2024-04-16 12:59:39.840+0000 [id=561629] WARNING hudson.scm.ChangeLogAnnotator#annotate: You must override the newer overload of annotate from hudson.plugins.collabnet.CNChangeLogAnnotator
Our customer's controller is seeing over 1,000 of these logs per hour. It looks like https://github.com/jenkinsci/collabnet-plugin/blob/master/src/main/java/hudson/plugins/collabnet/CNChangeLogAnnotator.java has not changed in 14 years, and may need an update due to changes in the annotate API. See https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/scm/ChangeLogAnnotator.java#L84
arunpandurangan are you the current maintainer of this plugin? If so, perhaps we should change the auto assignment of Jira issues to you instead of whsu who seems to not be active anymore.