Axiom Stack 3.2.6

Fork me on GitHub

This Version of Axiom Stack

Axiom Stack 3.2.6

Released: August 26, 2008
Archives
Documentation
Summary

This release includes a handful of fixes to the stack.

A couple notable changes are:

  • Separated the H2 databases per application
  • Image objects were bloating the database
  • An improper analyzer was being used in certain lucene filters

Release Notes

Bug

  • [AXSTK-243] - Separate the H2 databases for each application
  • [AXSTK-457] - AxiomObject.getAbsoluteURI() results in stack overflow
  • [AXSTK-466] - SearchFilter throws NullPointerException on instantiation if no filter is specified in search.properties
  • [AXSTK-472] - _content appears on Image objects
  • [AXSTK-473] - Private (_ prefixed) properties are tokenized by default
  • [AXSTK-476] - On restart, layered object documents appear as deleted
  • [AXSTK-478] - When an object was saved between layers, the reference properties in those objects maintained the old layering information
  • [AXSTK-479] - maxlength does not work on relationally backed prototypes
  • [AXSTK-482] - NativeFilter not honoring the specified Analyzer

Improvement

  • [AXSTK-369] - Enable automatic function parameter passing from the request post parameters

New Feature

  • [AXSTK-434] - Encryption/Licensing for Axiom Stack Jars and apps/modules
  • [AXSTK-447] - Ability to map domain names to applications

Task

  • [AXSTK-361] - Create option to change ANDing or ORing of tokens in search profile queries
  • [AXSTK-448] - Lucene conversion script on startup, to go from _status to cms_status
  • [AXSTK-452] - Lucene Compressor Process for the Stack
  • [AXSTK-464] - Documentation / Code commenting