Skip to content

remove: install(Server) #3725

Description

@jknack

After adding support for multiple application on single server #3645. The install(Server) method doesn't make sense anymore and might cause unexpected issues like #3721.

The install(Server) call can be replaced by:

runApp(args, new Server(), MyApp::new);

Also, the jooby-cli need to be updated.

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

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions