Skip to content

picocli-codegen is missing provides ... with for service registration #2464

@blazmrak

Description

@blazmrak

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

No one assigned

    Labels

    theme: codegenAn issue or change related to the picocli-codegen moduletheme: moduleAn issue or change related to JPMS modulestype: bug 🐛

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions