Add @FunctionalInterface to RequestMatcher by ghusta · Pull Request #18337 · spring-projects/spring-security

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ghusta

Copy link

Contributor

@ghusta ghusta commented

Dec 19, 2025

Add @FunctionalInterface to RequestMatcher.

According to the documentation, it is a FunctionalInterface.

See: https://docs.spring.io/spring-security/reference/6.5/servlet/authorization/authorize-http-requests.html#match-by-custom

Add `@FunctionalInterface` to `RequestMatcher`.

According to the documentation, it is a FunctionalInterface.

See: https://docs.spring.io/spring-security/reference/6.5/servlet/authorization/authorize-http-requests.html#match-by-custom

Signed-off-by: Guillaume Husta <guillaume.husta@gmail.com>

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage

An issue we've not yet triaged

label

Dec 19, 2025

@jzheaux jzheaux added in: web

An issue in web modules (web, webmvc)

type: enhancement

A general enhancement

and removed status: waiting-for-triage

An issue we've not yet triaged

labels

Jan 14, 2026

@jzheaux jzheaux added this to the 6.5.8 milestone

Jan 14, 2026

@jzheaux jzheaux self-assigned this

Jan 14, 2026

@jzheaux jzheaux merged commit dd1f097 into spring-projects:6.5.x

Jan 14, 2026

6 checks passed

@jzheaux

Copy link

Contributor

jzheaux commented

Jan 14, 2026

Thanks, @ghusta! This is now merged into 6.5.x, 7.0.x, and main

@ghusta ghusta deleted the patch-6 branch

January 15, 2026 20:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

@jzheaux jzheaux

Labels

in: web

An issue in web modules (web, webmvc)

type: enhancement

A general enhancement

Projects

None yet

Milestone

6.5.8

Development

Successfully merging this pull request may close these issues.

3 participants

@ghusta @jzheaux @spring-projects-issues