sonatype-nexus-community / nexus-repository-composer

Composer support for the Nexus Repository Manager (work in progress!)
Eclipse Public License 1.0
211 stars 82 forks source link

Problem in adding the extension to nexus version 3.27 #152

Open alireza11048 opened 3 months ago

alireza11048 commented 3 months ago

I am trying to add nexus composer extension to nexus version 3.27.

I've downloaded the .kar file and copied it to the deploy folder, but I can't see the composer in the repositories when adding a new repository. and in the log of the nexus, i can see the below errors:

2024-04-07 11:32:56,299+0430 ERROR [features-2-thread-1] *SYSTEM java.lang.Throwable - org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=nexus-repository-composer; type=karaf.feature; version="[0.0.29,0.0.29]"; filter:="(&(osgi.identity=nexus-repository-composer)(type=karaf.feature)(version>=0.0.29)(version<=0.0.29))" [caused by: Unable to resolve nexus-repository-composer/0.0.29: missing requirement [nexus-repository-composer/0.0.29] osgi.identity; osgi.identity=org.sonatype.nexus.plugins.nexus-repository-composer; type=osgi.bundle; version="[0.0.29,0.0.29]"; resolution:=mandatory [caused by: Unable to resolve org.sonatype.nexus.plugins.nexus-repository-composer/0.0.29: missing requirement [org.sonatype.nexus.plugins.nexus-repository-composer/0.0.29] osgi.wiring.package; filter:="(&(osgi.wiring.package=com.fasterxml.jackson.core.type)(version>=2.13.0))"]]

any idea to solve the problem is appreciated.

Rabbit-st commented 2 months ago

Nexus version 3.37.3 has the same problem.

igramnet commented 1 month ago

3.67 has the same thing. Will this plugin be updated?