ramackri opened a new pull request, #1041: URL: https://github.com/apache/ranger/pull/1041
## Summary Backport of [#1018](https://github.com/apache/ranger/pull/1018) to `ranger-2.9`. - Update slash-format tag fixture dates from `2026/06/15` to `2099/12/31` so date-bound tag policy engine tests stay stable after the cutoff date. - Fix thread-unsafe dynamic path wildcard matching in `RecursiveWildcardResourceMatcher` by using local `pathElements` per `isMatch()` call instead of rewriting the shared `wildcardPathElements` field. Fixes [RANGER-5647](https://issues.apache.org/jira/browse/RANGER-5647). ## Test plan - [ ] `mvn test -pl agents-common -Dtest=TestPolicyEngine#testPolicyEngine_hiveForTag_filebased,TestPolicyEngine#testPolicyEngine_hdfs_resourcespec -Drat.skip=true -Dcheckstyle.skip=true -Dpmd.skip=true -Dspotbugs.skip=true` - [ ] CI `build-8` green on `ranger-2.9` Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
