Skip to content

Document that embedded Tomcat must be at least 10.1.25 #42849

Closed
@g00glen00b

Description

@g00glen00b

The System Requirements documentation specifies which versions are supported. However, not all patch versions of Tomcat v10.1.x are supported. For example, since #41093, only Tomcat v10.1.25 or later are supported. Running a Spring Boot v3.3.4 application on Tomcat v10.1.24 or lower will result in an error since AbstractProtocol.setMaxQueueSize(int) does not exist.

Should the documentation make it more clear that certain patch versions won't work? For example, is it useful to update it to:

Name Servlet Version
Tomcat 10.1 (10.1.25 or later) 6.0
Jetty 12.0 6.0
Undertow 2.3 6.0

Or would this cause too much of a maintenance burden?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions