You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Igal Shilman (Jira)" <ji...@apache.org> on 2021/09/01 13:04:00 UTC

[jira] [Created] (FLINK-24107) StateFun doesn't open correctly in intellij when started with JDK11

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)