Skip to content

Remove Servlet 3.0 Support in AbstractRequestMatcherRegistry #6264

Closed
@jzheaux

Description

@jzheaux

Related to #6220

AbstractRequestMatcherRegistry checks first to make sure that the class javax.servlet.ServletRegistration is present.

Since Spring Framework 5.x increases it's Servlet Spec baseline to 3.1, this check is no longer necessary, and the class can assume its availability.

The task here, then, is to remove the check. Since isServlet30 is effectively always true now, the class should now always postProcess the ObjectPostProcessor instead of conditionally.

Metadata

Metadata

Labels

in: webAn issue in web modules (web, webmvc)status: first-timers-onlyAn issue that can only be worked on by brand new contributorstype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions