Skip to content

fix(deps): update asm to v9.6#2578

Merged
hazendaz merged 1 commit intomasterfrom
renovate/asm
Sep 30, 2023
Merged

fix(deps): update asm to v9.6#2578
hazendaz merged 1 commit intomasterfrom
renovate/asm

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ow2.asm:asm-util (source) 9.5 -> 9.6 age adoption passing confidence
org.ow2.asm:asm-tree (source) 9.5 -> 9.6 age adoption passing confidence
org.ow2.asm:asm-commons (source) 9.5 -> 9.6 age adoption passing confidence
org.ow2.asm:asm-analysis (source) 9.5 -> 9.6 age adoption passing confidence
org.ow2.asm:asm (source) 9.5 -> 9.6 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@hazendaz hazendaz self-assigned this Sep 30, 2023
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hazendaz hazendaz merged commit 20029bd into master Sep 30, 2023
@renovate renovate bot deleted the renovate/asm branch September 30, 2023 21:24
@perlun
Copy link
Copy Markdown
Contributor

perlun commented Nov 29, 2023

For reference, both this and #2391 got published as part of Spotbugs 4.8.0.

@hazendaz hazendaz added this to the SpotBugs 4.8.0 milestone Dec 18, 2023
dongjoon-hyun added a commit to apache/orc that referenced this pull request Jun 30, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `SpotBugs` to 4.9.3.

### Why are the changes needed?

To bring the latest improvements like Java 21 support,

- https://github.com/spotbugs/spotbugs/releases/tag/4.9.3
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.2
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.1
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.0
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.5
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.4
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.3
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.2
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.1
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.0
  - spotbugs/spotbugs#2578

### How was this patch tested?

Manual check the CI logs

**BEFORE**
- https://github.com/apache/orc/actions/runs/15979589321/job/45070631476 (Java 21)
```
[java]   Exception analyzing org.apache.orc.impl.AircompressorCodec$1 using detector edu.umd.cs.findbugs.detect.FindOpenStream
     [java]     org.apache.bcel.classfile.ClassFormatException: Invalid constant pool reference using index: 0. Constant pool size is: 28
     [java]       At org.apache.bcel.classfile.ConstantPool.getConstant(ConstantPool.java:305)
     [java]       At org.apache.bcel.classfile.ConstantPool.getConstant(ConstantPool.java:257)
     [java]       At edu.umd.cs.findbugs.detect.FindOpenStream.visitClassContext(FindOpenStream.java:304)
     [java]       At edu.umd.cs.findbugs.DetectorToDetector2Adapter.visitClass(DetectorToDetector2Adapter.java:76)
     [java]       At edu.umd.cs.findbugs.FindBugs2.lambda$analyzeApplication$1(FindBugs2.java:1108)
     [java]       At java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
     [java]       At edu.umd.cs.findbugs.CurrentThreadExecutorService.execute(CurrentThreadExecutorService.java:86)
     [java]       At java.base/java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:247)
     [java]       At edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1118)
     [java]       At edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:309)
     [java]       At edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:395)
     [java]       At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1231)
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2306 from dongjoon-hyun/ORC-1944.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun added a commit to apache/orc that referenced this pull request Jun 30, 2025
### What changes were proposed in this pull request?

This PR aims to upgrade `SpotBugs` to 4.9.3.

### Why are the changes needed?

To bring the latest improvements like Java 21 support,

- https://github.com/spotbugs/spotbugs/releases/tag/4.9.3
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.2
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.1
- https://github.com/spotbugs/spotbugs/releases/tag/4.9.0
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.5
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.4
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.3
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.2
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.1
- https://github.com/spotbugs/spotbugs/releases/tag/4.8.0
  - spotbugs/spotbugs#2578

### How was this patch tested?

Manual check the CI logs

**BEFORE**
- https://github.com/apache/orc/actions/runs/15979589321/job/45070631476 (Java 21)
```
[java]   Exception analyzing org.apache.orc.impl.AircompressorCodec$1 using detector edu.umd.cs.findbugs.detect.FindOpenStream
     [java]     org.apache.bcel.classfile.ClassFormatException: Invalid constant pool reference using index: 0. Constant pool size is: 28
     [java]       At org.apache.bcel.classfile.ConstantPool.getConstant(ConstantPool.java:305)
     [java]       At org.apache.bcel.classfile.ConstantPool.getConstant(ConstantPool.java:257)
     [java]       At edu.umd.cs.findbugs.detect.FindOpenStream.visitClassContext(FindOpenStream.java:304)
     [java]       At edu.umd.cs.findbugs.DetectorToDetector2Adapter.visitClass(DetectorToDetector2Adapter.java:76)
     [java]       At edu.umd.cs.findbugs.FindBugs2.lambda$analyzeApplication$1(FindBugs2.java:1108)
     [java]       At java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
     [java]       At edu.umd.cs.findbugs.CurrentThreadExecutorService.execute(CurrentThreadExecutorService.java:86)
     [java]       At java.base/java.util.concurrent.AbstractExecutorService.invokeAll(AbstractExecutorService.java:247)
     [java]       At edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1118)
     [java]       At edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:309)
     [java]       At edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:395)
     [java]       At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1231)
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #2306 from dongjoon-hyun/ORC-1944.

Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 4126a7f)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants