Release Notes - Mnemonic - Version 0.2.0-incubating Bug [MNEMONIC-46] - Specify the missing extension directory for computing services [MNEMONIC-47] - Computing service should accept a handler of a object graph [MNEMONIC-48] - Return a handler to a processed object graph [MNEMONIC-53] - Add dependency on mnemonic-collections [MNEMONIC-54] - Failure to locate both of service-dist directories for computing test running [MNEMONIC-61] - Create an RestoreDurableEntityError exception for restoring operations [MNEMONIC-72] - Incorrect comparison chunk&buffer canonical name with type string [MNEMONIC-76] - Fix Javadoc issues [MNEMONIC-78] - Missing source code of module mnemonic-computing-services for releasing [MNEMONIC-82] - Fix issues in README.md [MNEMONIC-83] - Exclude log files from Apache Rat check [MNEMONIC-85] - Prompt "Trying to delete ...branch" even not existed Improvement [MNEMONIC-51] - Add special instructions to README for installation on OSX [MNEMONIC-56] - Abstract restorable interface from class NonVolatileMemAllocator [MNEMONIC-57] - Extract retrievable interface from abstract class CommonDurableAllocator [MNEMONIC-58] - Extract handler store interface from abstract class CommonDurableAllocator and NonVolatileMemAllocator [MNEMONIC-59] - Extract transaction interface from abstract class CommonDurableAllocator [MNEMONIC-64] - Add a new parameter to specify the type of value [MNEMONIC-67] - Return array of handler from perform() invocation [MNEMONIC-68] - Refactor GType to DurableType and move it to top level [MNEMONIC-73] - Show Disclaimer content on home page [MNEMONIC-75] - Improve the Javadoc for durable computing service [MNEMONIC-84] - Residual branch cannot be removed by release tool New Feature [MNEMONIC-36] - Create a service infrastructure for durable computing [MNEMONIC-52] - Add a method "getGeneralComputingService" to retrieve durable general computing service [MNEMONIC-55] - A Print Computing Service [MNEMONIC-60] - Apply Transaction, Retrievable interfaces to class VolatileMemAllocator [MNEMONIC-63] - Pack native computing parameters into a class [MNEMONIC-65] - Pass an array of parameter classes to native computing service [MNEMONIC-69] - Support discrete addressing for address translate interface [MNEMONIC-70] - Support two new durable types i.e. Buffer and Chunk for durable object model Task [MNEMONIC-49] - Rename the mnemonic-hello-world-service to mnemonic-utilities-service [MNEMONIC-50] - Create a test case to drive print service implementation [MNEMONIC-62] - Handle portable address for durable native computing services (DNCS) [MNEMONIC-66] - Convert parameters class into an array of native parameter structure. [MNEMONIC-71] - Create a native data struct for ValueInfo with a conversion function [MNEMONIC-74] - Create utility native functions for handler mapping [MNEMONIC-77] - Update README to reflect DNCS feature