Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecating
HttpServerBuilder
protected methods (#1830)
Motivation: Upcoming refactoring of `HttpServerBuilder` to become an interface will remove some methods from public API. Therefore, those methods should be deprecated. Modifications: - Deprecated `HttpServerBuilder#doListen` - both variants, - Deprecated `HttpServerBuilder#buildExecutionContext`. Result: Preparing potential users to the removal of these methods in upcoming release.
- Loading branch information