Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apt not work in jdk > 9 #191

Closed
vipcxj opened this issue Feb 13, 2022 · 0 comments · Fixed by #213
Closed

apt not work in jdk > 9 #191

vipcxj opened this issue Feb 13, 2022 · 0 comments · Fixed by #213

Comments

@vipcxj
Copy link
Contributor

vipcxj commented Feb 13, 2022

This is because of the bug1 and bug2. Although it can be fixed immediately by the eclipse team, I think they will not fix it. The bug2 was reported 7 month ago and two new version released. A workround is using processormodulepath instead of processorpath. ( Perhaps introduce side effect. ) However, the maven does not support processormodulepath option. So the workaround should be placed in the plugin.
For example the plugin provide an option to decide whether processorpath should be replaced with processormodulepath.

vipcxj added a commit to vipcxj/plexus-compiler that referenced this issue Feb 14, 2022
slachiewicz pushed a commit that referenced this issue May 6, 2022
…Path to force the plugin replace processorPath with processormodulepath

Closes #191 #192
slachiewicz pushed a commit that referenced this issue May 6, 2022
…Path to force the plugin replace processorPath with processormodulepath

Closes #191 #192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant