Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
use windows os system. base jdk17&springboot3 develop
Reproduction steps
- import dependency (jdk17 + jenkins-client-0.3.8 + springboot3)
- inject bean
@Bean
public JenkinsServer jenkinsServer() throws URISyntaxException {
return new JenkinsServer(new URI(url), user, token);
}
- run application
Expected Results
system success running
Actual Results
Exception in thread "main" java.lang.IllegalStateException: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
Anything else?
No response
Are you interested in contributing a fix?
No response