mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_changes_list_2021.md: group
This commit is contained in:
parent
6981491bd8
commit
34c9fd66e9
@ -111,13 +111,6 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
`org.jetbrains.uast.UAnnotated.getUAnnotations()` marked abstract
|
||||
: Previously this circularly referenced `org.jetbrains.uast.UAnnotated.getAnnotations()`, which has been removed.
|
||||
|
||||
`com.intellij.database.actions.DdlActions.DeleteProvider1` class removed
|
||||
: Use `com.intellij.database.actions.DbDeleteProvider#getDeleteProvider` instead.
|
||||
|
||||
`com.intellij.database.model.RawConnectionConfig.getEffectiveUrl(Project)` method removed
|
||||
: Use `com.intellij.database.model.RawConnectionConfig.getUrl()` instead. Or use `com.intellij.database.dataSource.DatabaseConnectionEstablisher#processInterceptors`
|
||||
|
||||
|
||||
### Performance Testing Plugin 2021.2
|
||||
|
||||
`com.jetbrains.performancePlugin.CommandProvider.getCommands()` method return type changed from `java.util.List` to `java.util.Map`
|
||||
@ -128,6 +121,12 @@ Please see [Incompatible API Changes](api_changes_list.md) on how to verify comp
|
||||
`com.intellij.database.dataSource.DatabaseCredentialsAuthProvider.UserWidget` class removed
|
||||
: Use `com.intellij.database.dataSource.DatabaseCredentialsAuthProviderUi.UserWidget` instead.
|
||||
|
||||
`com.intellij.database.actions.DdlActions.DeleteProvider1` class removed
|
||||
: Use `com.intellij.database.actions.DbDeleteProvider.getDeleteProvider()` instead.
|
||||
|
||||
`com.intellij.database.model.RawConnectionConfig.getEffectiveUrl(Project)` method removed
|
||||
: Use `com.intellij.database.model.RawConnectionConfig.getUrl()` instead. Or use `com.intellij.database.dataSource.DatabaseConnectionEstablisher.processInterceptors()`
|
||||
|
||||
### GitHub Plugin 2021.2
|
||||
|
||||
`org.jetbrains.plugins.github.util.GithubAuthData` class removed
|
||||
|
Loading…
x
Reference in New Issue
Block a user