SemanticCMS Core View Content Changelog

semanticcms-core-view-content-1.9.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-view-content-1.8.1

Release Notes

  • Updated dependencies.

semanticcms-core-view-content-1.8.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.
  • Optimized ServletContext attribute initialization and concurrency.
  • Updated dependencies.

semanticcms-core-view-content-1.7.0

Release Notes

  • Using response locale instead of request locale in date/time formatting.

semanticcms-core-view-content-1.6.0

Release Notes

  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.
  • view.inc.jspx now supports an optional h1Class argument, which provides the CSS class to use for the title h1.

semanticcms-core-view-content-1.5.0

Release Notes

semanticcms-core-view-content-1.4.3

Release Notes

  • Updated dependencies.

semanticcms-core-view-content-1.4.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Added new dates to content view. The most recent date visible and the others in meta data only.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

semanticcms-core-view-content-1.4.1

Release Notes

  • Improved Javadoc formatting.
  • Improved README formatting.
  • Book title is optional, view titles now taking that into consideration.

semanticcms-core-view-content-1.4.0

Release Notes

  • Improved Javadoc formatting.
  • Core taglib now supports deferred expressions.

semanticcms-core-view-content-1.3

Release Notes

  • Use dependencyManagement instead of dependency for junit.
  • Now supporting per-page allowRobots setting.

semanticcms-core-view-content-1.2

Release Notes

  • Improved Maven configuration for Java EE 6 dependencies.

semanticcms-core-view-content-1.1

Release Notes

  • New parent pom for semanticcms-core components.
  • semanticcms-view-content renamed to semanticcms-core-view-content and moved to core.

semanticcms-view-content-1.0

Release Notes

  • Project moved to GitHub and Maven.
  • May now exclude robots from specific views.
  • Headings moved to own projects and renamed to "Section".
  • Now passing arguments through includes.
  • Passing args as Map<String, ?> instead of forcing Map<String, Object>
  • CSS links may now be registered for global use.