Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
136 stars 26 forks source link

kind.newInstance() deprecated since Java 9 #65

Open paulschwarz opened 3 years ago

paulschwarz commented 3 years ago

I notice in com.syncleus.ferma.framefactories.DefaultFrameFactory, it calls kind.newInstance() which is deprecated since Java 9.

Also, the message "Could not instantiate kind: " + kind.getName() wasn't that helpful in establishing that the framework is looking for a default no-args constructor.