org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload class has disappeared from version tomcat-embed-core-10.1.0 and following (This class is present in version 10.0.27), while the others (Commons FileUpload) seem to be present. In addition, the embedded version number of Commons FileUpload is no longer shown.
I want to upgrade from tomcat-embed-core-10.0.27.jar to tomcat-embed-core-10.1.2.jar
EDIT #1
Is it normal that the file is no longer present?
EDIT #2
Thanks for your answer. Yes, you are right "Yes, it's normal that a new version of a software changes, removes, renames any of its implementation." the problem in this case, is that the comments in the file "org.apache.tomcat.util.http.fileupload.servlet.package-info.class" of tomcat-embedded-core versions > 10.0.27 mentions a typical use case that refers to an absent class. (CF below)
So I wonder, if the absence of this class (org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload) is not a bug?