Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mybatis-spring-3.0.2.tar.gz | 2023-05-19 | 180.1 kB | |
mybatis-spring-3.0.2.zip | 2023-05-19 | 377.6 kB | |
README.md | 2023-05-19 | 738 Bytes | |
Totals: 3 Items | 558.4 kB | 0 |
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]