mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 09:17:50 +08:00
5.8 KiB
5.8 KiB
Please see on how to use Plugin Verifier and IDE inspections to check such problems.
Changes from API marked with
@Deprecated(forRemoval=true)
or any oforg.jetbrains.annotations.ApiStatus
@Experimental
,@ScheduledForRemoval
, or@Internal
are not listed here, as incompatible changes are to be expected.For API annotated with
ApiStatus.@Internal
, see for more details and replacements.
{type="note"}
Java 17 is required when targeting 2022.2 or later only.
Java 11 is required (blog post) when targeting 2020.3 and later only.
Please make sure to always upgrade
gradle-intellij-plugin
to the latest version{type="joined"}
{type="note"}
Early Access Program (EAP) releases of upcoming versions are available here.
2023.1
IntelliJ Platform 2023.1
Microservices Plugin 2023.1
com.intellij.microservices.url.inlay.UrlPathInlayAction.isAvailable(file: PsiFile, urlPathContext: UrlPathContext)
method parameter type changed fromcom.intellij.microservices.url.references.UrlPathContext
- to
com.intellij.microservices.url.inlay.UrlPathInlayHint
. - Use
com.intellij.microservices.url.inlay.UrlPathInlayHint.getContext
to obtain correspondingUrlPathContext
instance.