Skip to content

Commit

Permalink
[FIXED JENKINS-22525]
Browse files Browse the repository at this point in the history
Integrated a bridge-method-injector that rebuilds the constant pool from
scratch.
  • Loading branch information
kohsuke committed Jul 31, 2014
1 parent 7bbf36b commit 4e23793
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,9 @@
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class="bug">
Worked around "incompatible InnerClasses attribute" bug in IBM J9 VM
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-22525">issue 22525</a>)
<li class="bug">
Fixed a file descriptor leak with CLI connections.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23248">issue 23248</a>)
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -179,7 +179,7 @@ THE SOFTWARE.
<dependency>
<groupId>com.infradna.tool</groupId>
<artifactId>bridge-method-annotation</artifactId>
<version>1.9</version>
<version>1.13</version>
</dependency>

<dependency><!-- until we get this version through Stapler -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -452,7 +452,7 @@ THE SOFTWARE.
<plugin>
<groupId>com.infradna.tool</groupId>
<artifactId>bridge-method-injector</artifactId>
<version>1.9</version>
<version>1.13</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 4e23793

Please sign in to comment.