mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update api_changes_list.md
Describe breaking changes in 21 version of Guava library which is now bundled with IntelliJ Platform. Mentioned elements were deprecated in Guava long time ago and was removed in modern Guava versions.
This commit is contained in:
parent
58a5c0e608
commit
5edace5cc1
@ -41,6 +41,14 @@ NOTE: You are allowed to prettify the pattern using markdown-features:
|
||||
}
|
||||
</style>
|
||||
|
||||
## Changes in IntelliJ Platform 2018.1
|
||||
|
||||
| Change | How to deal with it |
|
||||
|---------|---------------------|
|
||||
| `com.google.common.base.Objects.ToStringHelper` class removed | Use `com.google.common.base.MoreObjects.ToStringHelper` instead |
|
||||
| `com.google.common.util.concurrent.Futures.get` method removed | Use `com.google.common.util.concurrent.Futures.getChecked` instead |
|
||||
|
||||
|
||||
## Changes in IntelliJ Platform 2017.3
|
||||
|
||||
| Change | How to deal with it |
|
||||
|
Loading…
x
Reference in New Issue
Block a user