1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Apr 29, 2024 — Apr 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added desciptions to WHATSNEW.txt
Michael Austermann
as maustermann
More... almost 9 years ago
Refactoring of regression test - do NOT use spring framework where possible
Michael Austermann
as maustermann
More... almost 9 years ago
#59 SortedReponseList StackOverflow
Michael Austermann
as maustermann
More... almost 9 years ago
changed version to snapshot
Michael Austermann
as maustermann
More... almost 9 years ago
Release 4.0.2
Michael Austermann
as maustermann
More... almost 9 years ago
#56 make source code java 1.7 compatible
Michael Austermann
as maustermann
More... almost 9 years ago
#56 preserve response order
Michael Austermann
as maustermann
More... almost 9 years ago
#56 preserve response order
Michael Austermann
as maustermann
More... almost 9 years ago
#58 PreparedStatement leak in org.copperengine.core.persistent.SqlNotify
Michael Austermann
as maustermann
More... almost 9 years ago
#58 PreparedStatement leak in org.copperengine.core.persistent.SqlNotify
Michael Austermann
as maustermann
More... almost 9 years ago
updated copyright to 2016
Michael Austermann
as maustermann
More... about 9 years ago
added logging about removed early responses
Michael Austermann
as maustermann
More... about 9 years ago
Changed version to 4.0.2-SNAPSHOT
Michael Austermann
as maustermann
More... about 9 years ago
added WHATSNEW stuff and changed version to 4.0.1
Michael Austermann
as maustermann
More... about 9 years ago
Merge branch 'atomic-t-master'
Michael Austermann
as maustermann
More... about 9 years ago
changed version to 4.0.1-SNAPSHOT
Michael Austermann
as maustermann
More... about 9 years ago
Release 4.0.0
Michael Austermann
as maustermann
More... about 9 years ago
added new test
Michael Austermann
as maustermann
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
Michael Austermann
as maustermann
More... about 9 years ago
Merge branch 'atomic-t-master'
Michael Austermann
as maustermann
More... about 9 years ago
Fixed compile error in HybridDBStorage; Fixed unit tests
Michael Austermann
as maustermann
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
Michael Austermann
as maustermann
More... about 9 years ago
new feature in JMX interface: org.copperengine.management.WorkflowRepositoryMXBean.getWorkflowInfo(String)
Michael Austermann
as maustermann
More... about 9 years ago
new feature in JMX interface: WorkflowInfo now contains WorkflowClassInfo (without source code, though)
Michael Austermann
as maustermann
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.
Michael Austermann
as maustermann
More... about 9 years ago