We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175b17d commit aab2320Copy full SHA for aab2320
src/changes/changes.xml
@@ -28,6 +28,16 @@
28
29
<body>
30
<release version="1.0.0-RC3" date="TBD" description="1.0.0-RC3 release">
31
+ <action type="update">
32
+ The getSqlSessionTemplate() method in SqlSessionDaoSupport has been replaced by getSqlSession().
33
+ </action>
34
35
+ MapperFactoryBean has been moved from org.mybatis.spring package to org.mybatis.spring.mapper.
36
37
38
+ org.mybatis.spring.MapperScannerPostProcessor has been moved to
39
+ org.mybatis.spring.mapper.MapperScannerConfigurer. @Mapper annotation no longer exists.
40
41
<action type="update" issue="176">
42
Mapper scanning should not rely on proprietary @Mapper annotation
43
</action>
0 commit comments