intellij-sdk-code-samples/reference_guide/api_changes_list_2016.md
2022-01-12 12:09:34 +01:00

1.5 KiB

Please see Incompatible API Changes on how to verify compatibility.

2016.3

IntelliJ Platform 2016.3

com.intellij.openapi.application.ApplicationListener.afterWriteActionFinished abstract method added
Implement this method or extend com.intellij.openapi.application.ApplicationAdapter class instead of implementing the interface.

2016.2

IntelliJ Platform 2016.2

com.intellij.util.net.HttpConfigurable.PROXY_LOGIN field removed
Use com.intellij.util.net.HttpConfigurable.getProxyLogin() instead.
com.intellij.util.net.HttpConfigurable.PROXY_PASSWORD_CRYPT field removed
com.intellij.util.net.HttpConfigurable.getPlainProxyPassword() instead.
org.jetbrains.asm4 package removed
Use classes from org.jetbrains.org.objectweb.asm package instead.