AO Servlet Last Modified Changelog

ao-servlet-last-modified-2.0.1

Release Notes

  • Updated dependencies.

ao-servlet-last-modified-2.0.0

Release Notes

  • Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
  • Now supports Java 9+ modules. Due to still having filename-based automatic module dependencies, *-SNAPSHOT versions include module-info.class while releases include the Automatic-Module-Name manifest entry. To minimize the difference between these modes, module-info.java does not perform any transitive requires.
  • Maven artifact relocated from com.aoindustries:ao-servlet-last-modified to com.aoapps:ao-servlet-last-modified.
  • Package renamed from com.aoindustries.servlet.lastmodified to com.aoapps.servlet.lastmodified.
  • No longer adding last-modified parameters to HTML files by default, since the links cause duplicate content issues.

ao-servlet-last-modified-1.2.0

Release Notes

  • Added support for Web development file types *.less, *.sass, *.scss, *.css.map, and *.js.map.

ao-servlet-last-modified-1.1.2

Release Notes

  • Fixed CSS parser to correctly handle multiple url(…) on a single line.

ao-servlet-last-modified-1.1.1

Release Notes

  • Now supports included *.css.

ao-servlet-last-modified-1.1.0

Release Notes

ao-servlet-last-modified-1.0.0

Release Notes