Skip to content

1.0.2

Compare
Choose a tag to compare
@otaviojava otaviojava released this 01 Oct 06:29
· 1355 commits to main since this release
78dc714

Added

  • Create Metadata API project
  • Enhance the reflection documentation
  • Add support to delete by entities
  • Add support to Custom Repositories
  • Create KeyValueDatabase annotation

Changed

  • Define metadata as a module
  • define the default implementation of metadata using reflection
  • enhance the documentation to use metadata
  • Update Apache Tinkerpop to version 3.7.0
  • Update classpath to version 4.8.162
  • Update Mockito version to 5.5.0

Fixed

  • Remove exception at the delete methods at the repositories proxies
  • Add support to LIKE conditions parameterized at Repository methods annotated with @Query
  • Enhance the error message when the entity in the repository does not have the Entity annotation
  • query specification does not allow for dashes in table names