]
Tristan Tarrant updated ISPN-11990:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
JDK 11 modules do not compile in IntelliJ
-----------------------------------------
Key: ISPN-11990
URL:
https://issues.redhat.com/browse/ISPN-11990
Project: Infinispan
Issue Type: Bug
Components: Build
Affects Versions: 11.0.0.CR1
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Fix For: 11.0.0.Final
The {{commons/jdk11}} module fails to compile in IntelliJ, because the IDE doesn't
parse <{{release>11</release>}} correctly when the parent has
{{<release>8</release}}
({{[IDEA-199818|https://youtrack.jetbrains.com/issue/IDEA-199818])}}.
{{/home/dan/Work/infinispan/commons/jdk11/src/main/java/org/infinispan/commons/jdkspecific/CallerId.java:4:19}}
{{java: cannot find symbol}}
{{symbol: class StackWalker}}
{{location: class org.infinispan.commons.jdkspecific.CallerId}}