mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Notable -> Breaking Changes: Java-WebSocket Library
This commit is contained in:
parent
f5dd9509f5
commit
4ab29528a4
@ -10,6 +10,11 @@ See the note on how to document new problems on the main page reference_guide/ap
|
||||
|
||||
-->
|
||||
|
||||
## Changes in IntelliJ Platform 2019.2
|
||||
`java.org.java_websocket` package removed
|
||||
: Java-WebSocket Library was removed. [Homepage](https://github.com/TooTallNate/Java-WebSocket)
|
||||
|
||||
|
||||
## Changes in IntelliJ Platform 2019.1
|
||||
|
||||
`kotlinx.coroutines.experimental` package removed
|
||||
|
@ -7,9 +7,6 @@ title: Notable Changes in IntelliJ Platform and Plugins API 2019.*
|
||||
`com.intellij.util.Query#forEach`
|
||||
: Defaults to thread-safe to prevent problems with clients using unsynchronized collections.
|
||||
|
||||
Java-WebSocket Library
|
||||
: Library was removed. [Homepage](https://github.com/TooTallNate/Java-WebSocket)
|
||||
|
||||
## Notable Changes in IntelliJ Platform 2019.1
|
||||
|
||||
`@org.jetbrains.annotations.ApiStatus.AvailableSince`
|
||||
|
Loading…
x
Reference in New Issue
Block a user