zrlw commented on issue #990:
URL:
https://github.com/apache/maven-compiler-plugin/issues/990#issuecomment-3496283366
```
unlike the old --source and --target options,
the compiler will detect and generate an error when using APIs that don't
exist in previous releases of Java SE.
```
it seemed that ```sun.misc.Unsafe``` will be considered not-existed API if
set ```maven.compiler.release``` instead of ```maven.compiler.target``` no
matter the release version is 8 or not.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]