forked from mybatis/spring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.xml
More file actions
201 lines (191 loc) · 7.28 KB
/
changes.xml
File metadata and controls
201 lines (191 loc) · 7.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010-2016 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<properties>
<author>The MyBatis Team</author>
<title>Changes</title>
</properties>
<body>
<release version="1.2.1" date="2013-09-30" description="1.2.1 release">
<action type="fix" issue="9">
mybatis-spring OSGi imports - Spring batch should be optional
</action>
<action type="fix" issue="6">
org.mybatis.spring.transaction.SpringManagedTransaction.logger should be static
</action>
</release>
<release version="1.2.0" date="2013-02-21" description="1.2.0 release">
<action type="update" issue="131">
Build a namespace for MyBatis
</action>
<action type="fix" issue="635">
mybatis-spring OSGi imports - Spring batch should be optional
</action>
<action type="update" issue="637">
Allow setting the super type for domain classes when scanning for type aliases via Spring
</action>
<action type="update" issue="694">
MapperScannerConfigurer can't work with AnnotationConfigApplicationContext
</action>
<action type="fix" issue="715">
Remove finals in SqlSessionDaoSupport to enable adding Qualifiers
</action>
<action type="fix" issue="724">
Proxy message by istantiating Objects with Spring
</action>
<action type="update" issue="742">
SqlSessionFactoryBean: add setters for Object[Wrapper]Factory
</action>
<action type="update" issue="749">
MapperScannerConfigurer should allow setting a BeanNameGenerator
</action>
</release>
<release version="1.1.1" date="2012-04-15" description="1.1.1 release">
<action type="fix" issue="553">
2nd level cache consistency with MyBatis-Spring
</action>
<action type="fix" issue="559">
Overriding sqlSessionTemplate in MapperFactoryBean not working in certain circumstances
</action>
<action type="fix" issue="572">
MapperScannerConfigurer causes app initialization problems
</action>
</release>
<release version="1.1.0" date="2012-03-12" description="1.1.0 release">
<action type="fix" issue="449">
Prevent class loading / add zero-method mappers while scanning for mappers
</action>
<action type="update" issue="279">
Lazy loads do not execute within Spring-managed transactions
</action>
<action type="fix" issue="414">
MapperScannerConfigurer does not work with PropertyPlaceholderConfigurer
</action>
</release>
<release version="1.0.2" date="2011-10-10" description="1.0.2 release">
<action type="update" issue="391">
Add SqlSession.flushStatements()
</action>
<action type="fix" issue="390">
configurationProperties not applied in mappings
</action>
<action type="fix" issue="339">
SqlSessionTemplate throws NullPointerException if ExceptionTranslator cannot translate
exception
</action>
<action type="fix" issue="387">
Replace BeanPostProcessor with BeanDefinitionRegistryPostProcessor
</action>
</release>
<release version="1.0.1" date="2011-06-01" description="1.0.1 release">
<action type="update" issue="179">
Added a fail fast checking to ensure that all statements are fully loaded
</action>
<action type="fix" issue="222">
SqlSessionFactoryBean should allow sql fragments to be shared across multiple mapper
files
</action>
<action type="fix" issue="227">
Spring MapperScannerConfigurer does not work properly in OSGi
</action>
<action type="update" issue="314">
Enable typehandler and alias registration in mybatis-spring
</action>
</release>
<release version="1.0.0" date="2010-12-31" description="1.0.0 release">
<action type="fix" issue="14">
Support multiple character sets (parse XML from InputStream vs. Reader)
</action>
<action type="fix" issue="104">
Reset error context after calling XMLConfigBuilder or XMLMapperBuilder
</action>
<action type="fix" issue="196">
SqlSession rolls back with no Spring Tx + autocommit=false + dirty=true (an
update was executed)
</action>
<action type="update">
setTransactionFactoryProperties property in SqlSessionFactory has been removed
</action>
<action type="update">
setTransactionFactoryClass property in SqlSessionFactory has been replaced by
setTransactionFactory
</action>
<action type="update">
Improved logging
</action>
<action type="fix" issue="185">
Doesn't propagate exceptions up the stack when using batch mode
</action>
</release>
<release version="1.0.0-RC3" date="2010-11-22" description="1.0.0-RC3 release">
<action type="update">
getSqlSessionTemplate() method in SqlSessionDaoSupport has been replaced by getSqlSession()
</action>
<action type="update">
MapperFactoryBean has been moved to org.mybatis.spring.mapper.MapperFactoryBean
</action>
<action type="update">
MapperScannerPostProcessor has been moved to org.mybatis.spring.mapper.MapperScannerConfigurer
</action>
<action type="update">
Removed @Mapper annotation
</action>
<action type="update" issue="176">
Mapper scanning should not rely on proprietary @Mapper annotation
</action>
<action type="fix" issue="166">
Avoid one Proxy creation when using injected mappers
</action>
<action type="update" issue="163">
Add new selectMap methods to SqlSessionTemplate
</action>
</release>
<release version="1.0.0-RC2" date="2010-10-31" description="1.0.0-RC2 release">
<action type="update">
Improved documentation manual.
</action>
<action type="update" issue="116">
Add operation select(String, ResultHandler)
</action>
<action type="update" issue="130">
Component Scan for Mappers
</action>
<action type="fix" issue="154">
SqlSessionCallback.doInSqlSession should not throw SqlException
</action>
<action type="fix" issue="156">
getExceptionTranslator() may not be called in mybatis-spring
</action>
<action type="fix" issue="157">
Setting a specific datasource for one mapper does not work
</action>
<action type="fix" issue="160">
should not let changing the executor type during a tx
</action>
<action type="fix" issue="161">
mapperLocations does not work for xml files inside JARs
</action>
<action type="fix" issue="162">
Use a reference to SqlSessionFactory in MapperScanner
</action>
</release>
<release version="1.0.0-RC1" date="2010-09-22" description="1.0.0-RC1 release">
<action dev="simone.tripodi" type="update">
First RC release.
</action>
</release>
</body>
</document>