-
Notifications
You must be signed in to change notification settings - Fork 758
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
Visible endpoints missed the client
declarations with the @display annotation
#39657
Comments
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now. |
The issue has reopened since this issue needs to be fixed in immediately release. |
The above PR will fix the issue for visible endpoint generation. |
Description
Visible endpoints missed the
client
declarations with the @display annotation.Steps to Reproduce
Try the below source and generate a custom syntax tree from diagram-util. It should contain
InternalClient inEp3;
as a visible endpoint in the/abc
service. But the visible endpoint list will miss theinEp3
endpoint because of the @display annotation.Affected Version(s)
2201.3.1
OS, DB, other environment details and versions
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: