Some classes from javax.servlet which are bundled in jakarta-platform are using LocalStrings.properties resource bundles but those are not present in the maven central distribution.
Classes which are using LocalStrings.properties (from javax.servlet or javax.servlet.http) are: GenericFilter, GenericServlet, ServletOutputStream, Cookie, HttpServlet and HttpUtils.
Strangely, the jakarta-platform:jakartaee.jakartaee-api:8.0.0 (sources) contains all those LocalStrings.properties but the jar does not.
Some classes from
javax.servletwhich are bundled in jakarta-platform are usingLocalStrings.propertiesresource bundles but those are not present in the maven central distribution.Classes which are using
LocalStrings.properties(fromjavax.servletorjavax.servlet.http) are:GenericFilter,GenericServlet,ServletOutputStream,Cookie,HttpServletandHttpUtils.Strangely, the jakarta-platform:jakartaee.jakartaee-api:8.0.0 (sources) contains all those
LocalStrings.propertiesbut the jar does not.