You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/12/08 15:17:13 UTC

[GitHub] [commons-vfs] dependabot[bot] opened a new pull request, #346: Bump bcel from 6.6.1 to 6.7.0

dependabot[bot] opened a new pull request, #346:
URL: https://github.com/apache/commons-vfs/pull/346

   Bumps [bcel](https://github.com/apache/commons-bcel) from 6.6.1 to 6.7.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt">bcel's changelog</a>.</em></p>
   <blockquote>
   <pre><code>          Apache Commons BCEL
             Version 6.7.0
             RELEASE NOTES
   </code></pre>
   <p>INTRODUCTION:</p>
   <p>The Apache Commons BCEL team is pleased to announce the release of
   Apache Commons BCEL 6.7.0!</p>
   <p>The Byte Code Engineering Library (BCEL) is intended to give users a convenient
   way to analyze, create, and manipulate compiled .class files. Classes are
   represented by objects containing all the symbolic information of the given
   class: methods, fields and byte code instructions.</p>
   <p>Maintenance and bug fix release.</p>
   <h1>NEW FEATURES:</h1>
   <p>o           Add org.apache.bcel.classfile.ClassFormatException.ClassFormatException(Throwable). Thanks to Gary Gregory.
   o           Add org.apache.bcel.classfile.JavaClass.EXTENSION. Thanks to Gary Gregory.
   o           Add org.apache.bcel.classfile.Module.EXTENSION. Thanks to Gary Gregory.
   o           Add org.apache.bcel.util.Args. Thanks to Gary Gregory.
   o           Add org.apache.bcel.generic.ArrayType.getClassName(). Thanks to Gary Gregory.
   o           Add org.apache.bcel.generic.Type.getClassName(). Thanks to Gary Gregory.
   o           Add org.apache.bcel.classfile.Utility.packageToPath(String). Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.MethodParameter now implements org.apache.bcel.classfile.Node. Thanks to Gary Gregory, Mark Roberts.
   o           Add org.apache.bcel.classfile.JavaClass.getSourceFilePath(). Thanks to nbauma109, Gary Gregory.
   o           Add org.apache.bcel.generic.PUSH.PUSH(ConstantPoolGen, ArrayType). Thanks to nbauma109, Gary Gregory.</p>
   <h1>FIXED BUGS:</h1>
   <p>o           Avoid internal NPE in org.apache.bcel.util.ClassPath.getInputStream(String, String). Thanks to Gary Gregory.
   o           InstructionConstants.ALOAD_0 value is wrong (regression from 6.6.0). Thanks to Gary Gregory.
   o           InstructionConstants.DCONST_0 value is wrong (regression from 6.6.0). Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.Attribute constructors now throw ClassFormatException on invalid name index input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.CodeException constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.ConstantInvokeDynamic.ConstantInvokeDynamic(DataInput). Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.ConstantValue constructors now throw ClassFormatException on invalid length input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.Deprecated constructors now throw ClassFormatException on invalid length input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.EnclosingMethod constructors now throw ClassFormatException on invalid length, class index, or method index input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.ExceptionTable constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.InnerClasses constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.LineNumber constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.LocalVariable constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.LocalVariableTable constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.LocalVariableTypeTable constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.
   o           org.apache.bcel.classfile.ModuleMainClass constructors now throw ClassFormatException on invalid input. Thanks to Gary Gregory.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/apache/commons-bcel/commit/6fc2135e6b1dca14716287e72bf813cb209bdbbd"><code>6fc2135</code></a> Prepate for next RC</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/b015e90257850e810e57d1244664300f50de4a4c"><code>b015e90</code></a> Prepate for next RC</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/7507da900b4a11b14f0e564b59270dee5a2f78d3"><code>7507da9</code></a> Prepate for next RC</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/5582fa16bda62081729b98868d63c35ce3a3df9f"><code>5582fa1</code></a> Bump japicmp from 0.16.0 to 0.17.1</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/21aef486af049ca5f4f820a4de7c170a89b6e4c6"><code>21aef48</code></a> Reset RC count</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/2eb9736750fb884db269e7e52533295074830074"><code>2eb9736</code></a> Fix possible NullPointerException in</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/ce634b1e3e7c3c5dc6cad31d832da666240f023e"><code>ce634b1</code></a> Fix compiler warning</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/be4aec1b8f204ef51af208c92ac5dd1f14c3a936"><code>be4aec1</code></a> Use an inline comment</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/c6ba36f4c767fe3026397f0eb27f0226311a8a60"><code>c6ba36f</code></a> Javadoc</li>
   <li><a href="https://github.com/apache/commons-bcel/commit/ae5c94c832bcc2f481601e4bd1fc73652140b3e8"><code>ae5c94c</code></a> Unit tests and coverage for binary operations <a href="https://github-redirect.dependabot.com/apache/commons-bcel/issues/174">#174</a></li>
   <li>Additional commits viewable in <a href="https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.6.1...rel/commons-bcel-6.7.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.bcel:bcel&package-manager=maven&previous-version=6.6.1&new-version=6.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-vfs] garydgregory merged pull request #346: Bump bcel from 6.6.1 to 6.7.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged PR #346:
URL: https://github.com/apache/commons-vfs/pull/346


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org