Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
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)
<?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>