-
Bug
-
Resolution: Duplicate
-
Minor
-
None
Due to commit https://github.com/stapler/stapler/commit/82b0a45924b083796d04c94661bbef7b80e2d2bf the Jenkins log fills with a lot of messages. Seems that almost every plug-in/extension is affected.
In my plug-ins I don't use stapler-class explicitely, this might be something inherited from core. So it is not clear what to do as a plug-in developer.
Is there anything I can do here in my plug-in? One affected plug-in is checkstyle: here I get the messages for
master54521|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStylePublisher master52856|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStyleColumn
- is related to
-
JENKINS-25403 Plugins should switch to '$class' from 'stapler-class' and 'kind'
-
- Closed
-
-
JENKINS-27049 PegDown formatter causes deprecation message in jenkins log
-
- Closed
-
[JENKINS-26294] WARNING: 'stapler-class' is deprecated is shown for almost every extension
Link |
New:
This issue is related to |
Summary | Original: WARNING: 'stapler-class' is deprecated is shown on almost every extension | New: WARNING: 'stapler-class' is deprecated is shown for almost every extension |
Description |
Original:
Due to commit https://github.com/stapler/stapler/commit/82b0a45924b083796d04c94661bbef7b80e2d2bf the Jenkins log fills with a lot of messages. Seems that almost every plug-in/extension is affected. Example log: https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness/lastCompletedBuild/testReport/plugins/CheckStylePluginTest/should_collect_warnings_in_build/ In my plug-ins I don't use stapler-class explicitely, this is something inherited from core. So it is not clear what to do as a plg-in developer. |
New:
Due to commit https://github.com/stapler/stapler/commit/82b0a45924b083796d04c94661bbef7b80e2d2bf the Jenkins log fills with a lot of messages. Seems that almost every plug-in/extension is affected. Example log: https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness/lastCompletedBuild/testReport/plugins/CheckStylePluginTest/should_collect_warnings_in_build/ In my plug-ins I don't use stapler-class explicitely, this might be something inherited from core. So it is not clear what to do as a plug-in developer. Is there anything I can do here in my plug-in? One affected plug-in is checkstyle: here I get the messages for {noformat} master54521|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStylePublisher master52856|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStyleColumn {noformat} |
Description |
Original:
Due to commit https://github.com/stapler/stapler/commit/82b0a45924b083796d04c94661bbef7b80e2d2bf the Jenkins log fills with a lot of messages. Seems that almost every plug-in/extension is affected. Example log: https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness/lastCompletedBuild/testReport/plugins/CheckStylePluginTest/should_collect_warnings_in_build/ In my plug-ins I don't use stapler-class explicitely, this might be something inherited from core. So it is not clear what to do as a plug-in developer. Is there anything I can do here in my plug-in? One affected plug-in is checkstyle: here I get the messages for {noformat} master54521|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStylePublisher master52856|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStyleColumn {noformat} |
New:
Due to commit https://github.com/stapler/stapler/commit/82b0a45924b083796d04c94661bbef7b80e2d2bf the Jenkins log fills with a lot of messages. Seems that almost every plug-in/extension is affected. Example log: https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness/lastCompletedBuild/testReport/plugins/CheckStylePluginTest/should_collect_warnings_in_build/ In my plug-ins I don't use stapler-class explicitely, this might be something inherited from core. So it is not clear what to do as a plug-in developer. Is there anything I can do here in my plug-in? One affected plug-in is checkstyle: here I get the messages for {noformat} master54521|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStylePublisher master52856|WARNING: 'stapler-class' is deprecated: hudson.plugins.checkstyle.CheckStyleColumn {noformat} |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 160355 ] | New: JNJira + In-Review [ 196397 ] |
https://github.com/jenkinsci/jenkins/pull/1443 will fix this.