Hi, I maintains artifactory-client-api-plugin (https://plugins.jenkins.io/artifactory-client-api/) which is an API plugin bundling https://github.com/jfrog/artifactory-client-java)
It's now used by consumer like artifactory-artifact-manager or jobcacher-artifactory-storage The bundled library artifactory-client-java is implemented with a mix of Java and Groovy code (2.4.21). Until now no issue when using it in Jenkins However some recent PR https://github.com/jfrog/artifactory-client-java/pull/394 upgraded the build to groovy 4.0.23 I did few tentative (exclusion), pluginFirstClassLoader, classMasking etc but I always end of with weird classpath error during execution of pipeline (like NoClassDefFoundError: org/codehaus/groovy/vmplugin/v8/IndyInterface). Does anyone know if we faced similar issue when a plugin dependency bundle a more recent version of groovy ? Can we do something about it ? Thanks for your tips! Valentin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-dev/7230baf5-5020-4088-90dc-befb3d30f754n%40googlegroups.com.
