• Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • collabnet-plugin
    • 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

          [JENKINS-73023] Log spam about ChangeLogAnnotator

          Owen Mehegan created issue -
          Owen Mehegan made changes -
          Description Original: The plugin causes constant log spam like this:
          {code:java}
          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{code}
          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.
          New: The plugin causes constant log spam like this:
          {code:java}
          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{code}
          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
          Owen Mehegan made changes -
          Assignee Original: whsu [ whsu ] New: Arun [ arunpandurangan ]

          Owen Mehegan added a comment -

          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.

          Owen Mehegan added a comment - 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.

            arunpandurangan Arun
            owenmehegan Owen Mehegan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: