Igal Shilman created FLINK-24107: ------------------------------------ Summary: StateFun doesn't open correctly in intellij when started with JDK11 Key: FLINK-24107 URL: https://issues.apache.org/jira/browse/FLINK-24107 Project: Flink Issue Type: Improvement Components: Stateful Functions Reporter: Igal Shilman
After merging [https://github.com/apache/flink-statefun/pull/262] , the IntelliJ IDE (that is started with java11) mistakenly classifies modules as having a source version 11. This happens because the profile specified here: [https://github.com/apache/flink-statefun/blob/21ac5f6c8a49fab4598832372636b345cc365921/pom.xml#L137,L151] Is activated (it picks up InteliJ's JDK version) and it sets automatically the version to be 11. -- This message was sent by Atlassian Jira (v8.3.4#803005)