jtablesaw / jtablesaw/plotly.java
Add support for Java 21
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 28
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently the project does not compile with Java 21. The dependency pebble must be updated. With the update comes a change of the group id from com.mitchellbosecke to io.pebbletemplates. Changes must be applied to the pom.xml as well as the class files using pebble.
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 with pom.xml to inspect the Pebble dependency and its group ID, then find the class files that use Pebble. Update the dependency coordinates and those references so the project compiles with Java 21; verify the project build succeeds on Java 21.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100