Skip to content

YOJ 2.2.8 (aspect, fix perf issues)

Compare
Choose a tag to compare
@nvamelichev nvamelichev released this 27 Mar 17:00
· 137 commits to main since this release

ℹ️ This releases mostly fixes performance issues introduced with meta-annotation support in 2.2.6.

  • Add yoj-aspect module which has a @YojTransactional annotation for methods, and an AspectJ aspect implementing this annotation. This module can be used as-is with Spring AOP.
  • Exclude java.* annotations from meta-annotation scanning, mostly fixing perf issues brought by meta-annotation support (#54).