0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
http://code.google.com/p/mybatis/issues/detail?id=217 , catch just SecurityException instead of Exception More... over 14 years ago
updated parent to version 8 More... over 14 years ago
removed trailing spaces More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=217 More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=202 - unneeded sort in MapWrapper More... over 14 years ago
replaced AIE with ISE when CGLIB is not in the classpath More... over 14 years ago
Lazy loading defaults to false. Fix for http://code.google.com/p/mybatis/issues/detail?id=144 . More... over 14 years ago
Fix for @Options annotation and generated keys More... over 14 years ago
fix for http://code.google.com/p/mybatis/issues/detail?id=206 More... over 14 years ago
removed commited eclipse settings by mistake More... over 14 years ago
Removed author from file headers and added to contributors: http://groups.google.com/group/mybatis-dev/browse_thread/thread/d84839c74e80be0e More... over 14 years ago
updated to parent 7 updated next clirr iteration version More... over 14 years ago
Removed dependency on asm. We need to make beans implement an interface but there is no need to generate the interface itself. More... over 14 years ago
Small clarification regarding OUT parameters and Maps. More... over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=203 - parameterMap fails with type="map" and no declared javaType More... over 14 years ago
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. More... over 14 years ago
Documentation Update for @SelectKey annotation More... over 14 years ago
Another test for @SelectKey annotation More... over 14 years ago
Initial checkin for http://code.google.com/p/mybatis/issues/detail?id=10 - add @SelectKey annotation More... over 14 years ago
Fix to http://code.google.com/p/mybatis/issues/detail?id=200 . Implement CGLIB partially loaded objects deserialization. Thanks again to Arkadi Shishlov. More... over 14 years ago
http://code.google.com/p/mybatis/issues/detail?id=110 . Implement CGLIB enhanced object serialiation into original domain object. Thanks Arkadi! More... over 14 years ago
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. More... over 14 years ago
added Andrea Selva and Riccardo Cossu in the contributors list for providing support for OSGi stuff More... over 14 years ago
fixed the OSGi export property More... over 14 years ago
looks like there's no need to specify all OSGi import, just marked the optional packages and automatically grabbed the rest More... over 14 years ago
one step back and CGLIB no more included in the final bundle, marked with logging libraries as optional in OSGi imports More... over 14 years ago
CGLIB made internal, MyBatis now should be able to enable lazyLoading without checking cglib Enhancer in the classpath fixed OSGi issue More... over 14 years ago
Fix the BLOB test so that it uses the registered aliases for primitive types More... over 14 years ago
[no comment] More... over 14 years ago
New test that causes an NPE due to unresolved type handler More... over 14 years ago