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 3aeea8a commit 7fcacfbCopy full SHA for 7fcacfb
src/changes/changes.xml
@@ -27,6 +27,14 @@
27
</properties>
28
29
<body>
30
+ <release version="1.0.2" date="2011-09-??" description="1.0.2 release">
31
+ <action type="fix" issue="339">
32
+ SqlSessionTemplate throws NullPointerException if ExceptionTranslator cannot translate exception
33
+ </action>
34
+ <action type="fix" issue="387">
35
+ Replace BeanPostProcessor with BeanDefinitionRegistryPostProcessor
36
37
+ </release>
38
<release version="1.0.1" date="2011-06-01" description="1.0.1 release">
39
<action type="update" issue="179">
40
Added a fail fast checking to ensure that all statements are fully loaded
0 commit comments