-
Notifications
You must be signed in to change notification settings - Fork 58
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
Requesting change of the access modifiers in RDNodeResource #25
Comments
is the stuff that is currently done in |
The whole I will describe a scenario briefly, for you to understand the matter; The RD receives a registration request for a specific endpoint with the resource list to add with their resource types. I think this is actually an issue of process order and poor generalization of the I would really like if I can send a PR with a better solution for the matter. But right now I'm facing some issues with signing a CLA. |
Can you give me your email address that you used for your Eclipse account? I will try to reach out to staff there I know regarding this problem ... |
@sophokles73 |
Hi,
There are some private methods that I need to extend and override in RDNodeResource class for project specializing purposes.
Eg: The complete request payload is handled by the private method updateEndpointResources, which makes it impossible to extract any additional information from the payload.
Can you change them to public or any other access modifiers that can be override?
The text was updated successfully, but these errors were encountered: