Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Class file versions 65 in linkage checker

Open Beginner friendly
#2,419 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
75/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
java
Domain
tooling

Research direction

Start in dependencies/src/main/java/com/google/cloud/tools/opensource/classpath/ClassDumper.java at the referenced line and inspect how supported class file versions are handled. Update the supported versions for Java 21, then verify that the Linkage Checker accepts class files compiled to version 65.

Written by the indexing model from the issue text.

Description

I love the Linkage Checker! However, I am now working in a large project compiling to class file version 65 with java 21. This does not seem to be supported at https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/a4649811a02dc6eb2f6b67626004b8424c1ae58b/dependencies/src/main/java/com/google/cloud/tools/opensource/classpath/ClassDumper.java#L179

I would love to have the supported class file versions to be bumped to a more recent version so I can use this amazing tool in my current project!

Dominant language
Java
Stars
163
Forks
81
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from GoogleCloudPlatform/cloud-opensource-java

All issues in GoogleCloudPlatform/cloud-opensource-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.