Hi All,
Trying to implement Jira Rest API client using sprinBoot 3.x and Java 17 version.
Getting the below error while implementing , came to know that JiraRestClient ( AsynchronousJiraRestClient )still uses javax.ws.rs.core, but springboot 3.x version moved to jakarta.ws.rs.core hence the below error.
Is there any workaround or alterante approach to proceed further. Please suggest.
error code 500 throws jakarta.servlet.ServletException: Handler dispatch failed: java.lang.NoClassDefFoundError: javax/ws/rs/core/UriBuilder
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.