Bitbucket Linky is not compatible with IDEA 2020.1 preview releases

Issue #90 resolved
Former user created an issue

I would very much appreciate if the plugin could be updated to be compatible with the IDEA 2020.1 preview releases.

Official response

  • Daniil Penkin staff

    Hey @Stefan Drzazga , @Vasyl Boroviak ,

    I just released version 8.1.113.eap which is compatible with IntelliJ 2020.1 EAP releases. You can get it by subscribing to Linky’s EAP channel in your IDE settings:

    • Settings → Plugins → Cog → Manage plugin repositories…
    • Add https://plugins.jetbrains.com/plugins/eap/8015 plugin repository

    As soon as you install that version, you’ll be able to control subscription channel in Bitbucket Linky settings. There’s also the Nightly build channel if you’d like to stay on the bleeding edge 🙂

    Since some IntelliJ’s API is changing between major releases I’d avoid releasing a final version for 2020.1 EAP.

Comments (10)

  1. Stefan Drzazga

    IntelliJ IDEA 2020.1 EAP (Ultimate Edition) Build #IU-201.5616.10, built on February 19, 2020 Runtime version: 11.0.6+8-b722.15 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

  2. Vasyl Boroviak

    Yeah. This is highly needed. Please. 🙂

    The Bitbucket Linky (id=com.atlassian.bitbucket.references, path=~/Library/Application Support/JetBrains/WebStorm2020.1/plugins/bitbucket-linky-plugin, version=8.1.113) plugin is incompatible (target build range is 193.5233 to 193.*).

  3. Daniil Penkin staff

    Hey @Stefan Drzazga , @Vasyl Boroviak ,

    I just released version 8.1.113.eap which is compatible with IntelliJ 2020.1 EAP releases. You can get it by subscribing to Linky’s EAP channel in your IDE settings:

    • Settings → Plugins → Cog → Manage plugin repositories…
    • Add https://plugins.jetbrains.com/plugins/eap/8015 plugin repository

    As soon as you install that version, you’ll be able to control subscription channel in Bitbucket Linky settings. There’s also the Nightly build channel if you’d like to stay on the bleeding edge 🙂

    Since some IntelliJ’s API is changing between major releases I’d avoid releasing a final version for 2020.1 EAP.

  4. Vasyl Boroviak

    Not sure how notifications work in Bitbucket, but I’ve tried doing as you suggested above.

    The Settings page “Bitbucket Linky” can’t open. I get this infinite “loading” animation.

  5. Vasyl Boroviak

    Oh. The WebStorm version is

    WebStorm 2020.1 EAP
    Build #WS-201.6668.22, built on March 26, 2020
    WebStorm EAP User
    Runtime version: 11.0.6+8-b765.17 x86_64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
    macOS 10.15.3

  6. Daniil Penkin staff

    Hm, what version of Linky do you have installed? E.g. if you go to preferences →plugins →installed →find Linky?

  7. Görge Albrecht Account Deactivated

    Same her with 8.1.115.eap

    on

    IntelliJ IDEA 2020.1 (Ultimate Edition)
    Build #IU-201.6668.60, built on April 1, 2020
    Licensed to ...
    Subscription is active until ..., 2021
    Runtime version: 11.0.6+8-b765.25 x86_64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
    macOS 10.15.4
    

    Following exception found in log:

    java.lang.NoSuchMethodError: 'com.intellij.ui.layout.LayoutBuilder com.intellij.ui.layout.LayoutImplKt.createLayoutBuilder$default(boolean, int, java.lang.Object)'
        at com.atlassian.bitbucket.linky.configuration.LinkyConfigurable.createPanel(LinkyConfigurable.kt:57)
        at com.intellij.openapi.options.DslConfigurableBase$panel$1.compute(BoundConfigurable.kt:32)
        at com.intellij.openapi.options.DslConfigurableBase$panel$1.compute(BoundConfigurable.kt:27)
        at com.intellij.openapi.util.ClearableLazyValue.getValue(ClearableLazyValue.java:45)
        at com.intellij.openapi.options.DslConfigurableBase.createComponent(BoundConfigurable.kt:40)
        at com.intellij.openapi.options.ex.ConfigurableWrapper.createComponent(ConfigurableWrapper.java:162)
        at com.intellij.openapi.options.ex.ConfigurableCardPanel.lambda$createConfigurableComponent$4(ConfigurableCardPanel.java:109)
        at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:894)
        at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:61)
        at com.intellij.openapi.options.ex.ConfigurableCardPanel.createConfigurableComponent(ConfigurableCardPanel.java:105)
        at com.intellij.openapi.options.ex.ConfigurableCardPanel.lambda$create$0(ConfigurableCardPanel.java:54)
        at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:894)
        ...
    

  8. Log in to comment