Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg cc9cfcadba [New] Implemented opt-in audit trail in Strolch
The audit trail has its own map on the Realm and a trail is written by
realm at the end of the transaction.

You can write your own audit trail using tx.getAuditTrail().

Enable the audit trail by setting the realm configuration value
'enableAuditTrail'.
2014-08-23 20:50:28 +02:00
src/main/java/li/strolch/testbase/runtime [New] Implemented opt-in audit trail in Strolch 2014-08-23 20:50:28 +02:00
.gitignore [Minor] cleaned up .gitignore 2013-10-28 18:58:36 +01:00
LICENSE [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:31 +01:00
README.md [Project] added Jenkins build badge to README.md 2014-01-23 22:52:52 +01:00
pom.xml [Project] fixed urls of projects 2014-03-14 14:37:11 +01:00

README.md

li.strolch.testbase

Build Status

Test base for the li.strolch.* projects