Shouldn’t this be in the list of breaking changes? If not, where are breaking changes for bundled plugins mentioned, if at all?
I just found out this would’ve been caught by the plugin verifier but the recommended() version setting doesn’t seem to include the next EAP. After adding 253.28294.251 I got an error. Why is the next expected version not part of the recommended versions to verify against?
Hello,
yes, you are right. It is a breaking change. The documentation is in the Pull Request now, soon to be published. Sorry for the inconvenience of not documenting that earlier.
Thanks guys. It isn’t a huge bother. It only affects code that fixes some bugs that you fixed recently yourself so I can just simply delete the affected code. I was just wondering if I followed the correct procedure for breaking changes.
Hey! The fact that the recommended() helper overlooked the 253.28294.251 was an issue on our side. It happened, because there’s no longer IC distribution available for 253+, and IU should be suggested instead (yes, if you target i.e. IC-2025.2, the IU-253.x should be returned now).
I just fixed that in the IntelliJ Platform Gradle Plugin — it should be released pretty soon.