Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up Nima WebServer.Builder #6420

Closed
Tomas-Kraus opened this issue Mar 16, 2023 · 1 comment
Closed

Clean up Nima WebServer.Builder #6420

Tomas-Kraus opened this issue Mar 16, 2023 · 1 comment
Assignees
Labels
4.x Version 4.x Níma Helidon Níma webserver
Projects

Comments

@Tomas-Kraus
Copy link
Member

Issue #6278 follow up.

Builder initialization:

        private Builder() {
            this(Config.create());
        }

is bad. Config.create() call shall be removed.
And there are more things to be cleaned up in this builder.

@Tomas-Kraus
Copy link
Member Author

#6419 duplicate, closing

Backlog automation moved this from Triage to Closed Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x Níma Helidon Níma webserver
Projects
Backlog
  
Closed
Development

No branches or pull requests

2 participants