Skip to content

v3.1.3

Compare
Choose a tag to compare
@michael-simons michael-simons released this 19 Sep 11:10
· 802 commits to master since this release
  • Improve determination of labels in class hierarchy scenarios. Labels are now computed according to docs, the names of abstract classes are now considered as labels as long as the class contributes to the index. If a hierarchy lead to a situation where multiple different labels can be applied, the topmost one is used. #437
  • Don't run the auto index manager if auto index mode is NONE (prevents eagerly opening a session). #437
  • Deprecate #getIndexes and #build in AutoIndexManager. #437
  • Convert array correct in delete operations. #509
  • Treat @PostLoad methods the same way as JSR-250 treats @PostConstruct. #516
  • Recognize overwritten @PostLoad methods in a class hierarchy. #414, #516
  • Deprecate default constructor and mutating put-method in ObjectAnnotations.
  • Prevent possible accidental deletion of all nodes when no label can be determined.