Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19383]
Fixed a bug in bytecode-compatibility-transformer where class file
format prior to 1.49 cannot have the ldc instruction pointing to a class
constant.
  • Loading branch information
kohsuke committed Oct 25, 2013
1 parent f98c462 commit 27d1a03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -58,6 +58,9 @@
<li class=bug>
NPE thrown from CLI <code>build</code> command under some circumstances.
(<a href="https://github.com/jenkinsci/jenkins/pull/979">pull request 979</a>)
<li class=bug>
Fixed a bug in the compatibility transformer (since 1.527) that causes <tt>VerifyError<//t> in Ivy plugin and possibly others.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19383">issue 19383</a>)
<li class=bug>
Pass full list of all possible jobs to ViewJobFilter when recurse option is set
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20143">issue 20143</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -199,7 +199,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>bytecode-compatibility-transformer</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
Expand Down

0 comments on commit 27d1a03

Please sign in to comment.