[JIRA] (JENKINS-13632) AbstractMethodError with PTC Integrity Plugin
Title: Message Title Martin Bickel commented on JENKINS-13632 Re: AbstractMethodError with PTC Integrity Plugin We encountered the same problem in our own plugin that uses mksapi - and were able to solve it. The classloader of Jenkins plugins prefers classes from other plugins or Jenkins core to the classes bundled in the plugin itself, as documented here: https://jenkins.io/doc/developer/plugin-development/dependencies-and-class-loading/ If the Jenkins installation already contains a different version of org.apache.commons.httpclient.HttpConnection , you get this problem. That's why it's difficult to reproduce in another installation, because it depends on the exact version of plugins installed. We solved it in our plugin by configuring the classloader of our plugin to use its own classes for the given packages. Excerpt from POM.xml org.jenkins-ci.tools maven-hpi-plugin org.apache.commons.httpclient. org.apache.commons.httpclient.auth. org.apache.commons.httpclient.cookie. org.apache.commons.httpclient.methods. org.apache.commons.httpclient.methods.multipart. org.apache.commons.httpclient.protocol. org.apache.commons.httpclient.util. Add Comment This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f) -- You received this message because you are subscribed to the Google Group
[JIRA] (JENKINS-56391) Whitespace entered during role assignments is handled inconsistently
Title: Message Title Martin Bickel commented on JENKINS-56391 Re: Whitespace entered during role assignments is handled inconsistently As I was bitten by this problem myself, I've fixed it. Pullrequest is at https://github.com/jenkinsci/role-strategy-plugin/pulls Add Comment This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.197980.1551713695000.2459.1574080500326%40Atlassian.JIRA.
[JIRA] (JENKINS-56391) Whitespace entered during role assignments is handled inconsistently
Title: Message Title Martin Bickel edited a comment on JENKINS-56391 Re: Whitespace entered during role assignments is handled inconsistently As I was bitten by this problem myself, I've fixed it.Pullrequest is at [https://github.com/jenkinsci/role-strategy-plugin/ pulls pull/112 ] Add Comment This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.197980.1551713695000.2462.1574080500385%40Atlassian.JIRA.
[JIRA] [integrity-plugin] (JENKINS-17853) Populating pending-add members into sandbox results in inconsistent configurations
Martin Bickel created JENKINS-17853 Populating pending-add members into sandbox results in inconsistent configurations Issue Type: Bug Affects Versions: current Assignee: Cletus D'Souza Attachments: pending-add.patch Components: integrity-plugin Created: 03/May/13 2:18 PM Description: The Integrity plugin places files into the sandbox that are in state "pending-add". When using transactional changepackages or the changepackage review process, this will often break builds, as the pending files often depend on pending checkins to existing files (for which the Integrity plugin will download the member rev, not the pending rev). Basically, the behavior of downloading pending-add members results in inconsistent configurations. The attached patch will fix this problem. Project: Jenkins Priority: Major Reporter: Martin Bickel This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.