Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RequestMatcher.matcher(HttpServletRequest) #7172

Merged
merged 3 commits into from
Aug 5, 2019

Conversation

fhanik
Copy link
Contributor

@fhanik fhanik commented Aug 1, 2019

Addresses: #7148

Incorporates Commit from: #7150

eddumelendez and others added 2 commits August 1, 2019 10:22
Step 3 - Usage of RequestVariablesExtractor or types that are assigned
to AntPathRequestMatcher should be replaced with the new method.

[closes spring-projects#7148]
@fhanik fhanik requested a review from rwinch August 1, 2019 18:58
@fhanik fhanik self-assigned this Aug 1, 2019
@rwinch rwinch requested review from jzheaux and removed request for rwinch August 2, 2019 02:26
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @fhanik and @eddumelendez for this PR! I'll left some feedback inline about JavaDoc.

}

/**
* The result of matching
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add @since here as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed

@jzheaux jzheaux merged commit 2055466 into spring-projects:master Aug 5, 2019
@jzheaux
Copy link
Contributor

jzheaux commented Aug 5, 2019

Thanks, @fhanik and @eddumelendez! This is now merged into master.

@rwinch rwinch changed the title Enhancement to RequestMatcher Add RequestMatcher.matcher(HttpServletRequest) Aug 6, 2019
@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) status: duplicate A duplicate of another issue type: enhancement A general enhancement labels Aug 6, 2019
@jzheaux jzheaux added this to the 5.2.0.RC1 milestone Aug 6, 2019
@fhanik fhanik deleted the gh-7148 branch August 7, 2019 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants