I'd like to set the configuration property org.glassfish.jersey.server.ServerProperties.UNWRAP_COMPLETION_STAGE_IN_WRITER_ENABLE
of Jersey to true
.
I've read the Helidon documentation about configuring the server and tried to add the following to my microprofile-config.properties
:
jersey.config.server.unwrap.completion.stage.writer.enable=true
But it looks like it is not accepted. How do I correctly set a configuration property for Jersey in Helidon MP?