Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@xvik xvik released this 19 Dec 18:52
· 298 commits to master since this release
  • 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)