File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
core/src/main/java/org/sterl/spring/persistent_tasks/history Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.0.0 - (2025-06-16)
4+
5+ ### New features:
6+
7+ - Better naming for all trigger classes
8+ - Rename of all tables
9+ - Rename of all indexes
10+ - Rename of all pk index
11+ - NO RENAME OF THE SEQUENCES - not suppoered by all dbs
12+ - Added suspendable triggers
13+ - Added resume for triggers
14+ - Added tag for triggers
15+ - Added a far better search for triggers
16+ - Add querydsl
17+
318## v1.7.0 - (2025-06-01)
419
520### New features:
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public long countTriggers(TriggerKey key) {
9494 /**
9595 * Checks for the last known state in the history.
9696 *
97- * @param key the {@link TriggerKey} , can be partly <code>null</code>
97+ * @param search the trigger search , can partly <code>null</code>
9898 * @param page page informations
9999 * @return the found data, looking only the last states
100100 */
You can’t perform that action at this time.
0 commit comments