From 36cf73f8313cbd1baac4bc41565bee23690fc152 Mon Sep 17 00:00:00 2001 From: Kevin McKiou Date: Tue, 22 Aug 2017 16:08:06 -0500 Subject: Add feature-session-persistence This commit adds the feature-session-persistence module which will persist drools session data to allow stateful transactions which can persist across node restarts and failovers. It also picks up recent changes to the master branch to avoid merge conflicts. Issue-ID: POLICY-133 Change-Id: Ifdcd8280ea6df07db79562f1b01fa90296a8b878 Signed-off-by: Kevin McKiou --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f7ef0620..817b204f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,10 @@ target .metadata/ policy-endpoints/logs/ -policy-persistence/sql/ -policy-persistence/testingLogs/ +feature-session-persistence/sql/ +feature-session-persistence/testingLogs/ policy-utils/debug-logs/ policy-utils/logs/ /bin/ -policy-core/src/main/java/META-INF/ +*.log +policy-management/config/unnamed-controller.properties -- cgit 1.2.3-korg