olap4j Changelog

What's new in olap4j 1.1.0

Sep 27, 2013
  • This release is a minor update to the olap4j specification. There have been changes to the internal APIs which will affect developers and implementors of the specification. This release is backwards compatible with applications written against olap4j 1.0.
  • This release is also the first to introduce our new sister project: olap4j-xmlaserver. It consists of a Java Servlet implementation which provides XMLA services from an olap4j connection. For more details, consult our GitHub page at github.com/olap4j
  • New Features / Improvements:
  • Switched to the JavaCC parser (was previously JavaCUP).
  • Added compatibility with Mondrian 4+.
  • Minor changes to the NamedList interface.
  • Bug Fixes in Core:
  • Fix bug 3526908. Incomplete LCID list.
  • Fix bug 3515404. Inconsistent behavior when parsing ".CHILDREN" and ".Children"
  • Bug Fixes in XMLA:
  • Fixes compatibility issues with Essbase.
  • Fixes compatibility issues with SAP BW.
  • Fixes a thread safety issue in DeferredNamedList.