mybatis-spring-3.0.2
版本发布时间: 2023-05-20 07:13:40
mybatis/spring最新发布版本:mybatis-spring-3.0.4(2024-08-12 05:16:10)
Here is the complete list of changes.
🐛 Bug Fixes
- Bean definition overridden when
spring.aot.enabled=true
in spring boot 3.0 #780 (@wylswz)
:zap: Enhancements
- Support appendable method on
SqlSessionFactoryBean
#816 (@uxfix) - Change the event type that listen to in
SqlSessionFactoryBean
toContextRefreshedEvent
#797 (@SkyAndCode)
:recycle: Polishing
- Use the
TransactionSynchronization
instead ofTransactionSynchronizationAdapter
#819
:arrow_up: 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