YK bundling is not possible using ProductProperties (#158)

This commit is contained in:
Maxim Kolmakov 2019-03-26 11:56:45 +01:00 committed by Yann Cébron
parent bc36e9ad48
commit 10ab37af32

View File

@ -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`.