ansforge / ansforge/psc-rass-loader
Solve the build incompatibility with JDK 21 and higher
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The pscloader project fails to build with JDK-21.
```bash
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project pscload: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' -> [Help 1]
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the Maven compile failure with JDK 21 and inspect the reported maven-compiler-plugin error. No source files or tests are named in the issue; done means the pscloader project builds successfully with JDK 21 and higher.
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
- Needs clarification
- Newbie friendliness
- 35/100