Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/git-plugin

  Commit: 732dee4a246057c9dc1065b73798d3a7aa4e8839

      
https://github.com/jenkinsci/git-plugin/commit/732dee4a246057c9dc1065b73798d3a7aa4e8839

  Author: René Scheibe <rene.sche...@gmail.com>

  Date:   2019-09-08 (Sun, 08 Sep 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [JENKINS-57694] Fix IncompatibleClassChangeError when running tests



The error was:

> Error injecting constructor, java.lang.IncompatibleClassChangeError:

> jenkins.plugins.git.AbstractGitSCMSource$SpecificRevisionBuildChooser and 
> jenkins.plugins.git.AbstractGitSCMSource$SpecificRevisionBuildChooser$DescriptorImpl
>  disagree on InnerClasses attribute

> at 
> jenkins.plugins.git.AbstractGitSCMSource$SpecificRevisionBuildChooser$DescriptorImpl.<init>(AbstractGitSCMSource.java:416)



The error was introduced in commit db3e063c59f81d1cc78e77c075e8acd92f7b1b83

when org.jenkins-ci.plugins:git-tag-message was added as dependency.

It contains org.jenkins-ci.plugins:git as dependency itself.

Therefore 2 versions appeared on the classpath causing trouble.





  Commit: d20a84b2b391d6e577273d1dc565e8698a0d1a9f

      
https://github.com/jenkinsci/git-plugin/commit/d20a84b2b391d6e577273d1dc565e8698a0d1a9f

  Author: Mark Waite <mark.earl.wa...@gmail.com>

  Date:   2019-09-08 (Sun, 08 Sep 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #754 from darxriggs/fix-git-tag-message-classpath-issue



[JENKINS-57694] Fix IncompatibleClassChangeError when running tests





Compare: 
https://github.com/jenkinsci/git-plugin/compare/d1d765a5fabb...d20a84b2b391

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/d1d765-d20a84%40github.com.

Reply via email to