> On Aug 6, 2024, at 07:50, Georg Kunkemöller <georg.kunkemoel...@gmail.com> > wrote: > > i upgraded my tomcat-servlet-api from 10.1.25 to 10.1.26 and noticed that > between those 2 the module-info.class went missing which breaks my > application which requires the jakarta.servlet module. I could also not > find it i a subdirectory somewhere. Was this change intentional?
Fixed in 10.1.27, which will be released very shortly (possibly today). https://bz.apache.org/bugzilla/show_bug.cgi?id=69216 - Chuck