Upgrade agent missing from Capabilities in Sonatype Nexus OSS 2.14.15 - upgrade

I am trying to upgrade from Sonatype Nexus OSS 2.14.15 to Nexus 3.20. According to the instructions at upgrade from 2 to 3 there should be an 'Upgrade:Agent' capability in version 2 that I can enable and get a token for version 3. However, there is no such capability to add. There are just ~10 capabilities in the 'Create new capability' list'
I'm not finding any clues as to how to install or enable the upgrade capability. Any tips appreciated!

The upgrade agent code only ships in the jetty bundled binaries, the war version of Nexus Repo doesn't have it.

Related

FAILED Plug-in 'dev' is already in use in IBM Cloud CLI

Im trying install plugins for my ibmcloud repository on Ubuntu. When I run the code: ibmcloud plugin install dev I get the following
Installing binary... FAILED Plug-in 'dev' is already in use in IBM Cloud CLI.
How can I solve this?
The dev plug-in has been bundled inside of the IBM Cloud CLI since version 1.0.0 released in the spring of 2020:
https://www.ibm.com/cloud/blog/announcements/whats-new-in-ibm-cloud-cli-version-1-0-0
It sounds as though you are on this release of the CLI or higher and that is why the dev plug-in can't be installed, because it is actually already there. If you type ibmcloud dev you should get the command list for the plug-in.
At this time, the dev plug-in is still available from the CLI plug-in repo to support users who have not yet moved up to IBM Cloud CLI 1.0.0.
You can check the installed IBM Cloud CLI plugins with
ibmcloud plugin list
To see all the available plugins with installed and not installed status,
ibmcloud plugin repo-plugins
To update all the plugins,
ibmcloud plugin update

How to install the Perforce plugin in Eclipse 4.2

I'm trying to install the perforce plugin in Eclipse 4.2. On the official webpage there's only downloadable versions for 4.6 and newer. However trying to use the oldest 4.6 version fails during the installation with following output
Cannot complete the install because one or more required items could not be found.
Software being installed: Perforce SCM Support 2017.1.1583678 (com.perforce.team.feature.feature.group 2017.1.1583678)
Missing requirement: Perforce Team Provider UI 2017.1.1583678 (com.perforce.team.ui 2017.1.1583678) requires 'bundle com.google.gson 2.2.4' but it could not be found
Cannot satisfy dependency:
From: Perforce SCM Support 2017.1.1583678 (com.perforce.team.feature.feature.group 2017.1.1583678)
To: com.perforce.team.ui [2017.1.1583678]
Since I use IBM's Integration Bus 10.0.0.13 Toolkit I can't upgrade Eclipse to a newer version. The old solution provided here does not work anymore : How to install the Perforce plugin in Eclipse 3.8 because the download link is dead.
I tried downloading this jar file http://repo1.maven.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar But can't find a documentation that shows how to get Eclipse to use it.
Has anyone had the same problem ?
You have to install the correct p4eclipse42.zip plugin. It's officially not downloadable anymore and one has to ask perforce support nicely to get a copy.

Is there plugin to integrate Crowd 2.8.4 and Nexus OSS 2.12.0-01

Is there plugin which you can integrate Crowd 2.8.4 and Nexus OSS 2.12.0-01 . I thing that this is possible with Nexus Pro but is it possible with free Nexus OSS?
If anyone know I was very thankful.
Best Regards
-Vesa Ala-Hakula
See https://patrickroumanoff.github.io/nexus-crowd-plugin/ for:
a fork from sonatype/nexus-crowd-plugin to support up to date versions of nexus and crowd
For versions:
This plugin works with Nexus 3.x and Crowd 2.x

install lower version of Findbugs plugins in sonarQube 4.5.2

I need to install lower version of Findbugs plugins in sonarQube 4.5.2. I tried Update center in SonarQube, but no success.
Please help me out!!
Try to upgrade to latest version of sonar-findbugs plugin (3.3 at time of writing) which fix sqale mapping and allow reporting of technical debt.

How to resolve Gradle plugin dependency?

I am trying to install Eclipse integration Gradle from
http://dist.springsource.com/release/TOOLS/gradle
in order to create LibGdx project in Eclipse.
But there is a dependency issue where I am stuck at and not able to understand the error.
Below is the error stack in eclipse while trying to install the Gradle plugin.
Software being installed: Spring UAA Integration (optional) 3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa.feature.feature.group 3.6.0.201407080544-RELEASE)
Missing requirement: Spring UAA Integration 3.6.0.201407080544-RELEASE (org.springframework.ide.eclipse.uaa 3.6.0.201407080544-RELEASE) requires 'package com.google.protobuf 0.0.0' but it could not be found
UPDATE:
http://dist.springsource.com/release/TOOLS/gradle (latest release) did not work.
But,
http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build) worked!
The author has made this question easy to answer by posting the answer himself. So I will swoop in and take the easy points.
Use:
http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build)
because the requirements (Spring UAA Integration 3.6.0.201407080544-RELEASE) are included in the aforementioned add-on.
http://dist.springsource.com/release/TOOLS/gradle (latest release) did not work.
because the requirements (Spring UAA Integration 3.6.0.201407080544-RELEASE) are NOT (I repeat NOT!!) included in the aforementioned add-on.