mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
Update api_changes_list.md
This commit is contained in:
parent
e2d528b9bd
commit
4741f54d85
@ -2,6 +2,12 @@
|
||||
title: Incompatible Changes in IntelliJ Platform and Plugins API
|
||||
---
|
||||
|
||||
## Changes in IntelliJ Platform 2017.3
|
||||
|
||||
| Change | How to deal with it |
|
||||
|---------|---------------------|
|
||||
|org.apache.sanselan package removed | Use classes from org.apache.commons.imaging instead |
|
||||
|
||||
## Changes in IntelliJ Platform 2016.3
|
||||
|
||||
| Change | How to deal with it |
|
||||
@ -15,5 +21,5 @@ title: Incompatible Changes in IntelliJ Platform and Plugins API
|
||||
|---------|---------------------|
|
||||
| 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 | Use com.intellij.util.net.HttpConfigurable#getPlainProxyPassword() instead |
|
||||
| org.jetbrains.asm4 package removed | use classes from org.jetbrains.org.objectweb.asm package instead |
|
||||
| org.jetbrains.asm4 package removed | Use classes from org.jetbrains.org.objectweb.asm package instead |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user