serg472 / htmlcompressor

HTML Compressor and Minifier, can be used standalone and as a Java library
Apache License 2.0
40 stars 15 forks source link

Update import statements to use jakarta.servlet #107

Open theyuv opened 2 years ago

theyuv commented 2 years ago

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

serg472 commented 2 years ago

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