SemanticCMS News View Changelog

semanticcms-news-view-1.7.0-SNAPSHOT

Snapshot Notes

  • ElementTag.evaluateAttributes(…) no longer throws IOException.

semanticcms-news-view-1.6.0

Release Notes

  • News entries now have their own allowRobots, which overrides the default inherited from the page.

semanticcms-news-view-1.5.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-news-view-1.4.1

Release Notes

  • Updated dependencies.

semanticcms-news-view-1.4.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.
  • Updated for build compatibility with newer dependencies.
  • Using AO Fluent HTML for HTML generation.
  • Optimized ServletContext attribute initialization and concurrency.
  • Updated dependencies.

semanticcms-news-view-1.3.0

Release Notes

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

semanticcms-news-view-1.2.1

Release Notes

  • Using managed dependencies:
    1. This project uses managed dependencies.
    2. This project's managed dependencies may also be imported by other projects.

semanticcms-news-view-1.2.0

Release Notes

semanticcms-news-view-1.1.3

Release Notes

  • Updated dependencies.

semanticcms-news-view-1.1.2

Release Notes

  • New AO OSS Parent POM to simplify pom.xml files.
  • Added support for dateCreated, datePublished, dateModified, and dateReviewed.
  • Project documentation moved to per-project book in SemanticCMS format.
  • Added changelog as top-level project link.

semanticcms-news-view-1.1.1

Release Notes

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

semanticcms-news-view-1.1.0

Release Notes

  • Improved Javadoc formatting.
  • Fixed news title, was based on book instead of page.
  • Rephrased recursive searches in terms of traversals to leverage multiple CPU cores, within the context of a single HTTP request, using concurrent traversals based on concurrent subrequests.
  • Core taglib now supports deferred expressions.
  • Added missing direct dependencies.

semanticcms-news-view-1.0

Release Notes

  • Added newsfeeds.
  • Added time tag for pubdate, consistent with "semanticcms" goals.
  • Tired of fighting JSPX on this one, switched back to JSP. Added id attribute only on news items provided directly by this page.
  • Added RSS feed.