You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating from Artifactory 6.23 to 7.15 uniqueNugetDeploy stopped working. Porting the changes from this repo didn't resolve the issue and the plugin throws the following error:
Caused by: java.lang.reflect.InvocationTargetException: null
at jdk.internal.reflect.GeneratedMethodAccessor438.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.artifactory.addon.plugin.GroovyRunnerImpl.executePluginAction(GroovyRunnerImpl.java:380)
... 130 common frames omitted
Caused by: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: org.jfrog.repomd.nuget.rest.handler.NuGetLocalRepoHandler(org.artifactory.addon.nuget.repomd.NuGetArtifactoryService, FakeUriInfo, null)
It looks like the constructor of NugetLocalRepoHandler has changed, but this documentation is not publically available.
The text was updated successfully, but these errors were encountered:
dakimaz
changed the title
uniqueNugetDeploy throws error for artifactory 7.15
uniqueNugetDeploy throws error for artifactory 7.15.3
Mar 3, 2021
Just tested on version 7.12.8. The plugin doesn't work here either.
Also we had to add @Grab(group='com.sun.jersey', module='jersey-core', version='1.19.4')
to the top of the file otherwise this didn't work: import com.sun.jersey.core.util.MultivaluedMapImpl
When updating from Artifactory 6.23 to 7.15 uniqueNugetDeploy stopped working. Porting the changes from this repo didn't resolve the issue and the plugin throws the following error:
It looks like the constructor of NugetLocalRepoHandler has changed, but this documentation is not publically available.
The text was updated successfully, but these errors were encountered: