Skip to content

Commit aab2320

Browse files
committed
added latest changes
1 parent 175b17d commit aab2320

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/changes/changes.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@
2828

2929
<body>
3030
<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+
<action type="update">
35+
MapperFactoryBean has been moved from org.mybatis.spring package to org.mybatis.spring.mapper.
36+
</action>
37+
<action type="update">
38+
org.mybatis.spring.MapperScannerPostProcessor has been moved to
39+
org.mybatis.spring.mapper.MapperScannerConfigurer. @Mapper annotation no longer exists.
40+
</action>
3141
<action type="update" issue="176">
3242
Mapper scanning should not rely on proprietary @Mapper annotation
3343
</action>

0 commit comments

Comments
 (0)