SemanticCMS Core Canonical Changelog

semanticcms-core-canonical-1.3.0

Release Notes

  • Updated to Java™ EE 7 Web Profile (Servlet 3.1, JSP 2.3, EL 3.0, and JSTL 1.2).
  • Minimum Java version changed from 1.8 to 11.
  • 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.

semanticcms-core-canonical-1.2.1

Release Notes

  • Updated dependencies.

semanticcms-core-canonical-1.2.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.
  • Using AO Fluent HTML for HTML generation.
  • Now outputting HTML or XHTML based on the current response content type. This should eliminate validator warnings when used as HTML.
  • Optimized ServletContext attribute initialization and concurrency.

semanticcms-core-canonical-1.1.0

Release Notes

  • Absolute URLs are now generated in RFC 3986 URI US-ASCII format always, even when RFC 3987 IRI Unicode format is active on the page. This is consistent with RFC 6596 - The Canonical Link Relation:
    The target (canonical) IRI MAY:
    o Specify a relative IRI (see [RFC3986], Section 4.2).
    o […]
  • Also fixed now correctly encoding for XHTML attribute, instead of XHTML, although this difference does not matter for correctly formatted US-ASCII URLs.

semanticcms-core-canonical-1.0.3

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.

semanticcms-core-canonical-1.0.2

Release Notes

  • Updated dependencies.

semanticcms-core-canonical-1.0.1

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.

semanticcms-core-canonical-1.0.0

Release Notes

  • Added canonical URL plugin.