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.
pragmatickm-task-view-1.5.1
Release Notes
Updated dependencies.
pragmatickm-task-view-1.5.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.
pragmatickm-task-view-1.3.1
Release Notes
Improved Javadoc formatting.
Improved README formatting.
Book title is optional, view titles now taking that into consideration.
pragmatickm-task-view-1.3.0
Release Notes
Improved Javadoc formatting.
Using page traversals in more places to allow for concurrent subrequests.
Added getMultipleDoAfters to resolve doAfters in batches.
Removed buffer and autoFlush settings from JSPs; using defaults.
TaskLookup was a strange violation / interation between the Model and Servlet layers.
TaskLookup is removed, now uses ElementRef and all page/element captures are performed
in the Servlet layer. Also leveraging concurrent captures where applicable.
pragmatickm-task-view-1.2
Release Notes
Use dependencyManagement instead of dependency for junit.
Parent POM changed so next release will update all versions.
Now supporting per-page allowRobots setting.
pragmatickm-task-view-1.1
Release Notes
Using extensions.xml to avoid chicken/egg problem using ssh for private repositories.
Improved Maven configuration for Java EE 6 dependencies.