Skip to content

mybatis-spring-3.0.2

Compare
Choose a tag to compare
@kazuki43zoo kazuki43zoo released this 19 May 23:13
· 356 commits to master since this release

Here is the complete list of changes.

🐛 Bug Fixes

  • Bean definition overridden when spring.aot.enabled=true in spring boot 3.0 #780 (@wylswz)

⚡ Enhancements

  • Support appendable method on SqlSessionFactoryBean #816 (@uxfix)
  • Change the event type that listen to in SqlSessionFactoryBean to ContextRefreshedEvent #797 (@SkyAndCode)

♻️ Polishing

  • Use the TransactionSynchronization instead of TransactionSynchronizationAdapter #819

⬆️ Dependencies Updates

  • Update dependency org.mybatis:mybatis to v3.5.13 #790
  • Update spring core to v6.0.9 #807
  • Update spring batch to v5.0.2 #822