Skip to content

1.0.1

Compare
Choose a tag to compare
@otaviojava otaviojava released this 31 Jul 18:45
· 1554 commits to main since this release
f2bc96d

Fixed

  • Added no-args constructor into the injectable beans
  • Fixes lazy loading metadata at the EntityMetadata
  • Fixes ParameterMedataData to not thrown NullPointException when it's built with a Parameter without @column or @id annotations
  • Fixes Reflections.getConstructor() method logic to detect constructors with parameters annotated with @id or @column
  • Unwrapping of UndeclaredThrowableException in repository when an underlying (f.e. ConstraintValidationException) occurs