forked from fenix-framework/fenix-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
João Carvalho edited this page Jun 14, 2013
·
9 revisions
- Added
DomainBPlusTree
, which extends BPlusTree with JSON serialisation - Added
DomainBPlusTreeJVSTM
, which keeps the size of the Tree, updated using PerTxBoxes - Added
jvstm-cluster
backend, extendingjvstm-common
, providing common tools for clustered backends
- Don't restart the transaction on a non-recoverable RollbackException
- Corrected package name in ConsistencyPredicateAnnotationProcessor
- First release of the FenixFramework 2
- Removed the limit on the maximum number of active connections, and allowing the pool to grow as needed.
- Updated
commons-pool
to version 1.6. The previously used version has connection leak issues.
- Added support for Consistency Predicates
- DML code generation now only runs when the content of the DML files is changed.
- Removed the limit on the maximum number of active connections, and allowing the pool to grow as needed.
- Updated
commons-pool
to version 1.6. The previously used version has connection leak issues.
- Hotfix for fenix mavenification. readDomainObject using className and idInternal now goes directly to database using JDBC to get OID so we can always go through fromExternalId using the lookup cache.
- CodeGenerator, DomainModel and OJBMetadataGenerator compatible with fénix and bennu.