Description
Hi,
upgrading the plugin from 1.0.14 to 1.0.16 (or 1.0.15) breaks the resource model function.
The Node Source had an error: loader constraint violation: when resolving method 'org.slf4j.ILoggerFactory org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()' the class loader com.dtolabs.rundeck.core.plugins.LocalFirstClassLoader @26f1fb78 of the current class, org/slf4j/LoggerFactory, and the class loader org.springframework.boot.loader.LaunchedURLClassLoader @6895a785 for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature (org.slf4j.LoggerFactory is in unnamed module of loader com.dtolabs.rundeck.core.plugins.LocalFirstClassLoader @26f1fb78, parent loader org.springframework.boot.loader.LaunchedURLClassLoader @6895a785; org.slf4j.impl.StaticLoggerBinder is in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @6895a785, parent loader 'app')
All works good with plugin version 1.0.14 and Rundeck 4.13.0.