Conversation
|
Can you elaborate on why you want to make this change? Given that role is internal, I don't see a lot of value making a breaking change. |
I'm confused by the name while reading the source, I force pushed a commit, it's not a breaking change now. |
1. Deprecate field `role` in favor of `authority` since role is specific authority. 2. Add Javadoc to state that role should be prefixed. Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
|
We can change the constructor argument name & add documentation, but the private member variable name is not public and I'd prefer to keep that the same to avoid breaking our users unnecessarily. I'm closing this PR, but feel free to create a new one as outlined above. |
rolein favor ofauthoritysince role is specific authority.