You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "lburgazzoli (via GitHub)" <gi...@apache.org> on 2023/10/05 09:45:06 UTC

[I] Leverage camel-ka s a lib [camel-k]

lburgazzoli opened a new issue, #4796:
URL: https://github.com/apache/camel-k/issues/4796

   ### Requirement
   
   Leverage camel-ka s a lib
   
   ### Problem
   
   I'm working on an golang based operator that interact with camel-k, hence I want to leverage the camel-k APIs and the client, however, due to the changes related the #4686, things seems to be much more complicated than what it should be as:
   
   - a number of indirect dependencies are eventually conflicting with local dependencies, as example the OpenShift dependencies may be problematic, however, camel-k APIs and Client should ideally not require any OpenShift library as those are only needed by the operator
   - the import packages now must have the `v2` in the path, like `github.com/apache/camel-k/v2/pkg/client/camel/clientset/versioned` which is fine according to the go spec however I don't see breaking changes in the camel-k APIs 
   
   
   
   
   ### Proposal
   
   We should revisit the way the camel-k packages are exposed for 3rd party usage.
   
   
   ### Open questions
   
   _No response_


-- 
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.apache.org

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


Re: [I] Leverage camel-k as a lib [camel-k]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4796:
URL: https://github.com/apache/camel-k/issues/4796#issuecomment-1876143274

   This issue has been automatically marked as stale due to 90 days of inactivity.
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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