added desciptions to WHATSNEW.txt |
|
More...
|
almost 9 years ago
|
Refactoring of regression test - do NOT use spring framework where possible |
|
More...
|
almost 9 years ago
|
#59 SortedReponseList StackOverflow |
|
More...
|
almost 9 years ago
|
changed version to snapshot |
|
More...
|
almost 9 years ago
|
Release 4.0.2 |
|
More...
|
almost 9 years ago
|
#56 make source code java 1.7 compatible |
|
More...
|
almost 9 years ago
|
#56 preserve response order |
|
More...
|
almost 9 years ago
|
#56 preserve response order |
|
More...
|
almost 9 years ago
|
#58 PreparedStatement leak in org.copperengine.core.persistent.SqlNotify |
|
More...
|
almost 9 years ago
|
#58 PreparedStatement leak in org.copperengine.core.persistent.SqlNotify |
|
More...
|
almost 9 years ago
|
updated copyright to 2016 |
|
More...
|
about 9 years ago
|
added logging about removed early responses |
|
More...
|
about 9 years ago
|
Changed version to 4.0.2-SNAPSHOT |
|
More...
|
about 9 years ago
|
added WHATSNEW stuff and changed version to 4.0.1 |
|
More...
|
about 9 years ago
|
Merge branch 'atomic-t-master' |
|
More...
|
about 9 years ago
|
changed version to 4.0.1-SNAPSHOT |
|
More...
|
about 9 years ago
|
Release 4.0.0 |
|
More...
|
about 9 years ago
|
added new test |
|
More...
|
about 9 years ago
|
order response by response_ts |
|
More...
|
about 9 years ago
|
Merge remote-tracking branch 'origin/master' |
|
More...
|
about 9 years ago
|
- add queryActiveWorkflowInstance(String id) to get workflow from memory or db - add state to dbStorage.read() because it's missing - add descriptions to queryWorkflowInstance(), queryActiveWorkflowInstance() so user could differentiate |
|
More...
|
about 9 years ago
|
queryActiveWorkflowInstances: added parameter 'max' to limit the size of the result list; added unit tests |
|
More...
|
about 9 years ago
|
Merge branch 'atomic-t-master' |
|
More...
|
about 9 years ago
|
Fixed compile error in HybridDBStorage; Fixed unit tests |
|
More...
|
about 9 years ago
|
- implement restartAll() for all sql storages - add queryAllActiveWorkflowInstance(<Optional> String className) to return all ENQUEUED, PROCESSING and WAITING flows |
|
More...
|
about 9 years ago
|
Merge remote-tracking branch 'origin/master' |
|
More...
|
about 9 years ago
|
added comment |
|
More...
|
about 9 years ago
|
new feature in JMX interface: org.copperengine.management.WorkflowRepositoryMXBean.getWorkflowInfo(String) |
|
More...
|
about 9 years ago
|
new feature in JMX interface: WorkflowInfo now contains WorkflowClassInfo (without source code, though) |
|
More...
|
about 9 years ago
|
New feature: New method Workflow.savepoint() - Causes the engine to stop processing of this workflow instance and to enqueue it again. May be used in case of processor pool change or to create a 'savepoint' in a persistent engine. |
|
More...
|
about 9 years ago
|