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

Using square brackets for a list of strings causes an infinite loop #7

Open
BoomEaro opened this issue Dec 14, 2023 · 0 comments
Open

Comments

@BoomEaro
Copy link

BoomEaro commented Dec 14, 2023

It looks like the yml reader goes into a deep loop if square brackets are found for a list of strings.
This configuration cause error:

stringList: ["test1", "test2", "test3"]

This configuration does NOT cause problems:

stringList: 
- "test1"
- "test2"
- "test3"

The example does not use a custom serializer, only a simple List<String> type.

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

No branches or pull requests

1 participant