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-taglib-1.5.1
Release Notes
Updated dependencies.
semanticcms-news-taglib-1.5.0
Release Notes
Added generics to TLD types and signatures.
Updated dependencies.
News elements now trigger table of contents generation. This allows links to the news element
to scroll to a meaningful position.
semanticcms-news-taglib-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.
Project documentation moved to per-project book in SemanticCMS format.
Added changelog as top-level project link.
pubDate now supports deferred expressions.
Taglib tlib-version is now set automatically during build.
Unfortunately, we cannot include "-SNAPSHOT" on snapshot builds due to the requirement of "Dewey decimal"
for taglib versions. The unambiguous full version is annotated via comment.
semanticcms-news-taglib-1.1.1
Release Notes
Improved Javadoc formatting.
Improved README formatting.
semanticcms-news-taglib-1.1.0
Release Notes
Improved Javadoc formatting.
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.
Set rtexprvalue to false where seems reasonable to do so.