-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Spun out from #4814 Improve Attributes Handling Improve attribute handling to reduce garbage and improve lookup. Introduced a Wrapper so that request can remove any layers on reset. Signed-off-by: Greg Wilkins <[email protected]> * Issue #4814 - Exposing AttributeMap.getAttributeNameSet() on Attributes. The underlying AttributesMap already has a .getAttributeNameSet() method, expose it on the Attributes interface. Signed-off-by: Joakim Erdfelt <[email protected]> * Allow a set to override a secure attribute. Signed-off-by: Greg Wilkins <[email protected]> * Issue #4814 - Attributes.getAttributeNames() is now defaulted The Attributes.getAttributeNames() will use the .getAttributeNameSet() by default now. Updated all Attributes.Wrapper impls to use this new behavior Signed-off-by: Joakim Erdfelt <[email protected]> Co-authored-by: Joakim Erdfelt <[email protected]>
- Loading branch information
Showing
10 changed files
with
250 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.