2.0.7.3 release notes

Post date: Jul 26, 2019 1:58:42 PM

2.0.7.3

  • Issues 1359 / 1362 - More updates to adjust for 2019.2:

    • Illuminated Cloud now works with a Java 11 host JRE.

      • NOTE: If you previously switched to a Java 8 host JRE using JB SDK Bintray Downloader, feel free to switch back. Either should work, though. The easiest way I've found to revert to the default Java 11 JRE is to remove the file idea.jdk / webstorm.jdk / etc. (the exact name is based on the host IDE) and restart the IDE. This file can be found under the config subdirectory of the base IDE's user-specific directory. You can also safely remove the jdks subdirectory found in the same location if no longer using the alternative JREs installed by the JB SDK Bintray Downloader, and you can uninstall the JB SDK Bintray Downloader plugin.

    • Fixed a few reference injections that were causing noisy messages in the log due to actual vs. expected reference injection host mismatches.

    • Note that string literal SOQL/RegExp injection is still disabled in this build. I am still working with JetBrains on a way to restore that feature that will work in as many base IDEs and versions as possible.

  • Issue 1358 - Prospective fix for an NPE during metadata deployment in certain situations.

  • Fixed an issue with the browser-based preview feature for Visualforce pages and Aura applications.

  • Fixed an issue that could occur during Apex test execution when the Coverage plugin isn't installed or enabled.