Review TomcatStarter as it's servlet-specific but not in a servlet-specific package #44325
Labels
status: pending-design-work
Needs design work before any code can be developed
theme: structure
Issues related to the structure of the project and its code
type: task
A general task
Milestone
While
TomcatEmbeddedContext
has aTomcatStarter
field, it's only ever non-null when the context has been created byTomcatServletWebServerFactory
. Review this arrangement to see ifTomcatStarter
can become servlet-specific and move to the same package asTomcatServletWebServerFactory
. This would allow it to become package-private.The text was updated successfully, but these errors were encountered: