Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
This PR fixes the issue of an empty group array when loading the session multiple times. Passing the groupId array as a local variable instead of declaring it in the module level fixed the issue.
This PR fixes the issue of an empty group array when loading the session multiple times. Passing the groupId array as a local variable instead of declaring it in the module level fixed the issue.