Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps org.apache.bcel:bcel from 6.6.0 to 6.11.0.

Changelog

Sourced from org.apache.bcel:bcel's changelog.

Apache Commons BCEL Version 6.11.0 RELEASE NOTES

Introduction

The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.11.0.

The Byte Code Engineering Library (BCEL) is designed to provide users with 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 bytecode instructions.

This is a feature and maintenance release. Java 8 or later is required.

New Features

  •       Add Const.MAJOR_25. Thanks to Gary Gregory.
    
  •       Add Const.MINOR_25. Thanks to Gary Gregory.
    
  •       Add experimental CycloneDX VEX file [#446](https://github.com/apache/commons-bcel/issues/446). Thanks to Piotr P. Karwasz, Gary Gregory.
    
  •       Refactor to use new Maven POM variable ecj.version. Thanks to Gary Gregory.
    

Fixed Bugs

  •       Replace internal use of Locale.ENGLISH with Locale.ROOT. Thanks to Gary Gregory.
    
  • BCEL-375: Wrong permissions on bcel .jar file in binary .tar.gz distribution file. Thanks to J. Lewis Muir, Gary Gregory.
  • BCEL-376: ClassPath.close() throws UnsupportedOperationException when created with system-classpath. Thanks to Dominik Stadler, Gary Gregory.
  •       ClassPath.getResources(String) can use an ArrayList instead of a Vector. Thanks to Gary Gregory.
    
  •       Fix SpotBugs [ERROR] Medium: Operation on the "created" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 119] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory.
    
  •       Fix SpotBugs [ERROR] Medium: Operation on the "considered" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 137] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory.
    
  •       Fix SpotBugs [ERROR] Medium: Operation on the "skipped" shared variable in "ConstantUtf8" class is not atomic [org.apache.bcel.classfile.ConstantUtf8] At ConstantUtf8.java:[line 134] AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE. Thanks to Gary Gregory.
    
  •       org.apache.bcel.util.ClassPath.addJdkModules(String, List<String>) now reads the system property "jdk.module.path" instead of "java.modules.path"; see https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#jdk.module.path. Thanks to Gary Gregory.
    
  •       Fix ConstantPoolModuleAccessTest failures on Java 25. Thanks to Andrey Loskutov.
    
  • 377: Fix testing on Java 24 and up. Thanks to Dejan Stojadinović, Gary Gregory, Andrey Loskutov.

Changes

  •       Bump org.apache.commons:commons-parent from 72 to 89 [#346](https://github.com/apache/commons-bcel/issues/346), [#349](https://github.com/apache/commons-bcel/issues/349), [#559](https://github.com/apache/commons-bcel/issues/559), [#364](https://github.com/apache/commons-bcel/issues/364), [#368](https://github.com/apache/commons-bcel/issues/368), [#378](https://github.com/apache/commons-bcel/issues/378), [#464](https://github.com/apache/commons-bcel/issues/464). Thanks to Dependabot, Gary Gregory.
    
  •       Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.19.0 [#334](https://github.com/apache/commons-bcel/issues/334), [#341](https://github.com/apache/commons-bcel/issues/341), [#351](https://github.com/apache/commons-bcel/issues/351), [#444](https://github.com/apache/commons-bcel/issues/444). Thanks to Dependabot, Gary Gregory.
    
  •       Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.2.20 [#340](https://github.com/apache/commons-bcel/issues/340), [#347](https://github.com/apache/commons-bcel/issues/347), [#369](https://github.com/apache/commons-bcel/issues/369), [#390](https://github.com/apache/commons-bcel/issues/390), [#407](https://github.com/apache/commons-bcel/issues/407), [#422](https://github.com/apache/commons-bcel/issues/422), [#434](https://github.com/apache/commons-bcel/issues/434), [#441](https://github.com/apache/commons-bcel/issues/441), [#452](https://github.com/apache/commons-bcel/issues/452), [#462](https://github.com/apache/commons-bcel/issues/462). Thanks to Dependabot, Gary Gregory.
    
  •       Bump commons-io:commons-io from 2.16.1 to 2.20.0 [#357](https://github.com/apache/commons-bcel/issues/357), [#387](https://github.com/apache/commons-bcel/issues/387). Thanks to Dependabot, Gary Gregory.
    
  •       Bump jna.version from 5.14.0 to 5.18.1 [#358](https://github.com/apache/commons-bcel/issues/358), [#399](https://github.com/apache/commons-bcel/issues/399), [#466](https://github.com/apache/commons-bcel/issues/466), [#470](https://github.com/apache/commons-bcel/issues/470). Thanks to Dependabot, Gary Gregory.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#376](https://github.com/apache/commons-bcel/issues/376). Thanks to Dependabot, Gary Gregory.
    
  •       Bump org.apache.commons:commons-collections4 from 4.5.0-M2 to 4.5.0 [#395](https://github.com/apache/commons-bcel/issues/395). Thanks to Dependabot, Gary Gregory.
    
  •       Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0. Thanks to Dependabot, Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-bcel/changes.html

For complete information on Apache Commons BCEL, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons BCEL website:

... (truncated)

Commits
  • c2629b9 Revert "PMD: Discontinue using Rule name"
  • 524e974 PMD: Discontinue using Rule name
  • dc0feab Prepare for the release candidate 6.11.0 RC1
  • 31f3813 Promote Java 25 CI build to production
  • 65263a8 Prepare for the next release candidate
  • 402515b [BCEL-377] Fix testing on Java 24 and up
  • 5b18d15 Use the new Apache Commons Oak logotype
  • fef3ab5 [BCEL-378] Disable known broken test on Java 25 and up
  • 4aa05e6 Bump org.apache.commons:commons-parent from 88 to 89
  • 931a2cf Javadoc
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.6.0 to 6.11.0.
- [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-bcel@rel/commons-bcel-6.6.0...rel/commons-bcel-6.11.0)

---
updated-dependencies:
- dependency-name: org.apache.bcel:bcel
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 13, 2025
@aaronbembenek aaronbembenek merged commit 385464e into master Oct 19, 2025
1 check passed
@aaronbembenek aaronbembenek deleted the dependabot/maven/org.apache.bcel-bcel-6.11.0 branch October 19, 2025 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants