- Dropwizard 2.0.0 compatibility
- Update to orient 3.0.26
- Disable hibernate validator JPA support only if orient object support used
(only in this case misactivation happen). - (breaking) Removed
HasOrientServerConfiguration
interface. Instead,
configuration provider must be registered:new OrientServerBundle<MyConfig>(MyConfig::getOrientConfig)