Hi guys, it's great that we got an M8 officially released. We have been developing Titan against it and run into a couple of issues that either lead to passing test cases or require hacks in Titan to make work. As such, we cannot release an updated milestone release of Titan until those issues are fixed in TP3 M9.
Specifically, these are the issues. Those tickets reference the TP3 ticket if available. Some of these issues have already been fixed in SNAPSHOT and no ticket exists. 1) Leaving the property(key,value) default up to vendors (#627): https://github.com/thinkaurelius/titan/issues/1060 2) Groovy test failures due to ID conversion: https://github.com/thinkaurelius/titan/issues/1044 3) Inability to add custom profiling information: https://github.com/thinkaurelius/titan/issues/1035 4) Vendor and TP3 strategies don't mix well: https://github.com/thinkaurelius/titan/issues/1034 5) Errors in Performance test: https://github.com/thinkaurelius/titan/issues/1007 6) Other groovy related failures: https://github.com/thinkaurelius/titan/issues/1006 7) TP3 should not use graph related names in its schema (like "edge", "element", etc) so that graph vendors can have the flexibility to reserve those for schema management purposes: https://github.com/thinkaurelius/titan/issues/730 https://github.com/thinkaurelius/titan/issues/634 8) @BeforeClass semantics isn't fully honored by the Test suite: https://github.com/thinkaurelius/titan/issues/1061 Thank you, Matthias
