You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Meredith (Jira)" <ji...@apache.org> on 2020/04/17 23:00:00 UTC

[jira] [Created] (CASSANDRA-15738) Generate compiler options file to support Java11 in IDEA.

Jon Meredith created CASSANDRA-15738:
----------------------------------------

             Summary: Generate compiler options file to support Java11 in IDEA.
                 Key: CASSANDRA-15738
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15738
             Project: Cassandra
          Issue Type: Bug
          Components: Build
            Reporter: Jon Meredith
            Assignee: Jon Meredith


The change to JMX in CASSANDRA-15653 prevents the generated IDEA project from compiling under JDK11.

Fix by adding options for a module (named after the checkout dir)

{code}
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="JavacSettings">
    <option name="ADDITIONAL_OPTIONS_OVERRIDE">
      <module name="trunk" options="--add-exports java.rmi/sun.rmi.registry=ALL-UNNAMED" />
    </option>
  </component>
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org