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

Errors while generating class-view json for AVisualizer #6

Closed
pomba123 opened this issue Sep 27, 2021 · 0 comments
Closed

Errors while generating class-view json for AVisualizer #6

pomba123 opened this issue Sep 27, 2021 · 0 comments
Assignees
Labels

Comments

@pomba123
Copy link

Some annotations are missing the field "schema" in jsonAV.

Following a example where the annotations

ConditionalOnMissingBean
ConditionalOnSingleCandidate

are correctly generated, and

org.springframework.context.annotation.Configuration
org.springframework.context.annotation.Import
org.springframework.context.annotation.Conditional

The following json output.

have the schema field missing.

                    {
                      "name": "org.springframework.context.annotation.Configuration",
                      "type": "annotation",
                      "properties": {
                        "aa": "1",
                        "locad": "1",
                        "anl": "0"
                      },
                      "children": []
                    },
                    {
                      "name": "org.springframework.context.annotation.Import",
                      "type": "annotation",
                      "properties": {
                        "aa": "1",
                        "locad": "1",
                        "anl": "0"
                      },
                      "children": []
                    },
                    {
                      "name": "org.springframework.context.annotation.Conditional",
                      "type": "annotation",
                      "properties": {
                        "aa": "1",
                        "locad": "1",
                        "anl": "0"
                      },
                      "children": []
                    },
                    {
                      "name": "ConditionalOnSingleCandidate",
                      "type": "annotation",
                      "properties": {
                        "schema": "org.springframework.boot.autoconfigure.condition",
                        "aa": "1",
                        "locad": "1",
                        "anl": "0"
                      },
                      "children": []
                    },
                    {
                      "name": "ConditionalOnMissingBean",
                      "type": "annotation",
                      "properties": {
                        "schema": "org.springframework.boot.autoconfigure.condition",
                        "aa": "1",
                        "locad": "1",
                        "anl": "0"
                      },
                      "children": []
                    }
                  ]
                }
@phillima phillima self-assigned this Sep 30, 2021
@phillima phillima added the bug label Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants