Skip to content
João Carvalho edited this page Jun 14, 2013 · 9 revisions

Changelog

2.2.0 (14 June 2013)

New Features

  • Added DomainBPlusTree, which extends BPlusTree with JSON serialisation
  • Added DomainBPlusTreeJVSTM, which keeps the size of the Tree, updated using PerTxBoxes
  • Added jvstm-cluster backend, extending jvstm-common, providing common tools for clustered backends

Bug Fixes

  • Don't restart the transaction on a non-recoverable RollbackException
  • Corrected package name in ConsistencyPredicateAnnotationProcessor

2.1.0

  • First release of the FenixFramework 2

1.2.1 (21 March 2013)

  • 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.

1.2.0 (20 March 2013)

  • Added support for Consistency Predicates

1.1.6 (27 March 2013)

  • DML code generation now only runs when the content of the DML files is changed.

1.1.5 (14 February 2013)

  • 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.

1.1.2 (14 November 2012)

  • 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.

1.1.0 (30 October 2012)