This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
from 10e72350 Bump to next development version add db8442ea Add slot for the next release add fdb4ddbc Update properties for the next version add 186706ac Bump actions/upload-artifact from 4.0.0 to 4.1.0 (#258) add 8a6aa4b5 Bump actions/cache from 3.3.2 to 3.3.3 (#259) add 2c1f4728 Bump github/codeql-action from 3.22.12 to 3.23.0 (#257) add 2d42221b Javadoc: Use an HTTPS URL add afa15ea4 Use += add 6b4b6edd Use &= add fdae282f Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#261) add 6a476cac Bump actions/cache from 3.3.3 to 4.0.0 (#263) add 03bad48a Bump github/codeql-action from 3.23.0 to 3.23.1 (#262) add f15e858b Normalize end of comments add e2e881ef Bump github/codeql-action from 3.23.1 to 3.23.2 (#264) add 3c096ec1 Bump actions/upload-artifact from 4.2.0 to 4.3.0 (#266) add b9902e8b Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#265) add 228f90e5 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#268) add 19340b1a Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 #268 add 3b65a4ad Bump GitHub various actions for CI builds add f32c53cd Add missing XML Schema reference add 496a8d4e Bump org.apache.commons:commons-parent from 65 to 66 add 48ca5868 Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#270) add c0c55313 Bump github/codeql-action from 3.23.2 to 3.24.0 (#271) add 0dbe4dfe Group property with similar add 8fbf9423 Add Maven property project.build.outputTimestamp for build reproducibility add e1e5f5ed Remove variable assignment just before returning it add b381bea0 Use StringBuilder add ca9d55dd Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#272) add e144e4c7 Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#273) add 01fd7ec2 Bump github/codeql-action from 3.24.0 to 3.24.3 (#274) add 767ea9f4 Fix concurrent map access exception (#275) add 51254ed5 Fix ConcurrentModificationException in org.apache.bcel.util.SyntheticRepository.getInstance() #275 add d6e29d1f Whitespace add e7cfca27 Prepare release candidate No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 8 +- .github/workflows/coverage.yml | 4 +- .github/workflows/maven.yml | 2 +- .github/workflows/scorecards-analysis.yml | 4 +- README.md | 4 +- RELEASE-NOTES.txt | 1043 +++++++++++--------- pom.xml | 11 +- src/assembly/bin.xml | 4 +- src/assembly/src.xml | 4 +- src/changes/changes.xml | 15 +- src/changes/release-notes.vm | 32 +- .../org/apache/bcel/classfile/ClassParser.java | 2 +- .../java/org/apache/bcel/classfile/StackMap.java | 4 +- .../org/apache/bcel/classfile/StackMapEntry.java | 1 - .../java/org/apache/bcel/classfile/Utility.java | 2 +- .../org/apache/bcel/generic/FieldOrMethod.java | 1 - src/main/java/org/apache/bcel/util/Class2HTML.java | 2 +- .../org/apache/bcel/util/InstructionFinder.java | 1 - .../org/apache/bcel/util/SyntheticRepository.java | 4 +- .../bcel/verifier/statics/Pass2Verifier.java | 2 +- .../bcel/verifier/statics/Pass3aVerifier.java | 3 +- .../apache/bcel/verifier/structurals/Frame.java | 19 +- .../structurals/UninitializedObjectType.java | 1 - src/site/xdoc/download_bcel.xml | 26 +- .../GeneratingAnnotatedClassesTestCase.java | 6 +- .../org/apache/bcel/util/BCELifierTestCase.java | 3 +- .../org/apache/bcel/verifier/tests/JvmOpCodes.java | 2 +- 27 files changed, 628 insertions(+), 582 deletions(-)