https://github.com/mybatis/mybatis-3

sort by:
Revision Author Date Message Commit Date
5d749ed [maven-release-plugin] prepare release mybatis-3.2.1 10 March 2013, 19:48:29 UTC
9910fd1 Fix for issue #6. Skip member classes when scanning for aliases. 10 March 2013, 06:28:28 UTC
b1d9b85 (fixes #10) Index variable is not reset when multiple foreach loops are used in a single statement. Thanks to jgorinsky for the test case. 10 March 2013, 04:32:11 UTC
75d2cbe Fix for issue #5 05 March 2013, 16:35:32 UTC
3322ea9 Remove wrong cglib dependency 01 March 2013, 15:45:17 UTC
85e2d30 Merge branch 'master' of https://github.com/mybatis/mybatis-3.git 25 February 2013, 19:07:49 UTC
da5cad5 Fix for issue #3. Existing mapper statements should never be parsed as XML. 25 February 2013, 19:04:04 UTC
e96f153 Updated Japanese doc. 24 February 2013, 11:42:17 UTC
9b84acb Merge branch 'master' of https://github.com/mybatis/mybatis-3.git 24 February 2013, 09:26:27 UTC
7123141 Fix for issue #2. StackOverflow when using databaseId. 24 February 2013, 09:26:00 UTC
5b8f785 Update README 23 February 2013, 17:23:39 UTC
380d3d1 Update README 23 February 2013, 17:22:45 UTC
bd42b0a Removed old banner 23 February 2013, 01:41:50 UTC
b6159c7 Fix for issue #1. Wrong dependency on log4j. 23 February 2013, 01:00:58 UTC
351d217 Added .gitignore (based on the result of git svn show-ignore against the old google code repo). 22 February 2013, 08:20:15 UTC
05b0395 [maven-release-plugin] prepare for next development iteration 20 February 2013, 19:11:38 UTC
d83e3f0 [maven-release-plugin] prepare release mybatis-3.2.0 20 February 2013, 19:11:28 UTC
5e826f9 releng: updated parent to v17 20 February 2013, 19:05:57 UTC
2d1604f releng: updated SCM and Issue atracker coordinates 17 February 2013, 21:28:49 UTC
e97a016 releng: pom changed for new parent 15 February 2013, 15:35:07 UTC
7ebcd3c releng: updated envoronment to continue development in GitHub 15 February 2013, 15:30:34 UTC
12f0353 Test Case for OGNL Static Method Calls in mappers 12 February 2013, 20:16:47 UTC
0ff64c8 docs for the new logImpl setting 08 February 2013, 04:39:36 UTC
81650cc added docs for proxyFactory 08 February 2013, 04:29:06 UTC
9229e1a ProxyFactory moved to settings to preserve dtd unchanged 08 February 2013, 04:09:54 UTC
0619426 http://code.google.com/p/mybatis/issues/detail?id=771 : Enable setting logger impl in mybatis-config.xml 08 February 2013, 03:19:10 UTC
8f210c9 http://code.google.com/p/mybatis/issues/detail?id=769 : Order Matters for ResultMap Extension 05 February 2013, 22:03:15 UTC
7a58062 Japanese translation of the recent doc updates. 01 February 2013, 17:15:14 UTC
0443b44 (fixes http://code.google.com/p/mybatis/issues/detail?id=760 ) GenericTokenParaser#parse() could cause memory/performance issue on Java 7u6+ when the parsed string contains many variables to replace. 29 January 2013, 14:10:48 UTC
deb8eee minor doc update about EnumTypeHandler 26 January 2013, 05:48:34 UTC
352f58f Wrong fix for http://code.google.com/p/mybatis/issues/detail?id=433 and a test that shows why it does not work 24 January 2013, 19:01:12 UTC
b117e02 update test dependencies 23 January 2013, 20:50:32 UTC
4cf537c minor optimization 23 January 2013, 20:50:01 UTC
037dafd code polish 23 January 2013, 17:27:43 UTC
77eae66 translations 23 January 2013, 16:41:04 UTC
9c839db included jdk 1.7 try-with-resources sample 23 January 2013, 16:15:26 UTC
30a249a performance optimizacion (avoid calling containsKey) 23 January 2013, 10:24:57 UTC
d87fff1 typo 22 January 2013, 18:28:17 UTC
d88370e minor optimization 22 January 2013, 18:27:27 UTC
66db101 license headers added 22 January 2013, 15:31:48 UTC
f1e892d jdk 1.5 in parent and 1.6 in core 22 January 2013, 13:32:28 UTC
c8aa246 Ensure setters are called only once 22 January 2013, 09:18:38 UTC
93c84f4 Test for http://stackoverflow.com/questions/13046625 22 January 2013, 09:06:11 UTC
0a66341 broken build fixed 21 January 2013, 22:49:17 UTC
ccc58cb code polish 21 January 2013, 22:30:35 UTC
c1a6c31 code polish 21 January 2013, 22:21:29 UTC
16059df removed unnecessary enums 21 January 2013, 22:00:02 UTC
cc7a981 better fix for http://code.google.com/p/mybatis/issues/detail?id=433 21 January 2013, 21:51:06 UTC
4f56506 fix test, removed the catch block 21 January 2013, 21:48:13 UTC
b15d079 minor doc update 20 January 2013, 17:38:26 UTC
15d27ba modifed test for http://code.google.com/p/mybatis/issues/detail?id=433 20 January 2013, 17:36:18 UTC
621a30d should use ids if there are any 20 January 2013, 14:21:08 UTC
292ccad not yet in french! 20 January 2013, 12:23:35 UTC
d2e3c9b flag table with space between flags 20 January 2013, 12:21:42 UTC
6988c61 http://code.google.com/p/mybatis/issues/detail?id=433 : 3.0.5 not creating Java objects for all retrieved rows if mapper contains associations 20 January 2013, 08:57:13 UTC
84cb2a8 return type cannot be null (if void it will be void.class) and replaced Void.TYPE by void.class for consistency 20 January 2013, 07:55:09 UTC
eab15c5 test fixed 15 January 2013, 22:23:53 UTC
1993f27 MB uses getColumnLabel by default 15 January 2013, 20:51:53 UTC
c66e03e unwanted change went for ResultSetLogger, back to Jeffs version 14 January 2013, 21:31:18 UTC
0061d98 A test for ResultLogger, minor naming refactor and update javassist to 1.9.5 14 January 2013, 21:24:49 UTC
0c33d53 Another patch for http://code.google.com/p/mybatis/issues/detail?id=751 - stupid static mistake 14 January 2013, 17:40:22 UTC
ccf5ea1 Patch for http://code.google.com/p/mybatis/issues/detail?id=751 - don't print BLOB columns values with the logger - messes up further type handlers. 14 January 2013, 17:36:05 UTC
20d6986 format 13 January 2013, 21:04:19 UTC
a3676c6 minor doc fix 13 January 2013, 20:44:52 UTC
3553da8 docs for custom languages 13 January 2013, 20:29:52 UTC
a5a5d96 Forgot to commit the test, related to http://code.google.com/p/mybatis/issues/detail?id=734 09 January 2013, 14:49:14 UTC
0c3c272 minor refactor of the binding package, see http://code.google.com/p/mybatis/issues/detail?id=734 07 January 2013, 19:22:24 UTC
6ec36cf http://code.google.com/p/mybatis/issues/detail?id=676 : MapperScannerConfigurer, cache-ref, namespace of non-instanciated bean, cache null in MappedStatement 06 January 2013, 08:58:51 UTC
8733387 Related to http://code.google.com/p/mybatis/issues/detail?id=705 . Include biginteger as an buit-in alias (may collide with custom defined aliases) and test moved to BigIntegerTypeHandlerTest.java 05 January 2013, 12:59:07 UTC
2d18c92 Locale use consistence 05 January 2013, 10:48:49 UTC
3aa7b92 http://code.google.com/p/mybatis/issues/detail?id=748 : Aliases not working in non US systems 05 January 2013, 08:36:05 UTC
ea28965 better with the returnsVoid() 02 January 2013, 22:47:13 UTC
a0eeb1e Check moved to MapperMethod 02 January 2013, 22:25:31 UTC
4e7297a Code improvements related to http://code.google.com/p/mybatis/issues/detail?id=734 . Thanks Lasse. 02 January 2013, 22:07:32 UTC
202c32f New test showing issue with registering type handlers where there are multiple JDBC types 01 January 2013, 22:37:53 UTC
4db4d66 http://code.google.com/p/mybatis/issues/detail?id=722 : Mybatis throw ClassCastException when use pax-exam2.6 and blueprint 1.0 01 January 2013, 16:51:57 UTC
e5ce544 Support mappers that return Iterable 30 December 2012, 20:15:09 UTC
e92c2a2 http://code.google.com/p/mybatis/issues/detail?id=746 : back to 3.1.0 implementation, see details in the tracker 30 December 2012, 19:53:46 UTC
1118680 http://code.google.com/p/mybatis/issues/detail?id=745 : Support more return types for delete/update/insert mapper methods 30 December 2012, 17:47:10 UTC
7ff1321 http://code.google.com/p/mybatis/issues/detail?id=746 : Inject dependencies in type handlers when using Guice/Spring extensions broken in 3.1.1 30 December 2012, 11:27:10 UTC
3d214db test for http://code.google.com/p/mybatis/issues/detail?id=734 & small improvement 30 December 2012, 08:29:04 UTC
0c4ad88 credit to Adam Gent 26 December 2012, 20:11:38 UTC
e08fb8e dynamic tag "bind" doc pending 25 December 2012, 15:34:55 UTC
343d5bc fix modifier 25 December 2012, 10:49:05 UTC
939f529 naming conventions (removed this. outside constructors & simplify inner classes names) 25 December 2012, 10:41:48 UTC
1b54eee wrong modifier 25 December 2012, 07:58:29 UTC
01d4a59 credit! 24 December 2012, 16:55:28 UTC
18d97f3 http://code.google.com/p/mybatis/issues/detail?id=734 : MapperProxy cache ProxyMethod instances 24 December 2012, 16:50:18 UTC
4d148d5 removed dead code 20 December 2012, 04:49:42 UTC
218b839 Japanese translation for the recent doc updates. 19 December 2012, 14:07:38 UTC
3fcf8ac doc modification: removed a few statements which does not seem to correspond to the example code. 19 December 2012, 14:07:23 UTC
ad17625 doc correction (nestedResultOrdered -> resultOrdered). 19 December 2012, 03:26:03 UTC
90b66dd minor bug 18 December 2012, 06:21:04 UTC
cd60f40 clear column if there are composite keys && code cleaning 18 December 2012, 06:17:31 UTC
cbb2301 once in the builder the column is splitted if it is composite 18 December 2012, 05:45:14 UTC
13a0b82 Check moved to the new validate() method included by Gus (see http://code.google.com/p/mybatis/issues/detail?id=4 && r452) 18 December 2012, 05:25:25 UTC
08dbb96 http://code.google.com/p/mybatis/issues/detail?id=697 : Association with both a resultMap and a select attribute should throw exception 17 December 2012, 20:25:16 UTC
384cccf doc updates 17 December 2012, 18:55:57 UTC
819c9cd enum handlers doc 17 December 2012, 17:55:31 UTC
8488e75 Doc about generic typehandlers 17 December 2012, 05:39:55 UTC
back to top