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

sort by:
Revision Author Date Message Commit Date
c473381 [maven-release-plugin] prepare release mybatis-3.0.4 31 December 2010, 19:53:45 UTC
bb72a96 target is Java5, replaced String#isEmpty() signature 31 December 2010, 19:44:45 UTC
7bd3cf6 Changed test text and updated file encoding to UTF8 31 December 2010, 19:08:55 UTC
0f7506e build failed. hsqldb problem? 31 December 2010, 17:39:34 UTC
5428e1b Fix for http://code.google.com/p/mybatis/issues/detail?id=30 - handle nested result maps with refcursors properly 31 December 2010, 16:12:46 UTC
675c4c6 deprecate internal xml builders' constructors that take a reader as an argument 31 December 2010, 12:37:23 UTC
1c7bd98 Fix for http://code.google.com/p/mybatis/issues/detail?id=14 31 December 2010, 09:06:57 UTC
06d90d1 Fix for http://code.google.com/p/mybatis/issues/detail?id=175 31 December 2010, 01:48:18 UTC
c8fff38 Fix for http://code.google.com/p/mybatis/issues/detail?id=209 30 December 2010, 23:37:31 UTC
4695414 added missing `DynamicImport-Package: *` OSGi header in the MANIFEST, thanks to Andrea Selva 30 December 2010, 11:02:00 UTC
8e93997 Fix for http://code.google.com/p/mybatis/issues/detail?id=146 . Probe each logging adapter instead of just loading the logging class. 30 December 2010, 00:14:09 UTC
120928a Fix and documentation for http://code.google.com/p/mybatis/issues/detail?id=1 - @ResultMap annotation 29 December 2010, 21:50:46 UTC
5fb8958 Fix for http://code.google.com/p/mybatis/issues/detail?id=124 - BigIntegerTypeHandler 29 December 2010, 21:18:36 UTC
d64efdb since tests require Java6 to compile and target has to be compliant to 1.5, added the animal sniffer to make sure we use Java5 methods only 29 December 2010, 16:33:07 UTC
03e151a http://code.google.com/p/mybatis/issues/detail?id=217 , catch just SecurityException instead of Exception 29 December 2010, 09:15:51 UTC
065a1d5 updated parent to version 8 28 December 2010, 20:29:16 UTC
4c5e97c removed trailing spaces 28 December 2010, 15:10:01 UTC
c60bc2e fix for http://code.google.com/p/mybatis/issues/detail?id=217 28 December 2010, 09:23:28 UTC
1be38ff Fix for http://code.google.com/p/mybatis/issues/detail?id=202 - unneeded sort in MapWrapper 26 December 2010, 23:27:11 UTC
5f7fe30 replaced AIE with ISE when CGLIB is not in the classpath 26 December 2010, 10:48:51 UTC
f8ddba3 Lazy loading defaults to false. Fix for http://code.google.com/p/mybatis/issues/detail?id=144 . 25 December 2010, 23:26:42 UTC
df0f135 Fix for @Options annotation and generated keys 23 December 2010, 02:19:51 UTC
d693245 fix for http://code.google.com/p/mybatis/issues/detail?id=206 21 December 2010, 20:48:01 UTC
e60389e removed commited eclipse settings by mistake 17 December 2010, 10:03:22 UTC
a926a1b Removed author from file headers and added to contributors: http://groups.google.com/group/mybatis-dev/browse_thread/thread/d84839c74e80be0e 17 December 2010, 10:01:45 UTC
40fd3a4 updated to parent 7 updated next clirr iteration version 17 December 2010, 08:38:50 UTC
29a04f4 Removed dependency on asm. We need to make beans implement an interface but there is no need to generate the interface itself. 15 December 2010, 22:59:50 UTC
a31d396 Small clarification regarding OUT parameters and Maps. 15 December 2010, 18:15:20 UTC
8a98c8d Fix for http://code.google.com/p/mybatis/issues/detail?id=203 - parameterMap fails with type="map" and no declared javaType 15 December 2010, 18:06:32 UTC
cafd10c Fix for http://code.google.com/p/mybatis/issues/detail?id=11 and http://code.google.com/p/mybatis/issues/detail?id=145 . Cglib proxies for beans with no default constructors. Cglib upgraded from 2.1.3 to 2.2. 15 December 2010, 17:18:43 UTC
9a853f6 Documentation Update for @SelectKey annotation 15 December 2010, 00:34:02 UTC
07e657f Another test for @SelectKey annotation 14 December 2010, 23:23:56 UTC
644bbd2 Initial checkin for http://code.google.com/p/mybatis/issues/detail?id=10 - add @SelectKey annotation 14 December 2010, 20:26:08 UTC
db4ab6c Fix to http://code.google.com/p/mybatis/issues/detail?id=200 . Implement CGLIB partially loaded objects deserialization. Thanks again to Arkadi Shishlov. 14 December 2010, 15:53:23 UTC
c10820c http://code.google.com/p/mybatis/issues/detail?id=110 . Implement CGLIB enhanced object serialiation into original domain object. Thanks Arkadi! 12 December 2010, 17:24:44 UTC
13d9aa8 Patch applied for http://code.google.com/p/mybatis/issues/detail?id=179 did not support non fully qualified namespaces. Since MyBatis does not require namespaces to match mapper's class, this patch is applied so that changes made to correct bug 179 also supports any valid namespaces. 10 December 2010, 13:43:16 UTC
4fd39b7 added Andrea Selva and Riccardo Cossu in the contributors list for providing support for OSGi stuff 09 December 2010, 13:50:34 UTC
7408ff5 fixed the OSGi export property 09 December 2010, 11:37:21 UTC
859611f looks like there's no need to specify all OSGi import, just marked the optional packages and automatically grabbed the rest 09 December 2010, 11:33:15 UTC
d1873e5 one step back and CGLIB no more included in the final bundle, marked with logging libraries as optional in OSGi imports 09 December 2010, 11:21:21 UTC
6b6c246 CGLIB made internal, MyBatis now should be able to enable lazyLoading without checking cglib Enhancer in the classpath fixed OSGi issue 08 December 2010, 18:37:34 UTC
b1bb2a9 Fix the BLOB test so that it uses the registered aliases for primitive types 07 December 2010, 19:39:18 UTC
115e999 07 December 2010, 02:37:41 UTC
6079532 New test that causes an NPE due to unresolved type handler 07 December 2010, 02:29:48 UTC
501b3b7 Upgrade JUnit and fix a few tests. Also fork the tests to keep the memory consumption down. 07 December 2010, 01:49:30 UTC
704988e experimenting the OSGi stuff, parent 7-SNAPSHOT deployed on Nexus 06 December 2010, 21:41:13 UTC
4c85df4 Mapper is not added to known mapper when it fails to configure. 26 November 2010, 19:48:15 UTC
44225b2 SQL Fragments can be included from XML files that were not parsed yet. 26 November 2010, 14:34:28 UTC
70a4cd0 made this class final and clean up a few compiler warnings. Also converter the JDBC_TYPE_HANDLER_MAP to an EnumMap 20 November 2010, 21:59:30 UTC
1395dd7 Environment class made thread safety 20 November 2010, 21:39:10 UTC
1e886ec [maven-release-plugin] prepare for next development iteration 18 November 2010, 16:38:39 UTC
b20d70f [maven-release-plugin] prepare release mybatis-3.0.3 18 November 2010, 16:38:22 UTC
d6a3ccb Add some minimal support for ARRAY types. Still need a custom type handler for now. 18 November 2010, 03:35:39 UTC
1f09e0a upgrated to new parent pom 6 minor format 07 November 2010, 15:15:44 UTC
1d037af label Product-* fixed according to last settings on gcode 06 November 2010, 14:37:14 UTC
744e79e fixed output parameter caching issue, and created NullCacheKey instance which is a little safer (avoids accidental usage of the NULL_CACHE_KEY field) 06 November 2010, 05:03:14 UTC
b07d57f added a try/finally block for added safety during rollback 06 November 2010, 04:08:51 UTC
a191135 Refreshed PDFs 06 November 2010, 03:45:07 UTC
469e021 Change the stored procedure example code to show when to clear the session cache 06 November 2010, 01:05:56 UTC
f66de16 Tests and demo code for stored procedures with MyBatis 06 November 2010, 00:10:16 UTC
1d70f7b Upgrade MyBatis build to use HSQLDB 2.0.0 05 November 2010, 23:58:25 UTC
9ecd368 removed directly reference 'target' dir, replaced by ${project.build.directory} 04 November 2010, 11:35:07 UTC
72d1acb excluded produced artifact from the dependencies so not included in the 'optional' dir 04 November 2010, 11:27:12 UTC
7668d57 Ignore anonymous classes when searching for aliases per issue http://code.google.com/p/mybatis/issues/detail?id=140 02 November 2010, 04:18:00 UTC
3549874 Fixed minor documentation. http://code.google.com/p/mybatis/issues/detail?id=36 02 November 2010, 04:16:35 UTC
d9233e6 Added a flushStatments() call in the rollback() to fix issue http://code.google.com/p/mybatis/issues/detail?id=122 02 November 2010, 03:43:42 UTC
a52d1e1 Added a flushStatments after a query to fix issue http://code.google.com/p/mybatis/issues/detail?id=138 02 November 2010, 03:31:14 UTC
466a646 made this class abstract and removed the dummy test method 02 November 2010, 03:30:05 UTC
c88294c distinct the core and migration module 01 November 2010, 18:26:34 UTC
97504a0 fixed Project/Version custom label, in that way they can be displayed in the download table on gcode and used to sort results 01 November 2010, 18:13:00 UTC
27f09de added more labels to improve searches in the file list 01 November 2010, 16:05:15 UTC
b5363a1 removed GA from the upload manuals file name 01 November 2010, 15:55:00 UTC
ad05f7d added manuals upload via GCU plugin spring in simplified chinese has to be moved under the spring subproject 01 November 2010, 15:52:59 UTC
d1d797c removed GA from the upload file name 01 November 2010, 15:50:14 UTC
d00a6a4 Added new docs for the selectMap functionality 01 November 2010, 04:41:43 UTC
50afa69 Added selectMap functionality for selecting Maps of results keyed by a property 31 October 2010, 17:25:39 UTC
37915c4 silenced the build (i.e. disabled error log writer on script runner, which was reporting useless errors. 30 October 2010, 14:56:49 UTC
896c895 upgrade to mybatis-parent 5, 4 had an unknown bug on assembly resolved only taking a look at the Maven ML, not reported on the main doc :( 27 October 2010, 05:45:25 UTC
f7ae473 Updated dtd per http://code.google.com/p/mybatis/issues/detail?id=87 http://code.google.com/p/mybatis/issues/detail?id=87 22 October 2010, 22:07:32 UTC
20a8ac5 parent pom updated to v4 22 October 2010, 22:02:15 UTC
5c7dd77 Removed dead code per http://code.google.com/p/mybatis/issues/detail?id=88 http://code.google.com/p/mybatis/issues/detail?id=88 22 October 2010, 21:45:45 UTC
a156185 Added simplified Chinese guide 20 October 2010, 02:22:07 UTC
84f01ed updated to new parent pom re-enabled the sources/javadoc to bundle welcome back clean tidy 'mvn clean compile'!!! 19 October 2010, 06:18:40 UTC
bbc361c assembly plugin caused execution twice! Kudos to Marco Speranza! 18 October 2010, 21:49:34 UTC
7986f3d BUG: Commented out source and javadoc references from parent pom to get maven build working again. For some reason the source and javadocs are not being built anymore. Perhaps something that happened during the parent pom refactoring? 18 October 2010, 17:49:42 UTC
c215f61 Allow mapper's XML to reference an XML fragment in another mapper when Configuration.addMapper() is used. See http://code.google.com/p/mybatis/issues/detail?id=133 . 08 October 2010, 14:06:05 UTC
cbf546a moved assemblies descriptors in the suggested dir on http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html 03 October 2010, 09:11:16 UTC
27db9ee added generics on Map instances, avoided unnecessary casts finalized non mutable fields 03 October 2010, 08:23:03 UTC
741b5a5 removed unused declared method and related imports 03 October 2010, 08:13:37 UTC
d6f8882 optimized equals method forced the Comparable generic type, since Change instances are compared only with other Change instances 03 October 2010, 08:11:30 UTC
10ecd22 removed unneeded exception, thanks Eduardo and Putthibong 03 October 2010, 07:58:36 UTC
36fb7cb fixed compiler warnings 03 October 2010, 07:31:22 UTC
7749e57 fixed compiler warnings 03 October 2010, 07:26:15 UTC
da7f53a partially fixed compiler warnings 02 October 2010, 16:07:58 UTC
eb6512a partially fixed compiler warnings 02 October 2010, 15:56:07 UTC
ea22348 partially fixed compiler warnings 02 October 2010, 15:55:43 UTC
b02958c fixed compiler warnings 02 October 2010, 15:18:46 UTC
b647a6f fixed compiler warnings 02 October 2010, 15:06:52 UTC
6223a05 fixed compiler warnings 02 October 2010, 12:22:39 UTC
b2df845 fixed compiler warnings 02 October 2010, 11:31:41 UTC
back to top