swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835

sort by:
Revision Author Date Message Commit Date
4269dbb [maven-release-plugin] prepare release mybatis-3.3.1 13 February 2016, 17:25:24 UTC
d3573fa Removed on-liner method used in only one place 11 February 2016, 19:26:07 UTC
178cd64 Version -> 3.3.1-SNAPSHOT and port pom.xml updates to 3.3.x branch 10 February 2016, 22:01:55 UTC
b4527d1 #503 Merged into 3.3.x branch 10 February 2016, 21:44:33 UTC
599dcf9 #574 Merged into 3.3.x branch 10 February 2016, 21:16:03 UTC
ff8db5c #421 Merged into 3.3.x branch 10 February 2016, 21:05:30 UTC
9589554 #39 Merged into 3.3.x branch 10 February 2016, 21:03:33 UTC
a9d7ed0 #547 Merged into 3.3.x branch 10 February 2016, 20:41:08 UTC
232ae0a Close #411 with a test case. See the previous commit [263b47e] . 09 February 2016, 11:55:01 UTC
656cb58 BoundSql#hasAdditionalParameter should check only the existence of the parent parameter. This should yield more accurate error message in cases like #411 09 February 2016, 11:54:56 UTC
01e1453 fixes #494 Allow escaping '}' character in ${} expression. e.g. ${num in {1, 2, 3\}} 09 February 2016, 11:52:14 UTC
87b2c88 fixes #155 Allow naming a result map in java mapper interface. 09 February 2016, 11:49:45 UTC
1ccb988 Merge pull request #550 from djgraff209/master Correct logging of 'N' parameters 03 February 2016, 12:37:18 UTC
9b50bfe fixes #482 As MyBatis requires Java 6 since version 3.2.0, we can use the setNString/getNString methods. 03 February 2016, 12:28:04 UTC
610e552 fixes #492 Avoid NPE when CallableStatement#getObject(int parameterIndex) returned null. 03 February 2016, 12:20:50 UTC
42209f2 Trying container based build on Travis-CI. 03 February 2016, 06:49:22 UTC
f9ce9b6 Increased heap size for maven-surefire-plugin. 02 February 2016, 19:55:40 UTC
46086be #325 Added vfsImpl setting to make VFS implementation configurable. 02 February 2016, 17:52:25 UTC
64ba30a Merge pull request #461 from kazuki43zoo/improve-doc-for-flushStatements-3.3.x [3.3.x] Add explanations for SqlSession#flushStatements and @Flush in documentation 12 September 2015, 05:09:55 UTC
53dd851 Merge pull request #462 from kazuki43zoo/add-doc-defaultFetchSize-3.3.x [3.3.x] Add explanations for defaultFetchSize in documentation 12 September 2015, 05:09:46 UTC
c709b93 Merge pull request #463 from kazuki43zoo/improve-doc-proxyFactory-3.3.x [3.3.x] Change explanation of default proxyFactory in documentation (CGLIB -> JAVASSIST) 12 September 2015, 05:09:31 UTC
87d3f56 Change explanation of default proxyFactory in documentation (CGLIB -> JAVASSIST) (cherry picked from commit 53f459444b411a3b69d6c8a8d46332667b5a1379) 10 August 2015, 14:58:59 UTC
7923be4 Add explanations for defaultFetchSize in documentation (cherry picked from commit f1419125348aabb499602558de20742990285000) 10 August 2015, 14:57:59 UTC
30ef590 Add explanations for SqlSession#flushStatements and @Flush in documentation (cherry picked from commit e556d1c32a3bbd19e0e9e38a51e041a61ca1c5b9) 10 August 2015, 14:56:44 UTC
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
back to top