jankotek / blueprints

A Property Graph Model Interface
http://blueprints.tinkerpop.com
Other
2 stars 1 forks source link

Update to MapDB 0.9.10 #6

Closed ncolomer closed 10 years ago

ncolomer commented 10 years ago

Related to jankotek/blueprints/issues/5, I needed to see if the last MapDB 0.9.10 version solved the issue so I did the update myself (this PR). This seems to have solved the issue but it still needs deeper testing to be sure.

The details of the commits:

All tests are passing using mvn clean install -pl blueprints-core,blueprints-test,blueprints-mapdb-graph.

Please note that this may need some improvements since I didn't get all the subtleties of the API yet. For instance, the hint provided by the method Serializer#fixedSize.

jankotek commented 10 years ago

In future I will probably abandon this project and start over with Blueprints 3

ncolomer commented 10 years ago

Thanks Jan, tell me if you need some help on the future implementation, I'd be happy to help.