Skip to content

1.2.0

Choose a tag to compare

@cezarfx cezarfx released this 16 Apr 18:05
4c5df87

Added

  • Exception message for instantiate failures
  • New profile in pom.xml for cloud testing
  • Support for fields of type java enumeration
  • Support for IgnoreCase and AllIgnoreCase keywords in derived query method
    names.
  • Projections
    • Implemented support for projections to POJOs with limited set of fields
      and interfaces.

Changed

  • Updated copyrights to 2021

Fixed

  • Generation of projecting queries to avoid selecting the same property twice
  • Optimize types outside of loop in find queries
  • Avoid creating extra stream when executing queries.