NotEnoughUpdates / NotEnoughUpdates/RepoParser
Bump MSJV to 21
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
As @AzureAaron suggested, we should probably bump our minimum supported java version to 21.
With 1.8.9 basically out of the picture, i think we can confidently say that most of our consumers should be on J21 at least, if not newer. We would get some nice features like records and such out of such a version bump, and if we end up adding functionality for sharing between different mods i'd rather be stuck with the java 21 style ABIs than something newer. That entire sharing thing deserves its own discussion however.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's Java and build configuration, then inspect where the minimum supported Java version is declared. Run the existing build and tests before and after updating that requirement; done means the project consistently requires Java 21 and still builds and tests successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100