Skip to content

Releases: mybatis/spring

Mybatis Spring 3.0.6

Choose a tag to compare

@hazendaz hazendaz released this 11 Jul 17:06
mybatis-spring-3.0.6
1ac0287
  • Back port off mainline with updated spring binaries

Mybatis Spring 4.1.0

Choose a tag to compare

@hazendaz hazendaz released this 27 Jun 22:58
mybatis-spring-4.1.0
47d95b2

What's Changed

Here is the complete list of changes.

New Contributors

Full Changelog: mybatis-spring-4.0.0...mybatis-spring-4.1.0

mybatis-spring-4.0.0

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 30 Nov 19:31
mybatis-spring-4.0.0
6faf7f0

Here is the complete list of changes.

✨ Features

First support Spring Framework 7 / Spring Batch 6

⬆️ Dependencies Updates

  • Update spring core to v7.0.1 #1149
  • Update spring batch to v6.0.0 #1155

mybatis-spring-3.0.5

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 10 Jun 10:44

Here is the complete list of changes.

⚡ Enhancements

  • Replace synchronized method with Lock #1039

⬆️ Dependencies Updates

  • Update mybatis core to 3.5.19 #1051
  • Update spring core to v6.2.7 #1094
  • Update spring batch to v5.2.2 #1077

Mybatis Spring 3.0.4

Choose a tag to compare

@hazendaz hazendaz released this 11 Aug 21:16
  • Adjust MyBatisSystemException to spring 6 per spring-projects/spring-framework#25162, original constructor is deprecated now.
  • Add environment to ClassPathMapperScanner from PropertySources
  • Support excluding filter on mapper scan feature
  • minor code cleanup
  • update build system items / libraries / dependencies

tests

  • make sure build is using maven standard directory layout even for tests

mybatis-spring-2.1.2

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 25 Nov 10:33

Here is the complete list of changes.

ℹ️ Notice

Probably this release is last as a planned release of 2.1.x. Of course, we will continue to fix critical issues (including security vulnerabilities).

⚡ Enhancements

  • Support processPropertyPlaceHolders option in mapper:scan and @MapperScan #832

⬆️ Dependencies Updates

  • Update mybatis core to 3.5.14 #872
  • Update spring core to v5.3.31 #891
  • Update spring batch to v4.3.10 #892

mybatis-spring-3.0.3

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 21 Nov 03:15

Here is the complete list of changes.

⚡ Enhancements

  • Support processPropertyPlaceHolders option in mapper:scan and @MapperScan #829
  • Corrected to set bean class instead of bean class name to factoryBeanObjectType of BeanDefinition attribute #865

⬆️ Dependencies Updates

  • Update mybatis core to 3.5.14 #870
  • Update spring core to v6.0.13 #863
  • Update spring batch to v5.0.3 #847

mybatis-spring-3.0.2

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 19 May 23:13

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

mybatis-spring-2.1.1

Choose a tag to compare

@kazuki43zoo kazuki43zoo released this 19 May 12:36

Here is the complete list of changes.

⚡ Enhancements

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

⬆️ Dependencies Updates

  • Update dependency org.mybatis:mybatis to v3.5.13 #809
  • Update to Spring Framework 5.3.27 #811
  • Update to Spring Batch 4.3.8 #812

Mybatis Spring 3.0.1

Choose a tag to compare

@hazendaz hazendaz released this 09 Dec 00:58
  • Correct 'source' reproducible issue #763
  • Fix site javadoc issue #756
  • Set include annotation config to false in native image #758
  • Added new option to print warning if mappers not found #762
  • Fix manifest data on java version requirement #766