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

Converting yes no on off enum values without quotes to booleans problem #1709

Open
wants to merge 4 commits into
base: v1
Choose a base branch
from

Conversation

MateuszPol
Copy link
Member

@MateuszPol MateuszPol commented Apr 14, 2022

Hi, we are getting problems while using DesrializationUtils. When using DeserializationUtils.readYamlTree(...) method, YAML definition that contains not quoted enum values like Yes/No/On/Off are converted to boolean values, which seems not correct behaviour.

I wrote a UnitTest with example of YAML file and expected result.

@MateuszPol MateuszPol changed the base branch from master to v1 April 14, 2022 12:13
@gracekarina
Copy link
Contributor

related #1205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants