From 246994285ab3e4bf754d2d684a21c4b66e619c9b Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 26 Apr 2012 00:39:30 +0200 Subject: Cleanup and annotation --- .classpath | 45 ++++++++++++++++++++++++++++++++++++--------- build.xml | 6 +++--- changelog | 2 ++ 3 files changed, 41 insertions(+), 12 deletions(-) diff --git a/.classpath b/.classpath index 1fc556f..371bcd2 100644 --- a/.classpath +++ b/.classpath @@ -2,18 +2,45 @@ - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.xml b/build.xml index 4d86455..08d48a0 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - + @@ -8,8 +8,8 @@ - - + + diff --git a/changelog b/changelog index ccdc99d..0411950 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,7 @@ Release 2.3.1 ------------- +- SYS: History objects fetched from an EntityProxy now have no locker, instead of the entity proxy object as previously. This is so it can be cached by the storage manager. If a transaction enabled History object is required, it should be instantiated directly. +- SCR: Migrate from BSF to javax.script. Switch to JVM Rhino JS engine. This has changed the script system significantly. No more bsf.lookupBean (may add dummy for compatibility). Output parameters are also handled differently now. Build 1 - SYS: Fix NPE in SoftCache when key doesn't exist - WF: Imply 'Name' property on instantiation if not explicity declared -- cgit v1.2.3