File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
data-migrator/core/src/main/java/io/camunda/migration/data/impl/clients Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -504,9 +504,8 @@ public void fetchAndHandleUserOperationLogEntries(Consumer<UserOperationLogEntry
504504 UserOperationLogQueryImpl query = (UserOperationLogQueryImpl ) historyService .createUserOperationLogQuery ()
505505 .orderByTimestamp ()
506506 .asc ()
507- // .orderbByOperationId()
508- // .asc()
509- ;
507+ .orderByOperationId ()
508+ .asc ();
510509
511510 if (timestampAfter != null ) {
512511 query .afterTimestamp (timestampAfter );
Original file line number Diff line number Diff line change 2929 <maven .compiler.target>21</maven .compiler.target>
3030 <version .java>21</version .java>
3131
32- <version .camunda-7>7.24.3 -SNAPSHOT</version .camunda-7>
32+ <version .camunda-7>7.24.4 -SNAPSHOT</version .camunda-7>
3333 <version .camunda-8>8.9.0-SNAPSHOT</version .camunda-8>
3434 <version .elasticsearch>8.19.6</version .elasticsearch>
3535 <version .spring-boot>4.0.2</version .spring-boot>
You can’t perform that action at this time.
0 commit comments