[
https://issues.apache.org/jira/browse/CAMEL-23822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091184#comment-18091184
]
Claus Ibsen commented on CAMEL-23822:
-------------------------------------
Investigated this issue. The implementation on the Camel side is
straightforward — just adding an entry to {{known-plugins.json}} in
{{camel-jbang-core}}.
However, the wanaku project currently does not publish a
{{camel-jbang-plugin-wanaku}} artifact. Without this, adding the known-plugin
entry would cause {{camel plugin add wanaku}} to fail at download time.
The wanaku team needs to create a camel-jbang plugin module first:
- A JAR with a {{Plugin}} implementation class
- A
{{META-INF/services/org/apache/camel/camel-jbang-plugin/camel-jbang-plugin-wanaku}}
service file
- Published to Maven Central under {{ai.wanaku}} groupId
Existing community plugins (forage, camel-kit) serve as reference examples.
This ticket is blocked until the wanaku side publishes that artifact.
_Claude Code on behalf of Claus Ibsen_
> camel-jbang - Add wanaku as 3rd party cli
> -----------------------------------------
>
> Key: CAMEL-23822
> URL: https://issues.apache.org/jira/browse/CAMEL-23822
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: 4.21.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)