jdaugherty commented on PR #15554: URL: https://github.com/apache/grails-core/pull/15554#issuecomment-4187216797
@jamesfredley with the split of the tomcat classes into their own library, since we're forced to use the embedded tomcat, I think we're going to have to add `org.springframework.boot:spring-boot-tomcat` to our generated apps. The tomcat starter being added as a test dependency is likely why the tests are working in the spring boot 4 branch. We need to: 1. Update the tomcat feature so the correct libraries are included since we're not using the starter 2. Remove /disable the undretow feature since undertow is not yet on the servlet 6.1 api so boot can't support it 3. possibly create the new project to make tomcat specific dependencies more clear -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
