Project documentation moved to per-project book in SemanticCMS format.
Added changelog as top-level project link.
pragmatickm-task-model-1.3.1
Release Notes
Improved Javadoc formatting.
Improved README formatting.
pragmatickm-task-model-1.3.0
Release Notes
Now supporting multiple scheduledOn dates.
Model now thread safe.
Each lock object now a small empty class to help identify lock contention.
The lock contention profiler in NetBeans is just showing "java.lang.Object" all over, and can't seem to
get from the lock object id to the actual object in the heap dump using OQL (id not found).
Fixed bug that skipped expected null map key for when no scheduled on.
getStatus results now cached.
Stopping search for effective priority once max possible value is achieved.
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.
Improved Javadoc formatting.
pragmatickm-task-model-1.2
Release Notes
Use dependencyManagement instead of dependency for junit.
Parent POM changed so next release will update all versions.
pragmatickm-task-model-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.