forked from fenix-framework/fenix-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
jcarvalho edited this page Apr 19, 2013
·
9 revisions
- 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.