Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.

Home Page:http://syncleus.com/Ferma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdjacencyMethodHandler: IllegalStateException on Direction.OUT

enRGi opened this issue · comments

commented

Hi,

just wanted to take a quick look into Ferma and discovered the first issue. In AdjacencyMethodHandler.java, line 411 and 441 there is no 'break' so when using Direction.OUT an IllegalStateException is always thrown.

Best regards,
René

We use jira for our bug reporting, not github. But thanks for the report I'll fix it today. In the future please use: http://bugs.syncleus.com

Also since you are comparing Ferma and trying out the alternatives check this page out:
http://wiki.syncleus.com/index.php/Ferma:Comparing_the_Alternatives

@enRGi This fix has been merged into master and should now be working. it is part of 2.1.0 snapshot and will be released in the next released (which is likely to be later today). Thanks for your help.

@enRGi FYI version 2.1.0 has now been released with this fix incorporated.

commented

Thank you for your efforts and infos. I will look into it.