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

sort by:
Revision Author Date Message Commit Date
22fcbef [maven-release-plugin] prepare release mybatis-3.3.0 23 May 2015, 23:15:45 UTC
15b5904 Using parent 24 for the release. Updated clirr previous version. 23 May 2015, 22:50:53 UTC
18431f4 Fix deploy problems 23 May 2015, 13:03:08 UTC
6795085 Related to #116. As per Iwao's suggestion, now removeObject is used to notify the rollback to a blocking cache. EhCache adapter has been fixed also. 16 May 2015, 05:46:08 UTC
6a5923b Merge pull request #400 from hazendaz/master Update Dependencies 03 May 2015, 13:08:32 UTC
0331523 Merge pull request #402 from hazendaz/fix-366 Fix issue #366 03 May 2015, 13:06:31 UTC
951a99c Fix issue #366 02 May 2015, 23:18:40 UTC
932a653 Merge pull request #397 from wuwen5/typo-doc fix typo 30 April 2015, 17:55:57 UTC
98b4da5 fix typo 30 April 2015, 11:44:21 UTC
d191204 Update Dependencies ognl to 3.0.11 -> this might be speeding things up as I"ve seen one test fail due to expected timings being faster now. Will monitor. slf4j to 1.7.12 log4j 2 to 2.2 Note about javassist not being updated. 27 April 2015, 00:48:04 UTC
1c5a2cb Merge pull request #395 from hazendaz/master Correct Flakey Script Runner Unit Tests 26 April 2015, 17:34:08 UTC
a219bf4 Correct Flakey Script Runner Unit Tests Script runner unit tests hard coded line endings. This makes it system dependent. Fixed to get system line separator thus making it independent of system run on. 26 April 2015, 17:08:42 UTC
97d330c Update CONTRIBUTING.md 26 April 2015, 06:26:29 UTC
c53b181 Yep, the plugin works!! License headers automatically added. 25 April 2015, 15:58:59 UTC
779679b No need to check the class type. 25 April 2015, 15:45:05 UTC
3d4d149 Fixes #342. 25 April 2015, 07:44:36 UTC
fbf1051 fixes #372 25 April 2015, 07:30:10 UTC
bd60088 Legal stuff. Should this be done by the maven license plugin??? 25 April 2015, 05:39:58 UTC
1d44216 Fix for issue #385. 25 April 2015, 05:38:34 UTC
9c1bfa6 Parent upgraded to 24-SNAPSHOT. 25 April 2015, 04:16:55 UTC
ea252e3 Fixes #391. Avoid NPE if namespace is null. 25 April 2015, 04:16:27 UTC
3b016b8 Merge pull request #337 from magicdoom/master fix Issues #322 25 April 2015, 03:36:45 UTC
31ba2fe Merge pull request #390 from wuwen5/Fix-warning Fix warning 20 April 2015, 11:48:31 UTC
bb1deb7 Fix warning 19 April 2015, 14:46:41 UTC
7c25e9c Merge pull request #389 from nanlei/site_zh Translate statement-builders.xml, Update index/getting-started/dynamic sql/logging xmls 19 April 2015, 07:36:15 UTC
9bcd4b8 Translate statement-builders.xml, Update index/getting-started/dynamic sql/logging xmls 19 April 2015, 07:03:17 UTC
9a65bbb Merge pull request #388 from Alwayswithme/zh-CN improve doc: zh/configuration 18 April 2015, 06:44:07 UTC
bfbca95 improve zh-CN doc: configuration 17 April 2015, 20:03:46 UTC
8e833a2 Merge pull request #386 from eagle79/master Small typo correction 16 April 2015, 15:24:24 UTC
81c3812 Small typo correction 16 April 2015, 00:26:40 UTC
c20c0f5 Fixes #319 ScriptRunner log writter doesn't work when the full script is sent. 05 April 2015, 11:58:37 UTC
942c2c7 #372 Removing static variables in Reflector 31 March 2015, 05:04:23 UTC
3acb2de Merge pull request #379 from ryanlamore/descriptive-error-messages Added better error reporting to help debug issues with mapper files 27 March 2015, 21:46:37 UTC
34dc733 Added better error reporting to help debug issues with mapper files 27 March 2015, 19:59:42 UTC
7088e18 Merge pull request #377 from kazuki43zoo/issues/376_support-defaultFetchSize #376: Support the defaultFetchSize in config.xml 19 March 2015, 11:31:11 UTC
7ea3568 #376: Support the defaultFetchSize in config.xml 18 March 2015, 16:53:35 UTC
1fbcf09 Replicated doc changes for #331 to the localized version. es, ko and zh need translation. 18 March 2015, 06:38:20 UTC
48e52bf xdoc syntax correction. [ci skip] 18 March 2015, 06:38:19 UTC
708f633 Upgrade parent to 22 17 March 2015, 06:13:24 UTC
dec1854 Fixes #373. Wrong chinese translation. 16 March 2015, 20:51:44 UTC
7544fba Merge pull request #370 from kazuki43zoo/issues/369_isDebugEnabled #369: Modify to use the Log#isDebugEnabled() 11 March 2015, 17:35:23 UTC
9ceedeb #369: Modify to use the Log#isDebugEnabled() 11 March 2015, 16:12:59 UTC
0bf2d35 Merge pull request #365 from bence-takacs/master mybatis #355 PL/SQL is not fully suppported 06 March 2015, 15:20:57 UTC
0b45f25 mybatis #355 PL/SQL is not fully suppported fix for using with mybatis-migrations MigrationReader does line.replaceFirst("--\\s*//", "-- "); so we need to be prepared for that 06 March 2015, 10:56:58 UTC
63ebc05 Merge pull request #363 from bence-takacs/master mybatis #355 PL/SQL is not fully supported 05 March 2015, 20:05:05 UTC
ddd1a9a mybatis #355 PL/SQL is not fully supported declarative changing of delimiter support using standard SQL comment characters, e.g.: --/@DELIMITER / --/@DELIMITER ; 05 March 2015, 16:42:25 UTC
e99abe6 #331 Added tests for spec coverage. 02 March 2015, 06:41:34 UTC
cdad451 Merge pull request #331 from kmoco2am/master Parameterized include (https://code.google.com/p/mybatis/issues/detail?id=652) 02 March 2015, 06:27:12 UTC
518010e Updated license header. 02 March 2015, 06:26:50 UTC
2b0f5c2 Merge pull request #357 from kazuki43zoo/issues/356_flush-via-mapper #356: Support flush statements via Mapper interface 02 March 2015, 04:53:30 UTC
8f031ed Merge pull request #358 from kazuki43zoo/polish-binding-package Polish binding package classes 28 February 2015, 18:17:24 UTC
eb31247 Polish binding package classes * Elimination of unnecessary loop * Add final to immutable property 28 February 2015, 14:22:51 UTC
56198b2 #356: Support flush statements via Mapper interface 28 February 2015, 05:21:00 UTC
4df0298 Reflecting feedback on pull request - merging two methods into one (simplification) 27 February 2015, 21:24:21 UTC
aca6951 Reflecting feedback on pull request - simplifications, imports fix, concrete exception used 27 February 2015, 21:17:21 UTC
182e5f7 Merge pull request #241 from thekonz/master Added DELIMITER support in jdbc script runner 22 February 2015, 19:53:00 UTC
b54480c Merge pull request #353 from kazuki-ma/GenericTypeHandler Update documents of ResultHandler and ResultContext as generic type. 22 February 2015, 15:40:28 UTC
afb79d0 Update documents. 22 February 2015, 15:26:22 UTC
f71c3df Merge pull request #352 from kazuki-ma/GenericTypeHandler Make ResultHandler and ResultContext to generic type. 22 February 2015, 13:14:27 UTC
259064e Make ResultHandler and ResultContext to generic type. Those type should be type aware. 22 February 2015, 05:59:51 UTC
dd4a180 Merge pull request #348 from axeld/pooled PooledDataSource: allow arbitrary unpooled source. 09 February 2015, 16:57:12 UTC
f632bbb PooledDataSource: allow arbitrary unpooled source. * This for example allows you to configure a connection before putting it in the pool. 09 February 2015, 14:13:42 UTC
cd320bc Merge pull request #344 from hazendaz/master License Updates -- *** HUGE CHANGE *** 05 February 2015, 18:15:49 UTC
1d69b3d Related to #346. Fix other language's xmls 04 February 2015, 16:58:26 UTC
b1dcbe2 Merge pull request #346 from tonylau/patch-1 Fix duplicate ids in insert, update and delete example 04 February 2015, 16:54:11 UTC
d70e491 Fix duplicate ids in insert, update and delete example 04 February 2015, 15:08:36 UTC
4cfc129 [license update] Update License Headers in Java 03 February 2015, 04:23:10 UTC
dc6c321 Correct spelling mistake in ICLA preferrably should be preferably 03 February 2015, 04:23:07 UTC
e184a11 Move m2e execution filter into parent and add license m2e lifecycle-mapping is needed via plugin defined in parent so move it there instead. Add license txt file for maven loading licenses 03 February 2015, 04:22:54 UTC
fb89c55 Fixes #343 Accessing dynamic variable could cause BindingException when null is bound. 03 February 2015, 03:55:16 UTC
55bc68c Add apache license badge 03 February 2015, 03:13:34 UTC
fd15446 Doc update 02 February 2015, 18:26:51 UTC
80181c8 Documentation added for complex parametrized includes 02 February 2015, 18:11:03 UTC
260abff Documentation updated for parametrized include 02 February 2015, 07:06:28 UTC
7d95da4 Changing terms - using "variable" instead of "placeholder" (the same is used in configuration.getVariables) 02 February 2015, 06:43:03 UTC
f06a2e4 Using standard property clause for placeholders in XML include 02 February 2015, 06:42:02 UTC
bdb33da Re-do change for #339 01 February 2015, 19:47:05 UTC
463a4a5 Tests added for parametrized include 01 February 2015, 17:27:17 UTC
bd80dc1 Reusing Properties instead of Map because it is done also for configuration variables, processing simplified by using PropertyParser, more documentation added. 01 February 2015, 13:00:13 UTC
da6e478 fix #322 26 January 2015, 06:52:41 UTC
1b0c2cf //fix Issues #322 25 January 2015, 15:57:20 UTC
7e04c37 Merge pull request #336 from mybatis/revert-335-master Revert "timeout attribute description" 23 January 2015, 17:34:56 UTC
e0c0ecb Revert "timeout attribute description" 23 January 2015, 17:34:41 UTC
9271d28 Merge pull request #335 from paulkrause88/master timeout attribute description 23 January 2015, 15:55:55 UTC
65a2b5c Correct description of timeout attributes 23 January 2015, 02:14:13 UTC
2bac16f Merge pull request #1 from mybatis/master sync w master 23 January 2015, 01:48:42 UTC
79d36b2 Merge pull request #333 from hazendaz/master Update slf4j and mockito 20 January 2015, 07:00:49 UTC
88a4bc4 Update slf4j and mockito slf4j to 1.7.10 mockito to 1.10.19 20 January 2015, 02:54:20 UTC
31c477f Adding more comments, one more test in SQL, removing node duplication 11 January 2015, 21:26:23 UTC
f21fb7b Support for parametrized include added. 11 January 2015, 16:17:20 UTC
6b84a3f Merge pull request #327 from apachefarmer/master Update dynamic-sql.xml 09 January 2015, 15:13:37 UTC
d77b9f3 Update dynamic-sql.xml change 位 to 为 08 January 2015, 01:39:49 UTC
634b921 Merge pull request #317 from hazendaz/master Update logging and unit test dependencies. 26 December 2014, 23:07:39 UTC
299e263 Fix for #318. Merged from 3.2.x branch 26 December 2014, 09:35:25 UTC
4788925 Updated site page xsd. 25 December 2014, 01:53:23 UTC
32a110b add factorypath to gitignore 25 December 2014, 00:48:36 UTC
4f0304d Update sfl4j, junit, and mockito 25 December 2014, 00:48:34 UTC
66efde5 ASL headers and formatting [ci skip]. Related to #307. 22 December 2014, 19:09:31 UTC
b789646 Fixes #307. Create an instance when all the values for an object are null but there is at least one defered value. 22 December 2014, 19:05:07 UTC
f61151b Wrong auto-mapping docs. Fixes #306. 22 December 2014, 15:53:01 UTC
back to top