Skip to content

Latest commit

 

History

History
108 lines (79 loc) · 4.67 KB

HISTORY.md

File metadata and controls

108 lines (79 loc) · 4.67 KB

olap4j-xmlaserver

#############################################################################

Version 1.2.0

This is the first release of olap4j-xmlaserver. We have numbered it 1.2.0 so it aligns with the core olap4j releases. Future releases might not maintain this alignment.

This release is also the first to be compatible with OSGI. For a list of the exported packages, please refer to the maven build file.

#############################################################################

Commit history

4c9a99f Fri, 10 Jan 2014 11:40:13 -0500 - (Kurtis Walker) Mondrian needs some additional packages exported in order to fully resolve in OSGI. This changes makes the exported xmlaserver packages explicit.

33fa613 Thu, 9 Jan 2014 10:49:05 -0500 - (Luc Boudreau) Update pom.xml

2939112 Thu, 5 Dec 2013 09:51:32 -0500 - (Nicholas Baker) Changes to POM to make the artifact an OSGI bundle. Upped version to 0.0.2-SNAPSHOT due to the change.

8f0f55f Tue, 26 Nov 2013 10:39:26 -0500 - (Kurtis Walker) ANALYZER-2188 - adding new methods to XmlaExtra

dad5a17 Fri, 26 Jul 2013 10:12:07 -0700 - (Julian Hyde) Remove Intellij files from git.

d7dfa1f Wed, 19 Jun 2013 09:18:32 -0400 - (mkambol) [MONDRIAN-1581] Fixing datatypes which were incorrectly marshalled in XMLA responses: Boolean, Short, Byte, Float (were formerly treated as xsd:string, xsd:int, xsd:int, and xsd:double, respectively) merged from 534768

a0e99cd Thu, 21 Feb 2013 10:34:15 -0500 - (Luc Boudreau) Merge of commit 24cf3d0e2a57b88bb9550e4bccd8c8bb34c6d9db form Mondrian's master.

34e6697 Thu, 21 Feb 2013 10:20:56 -0500 - (Luc Boudreau) Merge of change a5c552f74ed8068a7b40fa6f2b3e9a995d94e100 from Mondrian's master.

2f444e2 Thu, 21 Feb 2013 09:39:15 -0500 - (Luc Boudreau) Merge of changes 8fa75e276f638b1156e0fa1c447fc49006112f88 ba93ad762db859d04d6aa2411e4587280ca06249 160dadad7af7dee209fa85ba8cbd9106fa60c799 from Mondrian's master.

d87b6ad Wed, 2 Jan 2013 11:59:47 -0500 - (Luc Boudreau) Adds getSchemaId() to XmlaExtra.

1cd132a Mon, 17 Dec 2012 14:31:27 -0500 - (Luc Boudreau) Idem.

04296ff Mon, 17 Dec 2012 13:30:45 -0500 - (buildguy) Update pom.xml

c620eab Mon, 17 Dec 2012 12:56:50 -0500 - (Luc Boudreau) Idem.

a6f4059 Mon, 17 Dec 2012 12:54:58 -0500 - (Luc Boudreau) Idem.

773507d Mon, 17 Dec 2012 12:43:44 -0500 - (Luc Boudreau) An attempt to fix CI.

fae048f Mon, 17 Dec 2012 11:29:18 -0500 - (Luc Boudreau) Small change to the pom to get deployment working on CI.

ffd4216 Mon, 17 Dec 2012 10:54:36 -0500 - (Luc Boudreau) Upgrades to latest olap4j.

38d065a Fri, 7 Sep 2012 15:48:26 -0700 - (Julian Hyde) DefaultSaxWriter now writes to any Appendable, rather than a PrintWriter. If the Appendable is a StringBuilder, this should be more efficient.

ed28a49 Fri, 7 Sep 2012 13:25:31 -0700 - (Julian Hyde) Fix name of project in pom; get XmlaExtra from ConnectionFactory, rather than by using "unwrap" on the OlapConnection.

de2fed9 Fri, 31 Aug 2012 21:07:17 -0700 - (Julian Hyde) Slim down dependencies.

3602acf Fri, 31 Aug 2012 20:46:51 -0700 - (Julian Hyde) Remove mondrian dependencies. (Extend XmlaExtra interface, remove stub classes.)

7e53b09 Fri, 31 Aug 2012 17:03:32 -0700 - (Julian Hyde) Initial version, copying mondrian.xmla package and stub versions of mondrian classes it depends upon.

3600730 Fri, 31 Aug 2012 15:20:27 -0700 - (Julian Hyde) Initial commit