mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
YK bundling is not possible using ProductProperties (#158)
This commit is contained in:
parent
bc36e9ad48
commit
10ab37af32
@ -20,6 +20,9 @@ See the note on how to document new problems on the main page reference_guide/ap
|
||||
`com.yourkit` package removed
|
||||
: YourKit library has been extracted into the separate plugin which is not bundled in all IDEs by default. YourKit library is a library for profiling IDE, and its util classes shouldn't be used for general purpose. Instead of `com.yourkit.util.Strings` please use `org.apache.commons.lang.StringUtils`. Instead of `com.yourkit.util.ArrayUtil` please use `org.apache.commons.lang.ArrayUtils`
|
||||
|
||||
`org.jetbrains.intellij.build.ProductProperties`: fields `yourkitAgentBinariesDirectoryPath` and `enableYourkitAgentInEAP` have been removed
|
||||
: Please bundle [performanceTesting plugin](https://plugins.jetbrains.com/plugin/7819-performance-testing) in case you would like to bundle YourKit profiler within your IDE.
|
||||
|
||||
`com.intellij.profiler.api.configurations.ProfilerConfigurationType.getLanguageSettingsGroup()` abstract method added
|
||||
: Implement the method in implementations of the interface `ProfilerConfigurationType`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user