-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Create optimized versions of request predicates #32244
Copy link
Copy link
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Many request predicates provided in
RequestPredicatesare capable of dealing with multiple values. Having the capability of dealing with multiple values introduces computational overhead, which seems unfortunate because in practice these predicates are typically used with a single value.We should introduce single-value variants of the predicates in
RequestPredicates.