We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ServerCdiExtension.serverBuilder()
ServerCdiExtension.serverBuilder() is not public:
helidon/microprofile/server/src/main/java/io/helidon/microprofile/server/ServerCdiExtension.java
Line 301 in ce8c233
This means it is not possible perform certain customizations of the WebServer on startup as described in these issues
max-payload-size
The text was updated successfully, but these errors were encountered:
This is "as designed". The existing public methods (serverRoutingBuilder, addFeature, etc) should cover the needs for a Helidon MP application.
serverRoutingBuilder
addFeature
Sorry, something went wrong.
No branches or pull requests
Environment Details
Problem Description
ServerCdiExtension.serverBuilder()
is not public:helidon/microprofile/server/src/main/java/io/helidon/microprofile/server/ServerCdiExtension.java
Line 301 in ce8c233
This means it is not possible perform certain customizations of the WebServer on startup as described in these issues
max-payload-size
is parsed as an Integer #7783The text was updated successfully, but these errors were encountered: