WIP migrate to Kotlin

This commit is contained in:
nheron 2025-04-29 07:50:02 +02:00
commit e8c4413874
17 changed files with 302 additions and 449 deletions

View file

@ -129,4 +129,4 @@ public class FactHandlerListener implements RuleRuntimeEventListener {
}
}
}
}

View file

@ -7,7 +7,6 @@ import org.chtijbug.drools.entity.history.fact.DeletedFactHistoryEvent;
import org.chtijbug.drools.entity.history.fact.InsertedFactHistoryEvent;
import org.chtijbug.drools.entity.history.fact.UpdatedFactHistoryEvent;
import org.chtijbug.drools.runtime.*;
import org.chtijbug.drools.runtime.listener.HistoryListener;
import org.junit.*;
/**