Releases: Taskana/taskana
Bug fix release
TSK-1017: AccessItem selection freezes entire application
TSK-1024: Can't select ldap group as owner of workbasket
TSK-911: Store variables in Camunda if task is completed in TASKANA
TSK-1038: Creating multiple AccessItems for the same AccessID
TSK-1029: Deletion of workbasket as business admin not possible without explicit permissions
TSK-1003: Add logging to TaskanaParseListener and TaskanaTaskListener
TSK-1005: Fix Outbox-REST for Jersey use
TSK-1021: db timestamps are handled with configured system timezone
and some more minor bugfixes
Task Routing SPI
- API to create tasks without specifying the workbasket for the task
- SPI to determine the workbasket for a new task without a given workbasket
- Fixed context root handling in Web App
- Bug Fixes
- Internal refactorings (module name changes)
Merged SimpleHistory into core
Fixes for planned and due timestamp handling
Support for JUnit5
Merged SimpleHistory into TASKANA core
Added callback status for TASKANA Adapter
Refactored REST API
- Support for maven 3.6.x
- Refactored REST API. HAL ist no longer used. Instead we use a custom JSON structure. HATEOAS is still being used.
- POM structure and dependencies between TASKANA core and SimpleHistory cleaned up
- Performance improvements in Travis build
- Various security fixes (update of dependent component versions)
- Various minor bug fixes
Bug fix release
- restuctured POMs / modules
- various bug fixes
Security Fix release
- including bug fix for support of different context roots
New reporting structure
- New reporting data structure
- Report to show created and completed tasks of the last working days
- customizable context root
- customizable logout URL
Sneak preview: Wildfly and History
- Task Lifecycle History
- as is support for Wildfly
- various bug fixes
Security Fix release
Fix for high severity vulnerability in jackson-databind
Fix for maven checkstyle plugin handling in Eclipse
History SPI
Added a history SPI
Improvements in import/export function
Buf fixes