apache / apache/netbeans-mavenutils-nbm-maven-plugin
Request support for pre-processing "full" when using JDK >= 23
- Dominant language
- Java
- Stars
- 17
- Forks
- 28
- Avg merge
- 11h 23m
- Merged PRs (30d)
- 6
Description
As the pre-processing has changed since JDK 23 (https://inside.java/2024/06/18/quality-heads-up/) and is required by many NB platform functions, the NB Maven plugin shall force the compiler settings to:
```
full
```
Or at least inform the user that it shall turn it to "full".
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the compiler configuration in the NB Maven plugin and review how it handles JDK versions. Check the JDK 23 preprocessing change described in the linked inside.java article, then verify that the plugin either sets proc to full or clearly informs users when it is required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100