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

Add CORS support to built-in Helidon services #1670

Merged
merged 37 commits into from
Apr 24, 2020
Merged

Add CORS support to built-in Helidon services #1670

merged 37 commits into from
Apr 24, 2020

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Apr 21, 2020

Resolves #1573

These changes add support for CORS to the built-in Helidon services health, metrics, and OpenAPI.

This gist summarizes the support from a user's point of view and outlines the coding changes needed in a service to be CORS-enabled: https://gist.github.com/tjquinno/537452625c9f2f732a53997282343524

@tjquinno tjquinno added MP SE metrics health open-api 2.x Issues for 2.x version branch cors Related to CORS support labels Apr 21, 2020
@tjquinno tjquinno self-assigned this Apr 21, 2020
tomas-langer
tomas-langer previously approved these changes Apr 22, 2020
openapi/pom.xml Show resolved Hide resolved
@tjquinno tjquinno changed the title WIP - Add CORS support to built-in Helidon services [skip ci] WIP - Add CORS support to built-in Helidon services Apr 22, 2020
@tjquinno tjquinno changed the title [skip ci] WIP - Add CORS support to built-in Helidon services WIP - Add CORS support to built-in Helidon services Apr 22, 2020
@tjquinno tjquinno changed the title WIP - Add CORS support to built-in Helidon services Add CORS support to built-in Helidon services Apr 23, 2020
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

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

LGTM

@tjquinno tjquinno merged commit c434278 into helidon-io:master Apr 24, 2020
@tjquinno tjquinno deleted the cors-in-services branch April 24, 2020 12:36
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 cors Related to CORS support health metrics MP open-api SE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Built-in Helidon services should support CORS
2 participants