Skip to content

remove: install(Server) #3725

@jknack

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions