mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api changes: clarify instructions
This commit is contained in:
parent
954795a60e
commit
cf25990719
@ -1,15 +1,17 @@
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2019.*
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2019.*
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please, make sure that the change cannot be avoided in an alternative way.
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported:
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
<package name> package removed
|
||||
|
||||
@ -29,6 +31,7 @@ The following problem patterns are supported:
|
||||
<class name>.<method name> method <parameter name> parameter marked @<class name>
|
||||
<class name> (class|interface) now (extends|implements) <class name> and inherits its final method <method name>(<human-readable parameters>)?
|
||||
<class name> (class|interface) now (extends|implements) <class name> and inherits its abstract method <method name>(<human-readable parameters>)?
|
||||
<class name> class now interface
|
||||
|
||||
<class name>(<human-readable parameters>) constructor removed
|
||||
<class name>(<human-readable parameters>) constructor parameter <type> removed
|
||||
|
@ -1,15 +1,17 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2020.*
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please, make sure that the change cannot be avoided in an alternative way.
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported:
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2021.*
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2021.*
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported:
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -1,15 +1,17 @@
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2022.*
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
# Incompatible Changes in IntelliJ Platform and Plugins API 2022.*
|
||||
|
||||
<!--
|
||||
Before documenting a breaking API change, please make sure that the change cannot be avoided in an alternative way.
|
||||
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported:
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
<package name> package removed
|
||||
|
||||
|
@ -7,7 +7,9 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
|
@ -7,7 +7,9 @@ Before documenting a breaking API change, please make sure that the change canno
|
||||
|
||||
APIs marked with @Deprecated(forRemoval=true), @ApiStatus.Experimental, @ApiStatus.Internal/IntellijInternalApi, or @ApiStatus.ScheduledForRemoval don't need to be documented.
|
||||
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description and recommended fix/action.
|
||||
To document a new incompatible change, add a new line with the problem pattern followed by a 2nd line with ": "-prefixed human-readable description
|
||||
and recommended fix/action (please write full sentence ending with '.', see existing entries as reference).
|
||||
Non-platform changes must be grouped under relevant section for plugin.
|
||||
|
||||
The following problem patterns are supported and must be followed EXACTLY:
|
||||
|
||||
@ -73,7 +75,7 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
|
||||
### IntelliJ Platform 2024.2
|
||||
|
||||
`org.apache.sanselan.util` package removed
|
||||
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`
|
||||
: `org.apache.sanselan.util.IOUtils` compatibility shim is obsolete; instead, please use JRE methods or `org.apache.commons.io.IOUtils`.
|
||||
|
||||
## 2024.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user