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

GH-178 Fix StackOverflowError in JSON schema generator #179

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ozscheyge
Copy link
Contributor

@ozscheyge ozscheyge commented Jul 7, 2021

#178

Using

FieldDescriptor("some[*].foo", "some", "Object"),
FieldDescriptor("some[*].bar", "some", "Object")

(both with wildcard)
or

FieldDescriptor("some[].foo", "some", "Object"),
FieldDescriptor("some[].bar", "some", "Object")

(both without wildcard)
pass, just a mixture fails with StackOverflowError.

@ozscheyge ozscheyge added the WIP Work in progress, please don't merge yet! label Jul 7, 2021
@ePages-de ePages-de deleted a comment from sonarcloud bot Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress, please don't merge yet!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants