htmlcompressor icon indicating copy to clipboard operation
htmlcompressor copied to clipboard

Update import statements to use jakarta.servlet

Open theyuv opened this issue 3 years ago • 1 comments

Java EE has been changed to Jakarta EE and classes have been renamed from javax.servlet to jakarta.servlet.

Threrefore, the current library for the htmlcompressor tags does not work in newer versions of Servlet containers since it references javax.servlet classes (in the import statements).

Is it possible to update the tag class import statements to use the name class names (jakarta.servlet) and add the new version to the Maven repository?

Thanks

theyuv avatar May 19 '22 16:05 theyuv

Sorry this library is not supported anymore, feel free to fork it and make your own.

serg472 avatar May 19 '22 17:05 serg472