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

4.x json metadata fix #7858

Merged
merged 2 commits into from Oct 19, 2023
Merged

Conversation

tjquinno
Copy link
Member

Description

Resolves #7857

The rewritten JSON formatter contains code to emit the meter metadata in JSON format, but the handler that processes OPTIONS requests (vs. GETs) invoked the code to emit the data--not the metadata.

This PR adds a private method to gather the metadata and then invokes it from the OPTIONS handler.

Documentation

Minor doc changes included in this PR.

@tjquinno tjquinno self-assigned this Oct 19, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 19, 2023
@ljamen ljamen merged commit 2a5c690 into helidon-io:main Oct 19, 2023
12 checks passed
@tjquinno tjquinno deleted the 4.x-json-metadata-fix branch October 19, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants