SemanticCMS Core View Content Changelog 1 semanticcms-core-view-content-1.9.0 2 semanticcms-core-view-content-1.8.1 3 semanticcms-core-view-content-1.8.0 4 semanticcms-core-view-content-1.7.0 5 semanticcms-core-view-content-1.6.0 6 semanticcms-core-view-content-1.5.0 7 semanticcms-core-view-content-1.4.3 8 semanticcms-core-view-content-1.4.2 9 semanticcms-core-view-content-1.4.1 10 semanticcms-core-view-content-1.4.0 11 semanticcms-core-view-content-1.3 12 semanticcms-core-view-content-1.2 13 semanticcms-core-view-content-1.1 14 semanticcms-view-content-1.0
semanticcms-core-view-content-1.9.0
Release Links 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
semanticcms-core-view-content-1.8.0
Release Links 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 Links Release Notes Using response locale instead of request locale in date/time formatting.
semanticcms-core-view-content-1.6.0
Release Links Release Notes Using managed dependencies:
This project uses managed dependencies. 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
semanticcms-core-view-content-1.4.3
semanticcms-core-view-content-1.4.2
Release Links 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 Links 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 Links Release Notes Improved Javadoc formatting. Core taglib now supports deferred expressions.
semanticcms-core-view-content-1.3
Release Links Release Notes Use dependencyManagement instead of dependency for junit. Now supporting per-page allowRobots setting.
semanticcms-core-view-content-1.2
Release Links Release Notes Improved Maven configuration for Java EE 6 dependencies.
semanticcms-core-view-content-1.1
Release Links 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 Links 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.