Changes Report

Release History

Version Date Description
1.1.1 03-26-2008 Second public release
1.0.1 08-21-2007 First public release


Release 1.1.1 - 03-26-2008

Type Changes By
add Added support for types of java.lang.StringBuffer, java.util.Calendar, java.util.Stack and java.util.Timezone. thiagolm
add Added 380 new tests to test new and old features. thiagolm
add Added a method to PersistableManager class to delete all occurencies of all types. The method's signature is public void deleteAll() thiagolm
add Added a method to PersistableManager class to delete all occurencies of a given type. The method's signature is public void deleteAll(java.lang.Class class) thiagolm
add Added a method to PersistableManager class to check if an entity is already persisted. The method's signature is public void isPersisted(Persistable persistable) thiagolm
update Improved the bytecode weave process to reduce the total amount of bytecode weaved. thiagolm
update Improved the exception handler mechanism. thiagolm
update Updated the Eclipse plugin to be compliant to the new version of Floggy. thiagolm
fix Downgraded the source and target level of all sub projects of Floggy to 1.4. Now Floggy can run on JDK 1.4+. thiagolm

Release 1.0.1 - 08-21-2007

Type Changes By
update Uploaded documentation and first public release. thiagolm