Skip to content

Commit

Permalink
Method removed: DeploymentConfigurationManager.createAndRunConfigurat…
Browse files Browse the repository at this point in the history
  • Loading branch information
borlander authored and YannCebron committed Sep 25, 2019
1 parent ed38cb3 commit 2ab8ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference_guide/api_changes/api_changes_list_2019.md
Expand Up @@ -89,6 +89,9 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
`com.intellij.openapi.util.BuildNumber.getBuildNumber()` method removed
: See `BuildNumber.asString`, `BuildNumber.getBaselineVersion()` and `BuildNumber.getComponents()` as alternatives.

`com.intellij.remoteServer.configuration.deployment.DeploymentConfigurationManager.createAndRunConfiguration(ServerType, RemoteServer)` method removed
: Use `.createAndRunConfiguration(ServerType, RemoteServer, DeploymentSourceType)` instead

## Changes in DataGrip and Database Tools plugin 2019.3

`com.intellij.sql.dialects.mssql.MssqlDialect` class renamed to `com.intellij.sql.dialects.mssql.MsDialect`
Expand Down

0 comments on commit 2ab8ac7

Please sign in to comment.