-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
type: documentationA documentation updateA documentation update
Milestone
Description
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
Labels
type: documentationA documentation updateA documentation update