• False
    • False
    • Hide
      = Java plug-ins conflict

      When creating a workspace using a Java 8 plug-in, the IDE proposes plug-in upgrades for an erroneous version.

      .Workaround

      * Disable plug-ins recommendations: set the `attributes.extensions.ignoreRecommendations` parameter to `true`.
      +
      [source,yaml]
      ----
      attributes:
          extensions.ignoreRecommendations: 'true'
      ----

      // Turn it into a RN when the issue is solved
      //
      // = Fixes for Java plug-ins conflicts
      //
      // The plugins recommendations system has been updated to not recommend multiple versions of the Java plug-in.
      Show
      = Java plug-ins conflict When creating a workspace using a Java 8 plug-in, the IDE proposes plug-in upgrades for an erroneous version. .Workaround * Disable plug-ins recommendations: set the `attributes.extensions.ignoreRecommendations` parameter to `true`. + [source,yaml] ---- attributes:     extensions.ignoreRecommendations: 'true' ---- // Turn it into a RN when the issue is solved // // = Fixes for Java plug-ins conflicts // // The plugins recommendations system has been updated to not recommend multiple versions of the Java plug-in.
    • Workaround Exists
    • Hide

      In devfile, use:

      attributes:
          extensions.ignoreRecommendations: 'true'
      

      (needs confirming by an SME?)

      Show
      In devfile, use: attributes: extensions.ignoreRecommendations: ' true ' (needs confirming by an SME?)

      With a devfile using

      • type: chePlugin
        id: redhat/java8/latest

      to create an EAP project workspace using a Java 8 rhel7 image, the java11 plugin is proposed (with a bunch of others). If you accept this then the debugger won't work anymore.

      Removing the java11 plugin from the workspace devfile and restarting the workspace will enable the debugging again.

       

            vsvydenk Valerii Svydenko
            ehugonne1@redhat.com Emmanuel Hugonnet
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: