Commit Graph

31 Commits

Author SHA1 Message Date
Robert von Burg c4f7d2f682 moved everything to a subdirectory for repo merge 2014-09-16 08:54:40 +02:00
Robert von Burg faf9ec639b [Minor] code cleanup 2014-09-14 12:21:04 +02:00
Robert von Burg c9eaf60111 [New] Added privilege checking for StrolchQueries 2014-09-08 13:36:10 +02:00
Robert von Burg 7246ad6456 [Project] set version to 1.0.0-SNAPSHOT 2014-08-24 17:24:14 +02:00
Robert von Burg 9a776d462d [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:32 +02:00
Robert von Burg 5aadbca2aa [Project] added resource filtering for componentVersion.properties 2014-08-13 23:39:09 +02:00
Robert von Burg 8d37337936 [Major] Refactored StrolchConfiguration.xml to use environments
Now the agent requires an environment parameter to start, and the
configuration of that environment is used to load different sections of
the configuration file
2014-08-13 16:07:13 +02:00
Robert von Burg 55331cda7b Merge branch 'master' of git@github.com:eitch/li.strolch.tutorialapp.git 2014-03-19 20:29:18 +01:00
Robert von Burg 03735eaab8 [Project] fixed urls of projects 2014-03-14 14:37:15 +01:00
Robert von Burg 9ba616ce94 [Project] added ignore of directory data 2014-03-11 07:43:48 +01:00
Robert von Burg cfe36bcfeb [Bugfix] fixed lower case name attribute in Enums.xml 2014-03-03 23:36:04 +01:00
Robert von Burg b8f03ffd5d [New] Implemented separate DataStoreMode for each StrolchRealm 2014-02-17 22:08:36 +01:00
Robert von Burg baee6b03f1 [Major] changed constructor of StrolchComponent
Should have interface ComponentContainer in constructor
2014-01-25 22:15:42 +01:00
Robert von Burg 360092667d [Project] added Jenkins build badge to README.md 2014-01-23 22:52:56 +01:00
Robert von Burg a3116e41eb [New] added version info metadata to agent 2014-01-23 22:01:40 +01:00
Robert von Burg cd2321e085 [Major] moved the package li.strolch.runtime.agent to li.strolch.agent 2014-01-10 23:23:38 +01:00
Robert von Burg 963cbdad6c [Major] removed project li.strolch.persistence.api
Moved all classes to li.strolch.runtime
2014-01-10 16:50:36 +01:00
Robert von Burg 6a4d04fa18 [Project] renamed package li.strolch.persistence.impl to .xml 2013-12-26 18:08:31 +01:00
Robert von Burg 5610cfd0b9 [Minor] PostInitializer interface moved 2013-12-26 08:42:50 +01:00
Robert von Burg cd033772fa [Minor] reorganized classes for Agent into api and impl packages 2013-12-25 22:31:06 +01:00
Robert von Burg e1a8e455ae [Minor] fixed issue where eclipse couldn't validate log4j.xml 2013-12-25 11:56:24 +01:00
Robert von Burg ee5e234f79 [Minor] removed unnecessary comments 2013-12-25 11:52:11 +01:00
Robert von Burg cbcdfefbe3 [Minor] configuration change as PostInitializer interface moved 2013-12-24 16:53:08 +01:00
Robert von Burg d49846c360 [Minor] set artifact name to artifactId for easier reading of build log 2013-12-24 02:44:09 +01:00
Robert von Burg 4f64c8625a [New] Implemented CACHED mode for Strolch 2013-12-24 00:18:10 +01:00
Robert von Burg e3dc744cd5 [Project] fixed maven build warning on wrong use of pom.version property 2013-12-23 23:37:52 +01:00
Robert von Burg 38ab6e054b [Major] refactored Element maps for better handling
Now they are not components, now there is an ElementMapHandler which
is the component and the OrderMap and ResourceMap can be retrieved from
the ElementMapHandler
2013-12-23 18:43:06 +01:00
Robert von Burg d585a9e3d6 [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:35 +01:00
Robert von Burg 45c1734dd5 [New] Tutorial App now builds to a tarball ready to start
Now just unpack the zip and execute the "startup.sh" script
2013-11-25 23:26:30 +01:00
Robert von Burg 3f177275b3 [New] initial commit of pom.xml 2013-10-31 00:45:48 +01:00
Robert von Burg 7c3b6ff722 Initial commit 2013-10-28 11:05:06 -07:00