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

WebServer configuration changes #1766

Merged
merged 11 commits into from
May 13, 2020

Conversation

tomas-langer
Copy link
Member

Resolves #575
Resolves #453

Need to update:

  • documentation
  • release notes

Ready for code review (except for the docs mentioned above)

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
…tion code.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
…nd example code.

Updated examples to use new MediaSupport API.

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer added SE webserver 2.x Issues for 2.x version branch labels May 11, 2020
@tomas-langer tomas-langer self-assigned this May 11, 2020
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
webServer = Main.startServer()
.start()
.toCompletableFuture()
.get();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Timeout can be friendlier in case something goes wrong

@tomas-langer tomas-langer merged commit 0b95aea into helidon-io:master May 13, 2020
@tomas-langer tomas-langer deleted the 575-webserver-config branch May 13, 2020 23:44
tomas-langer added a commit to tomas-langer/helidon that referenced this pull request May 15, 2020
…#1766).

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
tomas-langer added a commit that referenced this pull request May 15, 2020
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch SE webserver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor ServerConfiguration to follow development guidelines Config property names inconsistencies
5 participants