jamesnetherton commented on issue #3889: URL: https://github.com/apache/camel-quarkus/issues/3889#issuecomment-1519547994
Given there's been no movement on fixing `JRJC-258`, one possible solution to this, would be to have some build time magic that would result in not requiring Spring. Either: Generate the `DisposableBean` interface (it only has one method) Or Modify `ApacheAsyncHttpClient` to implement interface `com.atlassian.jira.rest.client.internal.async.DisposableHttpClient` instead of `DisposableBean`. They both have identical `destroy` method signatures. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
