paulk-asert commented on code in PR #2461: URL: https://github.com/apache/groovy/pull/2461#discussion_r3067977716
########## subprojects/groovy-servlet/src/spec/doc/servlet-userguide.adoc: ########## @@ -29,7 +29,7 @@ rather than Java code. * An `AbstractHttpServlet` class for defining traditional Servlets. * Helper classes like `ServletBinding` and `ServletCategory` which let you access some of the features offered by the `groovy-servlet` module in additional contexts. -From Groovy 5, `groovy-servlet` supports Jakarta EE Servlet specifications. Javax EE servlet specifications are supported in version before Groovy 5 or with Groovy 5 by using the `javax` classifier when specifying your dependency. +From Groovy 6, `groovy-servlet` targets Jakarta EE 11 (Servlet 6.1). It remains compatible with Jakarta EE 10 (Servlet 6.0) containers. The `javax` classifier is available for pre-Jakarta containers (e.g. Tomcat 9, Jetty 9). Review Comment: The Groovy functionality doesn't (currently) use any 6.1 exclusive functionality but you are correct that if user code calls such things, they will have to understand which versions they are running on. I was planning to add some notes about that in the release notes but you are correct that something should be here as well. -- 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]
