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-rss-1.5.0
Release Notes
Now including both news description and body so RSS feed is consistent with news view.
semanticcms-news-rss-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.
Changed default number of items from 20 to 50.
Updated dependencies.
semanticcms-news-rss-1.3.0
Release Notes
Updated dependencies.
semanticcms-news-rss-1.2.1
Release Notes
Using managed dependencies:
This project uses managed dependencies.
This project's managed dependencies may also be imported by other projects.
semanticcms-news-rss-1.2.0
Release Notes
Minimum Java version changed from 1.6 to 1.7.
Now including current project version in RSS generator via Maven filters.
semanticcms-news-rss-1.1.3
Release Notes
New release for bug fixes in underlying AO Encoding library.
Added lastBuildDate as the pubDate of the top news item.
Implemented getLastModified in servlets corresponding to resource last modified.
Project documentation moved to per-project book in SemanticCMS format.
Added changelog as top-level project link.
semanticcms-news-rss-1.1.1
Release Notes
Improved Javadoc formatting.
Improved README formatting.
Bug fix: Was recapturing from the current page instead of the news page.
semanticcms-news-rss-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.
Using ServletContextCache for more throughput on Tomcat.
Added missing direct dependencies.
semanticcms-news-rss-1.0
Release Notes
Added RSS feed.
Added configurable max items for RSS feeds, defaulting to 20.