AO Encoding Servlet Changelog

ao-encoding-servlet-4.2.0

Release Notes

  • Added EncodingContext.getCharacterEncoding() to get output character encoding.
  • EncodingContextEE now looks up values only once and caches. Changes on request or response will not be detected and should not be done.

ao-encoding-servlet-4.1.0

Release Notes

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

ao-encoding-servlet-3.0.0

Release Notes

  • Minimum Java version changed from 1.7 to 1.8.
  • Reduced use of property substitutions in pom.xml. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
  • HttpServletResponseEncodingContext renamed to EncodingContextEE, and requires both request and response in order to provide current Doctype and Serialization.
  • New context-paramcom.aoindustries.encoding.Serialization.default that allows an application to control the selection of HTML versus XHTML. Supports three values:
    • SGML - Use HTML always
    • XML - Use XHTML always
    • auto - (default) - Automatically choose based on the client's Accept header
  • New methods SerializationEE.set(…) and SerializationEE.get(…) that allow the registration of the serialization in effect on the request.
  • New method DoctypeEE.getDefault(…) that provides the default doctype for an application. First checks context-paramcom.aoindustries.encoding.Doctype.default, then defaults to "HTML5" when not present, empty, or "default".
  • New methods Doctype.set(…) and Doctype.get(…) that allow the registration of the doctype in effect on the request.

ao-encoding-servlet-2.0.0

Release Notes

  • UrlValidator now validates the entire URL versus RFC 3986.

ao-encoding-servlet-1.3.4

Release Notes

  • Minimum Java version changed from 1.6 to 1.7.
  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

ao-encoding-servlet-1.3.3

Release Notes

  • Updated dependencies.

ao-encoding-servlet-1.3.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

ao-encoding-servlet-1.3.1

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.

ao-encoding-servlet-1.3.0

Release Notes

  • Improved Javadoc formatting.

ao-encoding-servlet-1.2.1

Release Notes

  • Improved Maven configuration for Java EE 6 dependencies.

ao-encoding-servlet-1.2

Release Notes

  • Improved Javadoc formatting.

ao-encoding-servlet-1.1

Release Notes

  • Reverted to Java 1.6 for Android and Java EE 6 compatibility.

ao-encoding-servlet-1.0

Release Notes

  • Project moved to GitHub and Maven.