mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
Document removal of StdLanguages.JSP and StdLanguages.JSPX (#350)
This commit is contained in:
parent
9283e500fc
commit
4bfb159e86
@ -68,4 +68,10 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
### Changes in IntelliJ Platform 2021.1
|
||||
|
||||
`com.intellij.util.io.PersistentHashMap.isCorrupted` method removed
|
||||
: The storage checks for corruption automatically, there is no need of any explicit additional checks.
|
||||
: The storage checks for corruption automatically, there is no need of any explicit additional checks.
|
||||
|
||||
`com.intellij.lang.StdLanguages.JSPX` field removed
|
||||
: Add a dependency on the `com.intellij.jsp` plugin and replace the reference with `com.intellij.lang.jspx.JspxLanguageImpl.INSTANCE`
|
||||
|
||||
`com.intellij.lang.StdLanguages.JSP` field removed
|
||||
: Add a dependency on the `com.intellij.jsp` plugin and replace the reference with `com.intellij.lang.jsp.NewJspLanguage.getInstance()`
|
||||
|
Loading…
x
Reference in New Issue
Block a user