0.10.0
Notes
In this release we have refactored some HTTP classes and moved
them from io.helidon.webserver
to a new package io.helidon.common.http
.
This is an incompatible change and you will need to update your import
statements. See javadocs for details.
Improvements
- Security: improve support for IDCS subject mapping
Fixes
- Webserver: refactor common HTTP classes to common module
- Documentation: correct various links in documentation
- Security: updates to support chain of JWT and basic auth with OIDC roles
- Archetypes: fix formatting issue in generated pom.xml