You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/04/24 07:41:01 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #3889: Springless Jira REST client

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org