Skip to content

jooby-apt: should not generate META-INF/services anymore #3542

Description

@jknack

The service lookup was required while using reflection+byte-code generation. Now we generate code, so we can remove it.

So:

 mvc(Controller.class);

Must be replaced by:

mvc(new Controller_());

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions