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