openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mybatis-3
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Sep 01, 2024 — Sep 01, 2025
Showing page 184 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix for http://code.google.com/p/mybatis/issues/detail?id=229 : "Unknown" misspelled in several places
Jeff Butler
More...
over 14 years ago
Corrected http://code.google.com/p/mybatis/issues/detail?id=179 . Statements and cache-ref are resolved as soon as possible during configuration. This prevents having to resolve them while multiple threads are accessing the configuration.
Christian Poitras
More...
over 14 years ago
Add logging information to the user's guide
Jeff Butler
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=228 . Close result sets after handling them.
Eduardo Macarron
More...
over 14 years ago
Respect the user provided Reader. Removed ReaderInputStream that assumes the system default encoding. related to http://code.google.com/p/mybatis/issues/detail?id=14
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=84 , http://code.google.com/p/mybatis/issues/detail?id=83 , and http://code.google.com/p/mybatis/issues/detail?id=81 - add keycolumn attribute, and some doc fixes
Jeff Butler
More...
over 14 years ago
rolled back to 3553 after discussion
Eduardo Macarron
More...
over 14 years ago
update also the constructor with Reader
Eduardo Macarron
More...
over 14 years ago
enable passing a custom configuration bean while providing also a InputStream. fix for http://code.google.com/p/mybatis/issues/detail?id=28
Eduardo Macarron
More...
over 14 years ago
do not execute pending batch statements on rollback. fix for http://code.google.com/p/mybatis/issues/detail?id=187
Eduardo Macarron
More...
over 14 years ago
removed println
Eduardo Macarron
More...
over 14 years ago
Some refinements to the refcursor tests
Jeff Butler
More...
over 14 years ago
Instructions for running the refcursor tests
Jeff Butler
More...
over 14 years ago
wrong change new InputSource(xml) should be new InputSource(new StringReader(xml)) added \u sequences to the word "Marañón" so it works regardless of the java ide/compiler charset Thanks knst.kolinko!
Eduardo Macarron
More...
over 14 years ago
removed wrong xml.getBytes from constructor hopefully fixed the failing encoding test. Pending testing it in a no spanish machine.
Eduardo Macarron
More...
over 14 years ago
[maven-release-plugin] prepare for next development iteration
Simone Tripodi
More...
over 14 years ago
[maven-release-plugin] prepare release mybatis-3.0.4
Simone Tripodi
More...
over 14 years ago
target is Java5, replaced String#isEmpty() signature
Simone Tripodi
More...
over 14 years ago
Changed test text and updated file encoding to UTF8
Hunter Presnall
More...
over 14 years ago
build failed. hsqldb problem?
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=30 - handle nested result maps with refcursors properly
Jeff Butler
More...
over 14 years ago
deprecate internal xml builders' constructors that take a reader as an argument
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=14
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=175
Eduardo Macarron
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=209
Jeff Butler
More...
over 14 years ago
added missing `DynamicImport-Package: *` OSGi header in the MANIFEST, thanks to Andrea Selva
Simone Tripodi
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=146 . Probe each logging adapter instead of just loading the logging class.
Eduardo Macarron
More...
over 14 years ago
Fix and documentation for http://code.google.com/p/mybatis/issues/detail?id=1 - @ResultMap annotation
Jeff Butler
More...
over 14 years ago
Fix for http://code.google.com/p/mybatis/issues/detail?id=124 - BigIntegerTypeHandler
Jeff Butler
More...
over 14 years ago
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
Simone Tripodi
More...
over 14 years ago
←
1
2
…
180
181
182
183
184
185
186
187
188
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree