AO Web Resources Servlet Changelog

ao-web-resources-servlet-0.5.0

Release Notes

  • Breaking change:RegistryEE.Application.APPLICATION_ATTRIBUTE is now an instance of Scope.Application.Attribute.
  • Breaking change:RegistryEE.Request.REQUEST_ATTRIBUTE is now an instance of Scope.Request.Attribute.
  • Breaking change:RegistryEE.Session.SESSION_ATTRIBUTE is now an instance of Scope.Session.Attribute.
  • Breaking change:RegistryEE.Page.REQUEST_ATTRIBUTE is now an instance of Scope.Request.Attribute.
  • New dependency: com.aoapps:ao-servlet-util.

ao-web-resources-servlet-0.4.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-web-resources-servlet to com.aoapps:ao-web-resources-servlet.
  • Package renamed from com.aoindustries.web.resources.servlet to com.aoapps.web.resources.servlet.

ao-web-resources-servlet-0.1.0

Release Notes

  • New project for web resource management in a Servlet environment.