[MNG-7040] [RFC] Enhance include and exclude handling to use ldap-style filter syntax
Open
enhancement
priority:major
- Dominant language
- Java
- Stars
- 5.3k
- Forks
- 3.1k
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 297
Description
**[Matt Pavlovich](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mattrpav)** opened **[MNG-7040](https://issues.apache.org/jira/browse/MNG-7040?redirect=false)** and commented
Ldap-style filters provide a query syntax that would solve for supporting complex include and exclude scenarios in a concise way.
ref: [RFC 2254](https://tools.ietf.org/html/rfc2254)
Example - Include all matching a groupId=com.company
```
```
Example -- Exclude all except one with artfactId=foo-bar
```
```
Example -- Exclude all except a few with various matches
```
```
---
No further details from [MNG-7040](https://issues.apache.org/jira/browse/MNG-7040?redirect=false)
Contributor guide
Assessment
This issue has not been assessed yet.