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

Move SnakeYAML log suppression to slightly earlier in the code path #6661

Merged
merged 1 commit into from Apr 24, 2023

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Apr 20, 2023

Resolves #6624

See this PR for an explanation of the messages from SnakeYAML #5793

The Helidon code to suppress the SnakeYAML 2.0 warning messages needed to execute before instantiating the (generated) SnakeYAMLParserHelper class to be effective. There is a slight difference between the code in 3.x and 4.x where this happens, which is why the earlier fix for this in 4.x was not effective.

Signed-off-by: tim.quinn@oracle.com <tim.quinn@oracle.com>
@tjquinno tjquinno self-assigned this Apr 20, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 20, 2023
@tjquinno tjquinno linked an issue Apr 20, 2023 that may be closed by this pull request
@tjquinno tjquinno merged commit 9809b56 into helidon-io:main Apr 24, 2023
12 checks passed
@tjquinno tjquinno deleted the snakeyaml-2.0-msgs-4.x branch April 24, 2023 15:24
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.

Startup OpenAPI warnings in MP
2 participants