Incompatible Changes in IntelliJ Platform and Plugins API 2016.*
Please see Incompatible API Changes on how to verify compatibility.
2016.3
Changes in IntelliJ Platform 2016.3
com.intellij.openapi.application.ApplicationListener.afterWriteActionFinishedabstract method added- Implement this method or extend
com.intellij.openapi.application.ApplicationAdapterclass instead of implementing the interface.
2016.2
Changes in IntelliJ Platform 2016.2
com.intellij.util.net.HttpConfigurable.PROXY_LOGINfield removed- Use
com.intellij.util.net.HttpConfigurable.getProxyLogin()instead. com.intellij.util.net.HttpConfigurable.PROXY_PASSWORD_CRYPTfield removedcom.intellij.util.net.HttpConfigurable.getPlainProxyPassword()instead.org.jetbrains.asm4package removed- Use classes from
org.jetbrains.org.objectweb.asmpackage instead.
Last modified: 19 February 2020