Skip to content

Use RouterFunction or plain Controller for BasicErrorController instead of @Controller #23109

Open
@dsyer

Description

@dsyer

There are only a few endpoints and none of them is very complex. It would be nice to have an annotation (reflection) free implementation. Wouldn't make much difference to most Spring Boot apps in a regular JVM, but it has a bigger impact on native images (where @RequestMapping is expensive).

Metadata

Metadata

Assignees

No one assigned

    Labels

    theme: aotAn issue related to Ahead-of-time processingtype: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions