-
Couldn't load subscription status.
- Fork 443
Open
Labels
theme: codegenAn issue or change related to the picocli-codegen moduleAn issue or change related to the picocli-codegen moduletheme: moduleAn issue or change related to JPMS modulesAn issue or change related to JPMS modulestype: bug 🐛
Milestone
Description
codegen module does not have service registration statement and it isn't picked up when using --processor-module-path.
Unless I'm misunderstanding how modules work, this should be added to module-info.java:
...
provides javax.annotation.processing.Processor with picocli.codegen.aot.graalvm.processor.NativeImageConfigGeneratorProcessor;
...
Metadata
Metadata
Assignees
Labels
theme: codegenAn issue or change related to the picocli-codegen moduleAn issue or change related to the picocli-codegen moduletheme: moduleAn issue or change related to JPMS modulesAn issue or change related to JPMS modulestype: bug 🐛