Re: [PR] Check for annotation in ActionCommand constructor [karaf]

2024-03-28 Thread via GitHub
jbonofre merged PR #1826: URL: https://github.com/apache/karaf/pull/1826 -- 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-unsubscr...@karaf.apach

[PR] Check for annotation in ActionCommand constructor [karaf]

2024-03-18 Thread via GitHub
pingpingy1 opened a new pull request, #1826: URL: https://github.com/apache/karaf/pull/1826 The `ActionCommand` class takes an `actionClass` parameter for its constructor, whose `@Command` annotation accessed in the other methods. Thus, if the provided `actionClass` has no such annotations,