Skip to content

Make ResourceHandlerRegistrationCustomizer public#50877

Open
gichanGim wants to merge 2 commits into
spring-projects:mainfrom
gichanGim:feat/gh-50792-webmvc-resource-handler-customizer
Open

Make ResourceHandlerRegistrationCustomizer public#50877
gichanGim wants to merge 2 commits into
spring-projects:mainfrom
gichanGim:feat/gh-50792-webmvc-resource-handler-customizer

Conversation

@gichanGim

Copy link
Copy Markdown

Makes the WebMvc ResourceHandlerRegistrationCustomizer a public
top-level interface, aligning it with the equivalent WebFlux callback
that was exposed in #14587.

Closes #50792

See spring-projectsgh-50792

Signed-off-by: gichanGim <k.kychan2003@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 28, 2026
* Callback interface that can be used to customize {@link ResourceHandlerRegistration}.
*
* @author Brian Clozel
* @since 4.1.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This should be 4.2.0.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks. I'll change it to 4.2.0 and update the PR accordingly.

@wilkinsona wilkinsona added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 28, 2026
@wilkinsona wilkinsona added this to the 4.2.x milestone Jun 28, 2026
Signed-off-by: gichanGim <k.kychan2003@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a callback interface for customizing WebMvc resource handler registrations

3 participants