Prior to this commit, MappedInterceptor had a getPathPatterns() method that returned the include patterns. This commit introduces getIncludePathPatterns() (which effectively replaces getPathPatterns()) and getExcludePathPatterns(). In addition, this commit deprecates getPathPatterns(). Closes gh-30971