...
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Description
...
taskana-loghistory-provider
This module implements the history SPI (Service Provider Interface). It simply logs every history event using slf4j.taskana-simplehistory-provider
This module implements the history SPI as well. Every history event is written to the same database TASKANA is connected to.taskana-simplehistory-rest-spring
This module defines the functionality to access the history events, written bytaskana-simplehistory-provider
. Liketaskana-rest-spring
, this module IS NOT a finished application. It only contains the basic functionality for exposing the Java API.
custom-checkstyle
custom-checkstyle defines additional checkstyle rules that are applied to the project. These checkstyle-rules are based on our JavaDoc Rules .