swh:1:snp:113c758bbca8ab355325fa13c5762925d199e835

sort by:
Revision Author Date Message Commit Date
2c485af [maven-release-plugin] prepare release mybatis-3.5.3 20 October 2019, 10:19:07 UTC
7b491fd Merge pull request #1689 from Dreamroute/master refactor: remove unnecessary code. 19 October 2019, 13:46:19 UTC
9f18142 Update after_success.sh Change to openjdk8. 18 October 2019, 10:34:36 UTC
c705aa8 format: indent size to 2 from 4. 18 October 2019, 01:13:35 UTC
920ead6 Merge pull request #1681 from whq2017/fix-typo fix typo 17 October 2019, 17:49:05 UTC
c9c2cc8 Merge pull request #1685 from kazuki43zoo/replace-to-use-openjdk8 Replace to openjdk8 17 October 2019, 17:35:46 UTC
5763f8c refactor: remove unnecessary code. 17 October 2019, 16:45:25 UTC
c768512 Replace to openjdk8 14 October 2019, 06:24:11 UTC
9b79e26 fix typo 08 October 2019, 06:07:01 UTC
2c1621e Merge pull request #8 from mybatis/master pull 08 October 2019, 03:00:12 UTC
b598a27 Merge pull request #1671 from donhui/0920 add the synchronized keyword to getDriver() 27 September 2019, 15:52:13 UTC
cbee804 Updated license header [ci skip] 27 September 2019, 13:43:18 UTC
42e7f9e Merge pull request #1675 from Dreamroute/master Remove unnecessary code. 27 September 2019, 13:35:29 UTC
834bb6f Merge pull request #1666 from donhui/0916-01 Chinese doc : use SqlSession instead of SqlSessions 27 September 2019, 13:24:25 UTC
bf5db14 Updated license header and reformatted 27 September 2019, 13:16:42 UTC
0e60a09 keep `id` the same as the English doc Co-Authored-By: Iwao AVE! <harawata@gmail.com> 27 September 2019, 01:53:55 UTC
165c9e2 fix: move out a var. 27 September 2019, 01:24:24 UTC
bac7018 refact: simpler class StatementUtil. 26 September 2019, 15:54:33 UTC
59f4990 Merge pull request #1676 from berniegp/docs_en_fix Fix grammatical mistakes and add more <code> tags in English documentation 26 September 2019, 14:58:40 UTC
2c557c2 Update src/site/xdoc/configuration.xml Co-Authored-By: Iwao AVE! <harawata@gmail.com> 26 September 2019, 13:33:49 UTC
49dc90d Fix grammatical mistakes and add more <code> tags in English documentation 25 September 2019, 15:48:28 UTC
fa8d9a0 refact: update if... else... 24 September 2019, 10:22:05 UTC
4cfbddf Merge pull request #7 from mybatis/master Merge pull request #1660 from Dreamroute/master 24 September 2019, 10:17:06 UTC
70e7e42 Merge pull request #1660 from Dreamroute/master Indent output of XNode#toString(). 23 September 2019, 14:48:46 UTC
a4809f6 Tidy up - Re-formatted. - Removed a few redundancies. 23 September 2019, 14:40:50 UTC
0ca4860 feature: format class XNode's toString method. fix: fix zhe test. test: add fomate Xnode toString() method test. fix: support 3+ level format, add 3 test case for every level. fix: fix retract. fix: revert. fix: exchange the test 'expect' and 'actual' refact: only use one StringBuilder in toString method. fix: add comments. 23 September 2019, 14:40:03 UTC
e0ae4ad Merge pull request #1672 from donhui/0920-2 promote 1000 to long 21 September 2019, 16:20:47 UTC
6a1aac7 use the TimeUnit.HOURS.toMillis(1) 21 September 2019, 12:27:53 UTC
2be51e1 Merge pull request #1674 from xdshent/dev refactor: simplify three lines code in AbstractSQL.java 21 September 2019, 02:51:02 UTC
bb98cc9 Merge pull request #1673 from xdshent/dev refactor: typo fix in CacheKey.java 20 September 2019, 16:13:27 UTC
bebe29f refactor: simplify three lines code in AbstractSQL.java replace `foreach statement` with `Collections.addAll` 20 September 2019, 15:26:33 UTC
7792a4c refactor: typo fix in CacheKey.java rename DEFAULT_MULTIPLYER to DEFAULT_MULTIPLIER 20 September 2019, 07:26:12 UTC
0f6e9ab Merge pull request #3 from mybatis/master feat: merge from master 20 September 2019, 06:05:32 UTC
b5ee674 promote 1000 to long 20 September 2019, 02:23:18 UTC
abe30a8 add the synchronized keyword to getDriver() 20 September 2019, 01:59:01 UTC
ea6fe1f Merge pull request #1670 from paopaofish/master Translated the untranslated sentence in the Chinese document 19 September 2019, 13:46:36 UTC
0698dcf Remove the space around the comma, keeping the style of the previous document 19 September 2019, 02:47:23 UTC
e6074f4 Add space between Chinese characters and English characters to make them more beautiful 19 September 2019, 02:27:38 UTC
2483c1c Compared with "注释", it is more appropriate to translate "注解" 18 September 2019, 03:34:20 UTC
4940f76 Translated the untranslated sentence in the Chinese document 18 September 2019, 01:36:55 UTC
9bd1911 Merge pull request #1667 from donhui/0916-02 typofix: change SqlSession to SqlSessionFactory 16 September 2019, 07:50:54 UTC
5fdd4a5 typofix: change SqlSession to SqlSessionFactory 16 September 2019, 06:50:28 UTC
27f34bd Merge pull request #1662 from paopaofish/master Remove several redundant operations 16 September 2019, 05:58:36 UTC
c4f4868 typofix: change SqlSession to SqlSessionFactory 16 September 2019, 03:23:44 UTC
0c5fa26 use SqlSession instead of SqlSessions 16 September 2019, 03:10:00 UTC
3400192 Merge pull request #1663 from YouUWd/master fix queryCusor() fails in streaming mode of MySQL Connector/J (fetchSize=Integer.MIN_VALUE) #1654 This is a workaround for https://bugs.mysql.com/bug.php?id=96786 15 September 2019, 12:58:17 UTC
25ddbb9 Adds test with MySQL container gh-1654 and https://bugs.mysql.com/bug.php?id=96786 MysqlContainer will be removed when/if the driver bug is fixed (and there is no other MySQL specific issue to test). 15 September 2019, 12:36:02 UTC
78fbabd fix queryCusor() fails in streaming mode of MySQL Connector/J (fetchSize=Integer.MIN_VALUE) #1654 12 September 2019, 03:19:52 UTC
338e3d5 use isempty() to check whether the collection is empty or not 10 September 2019, 08:25:32 UTC
272f3d3 remove redundant ‘if’ statement 10 September 2019, 08:24:06 UTC
37caaea remove unnecessary semicolon';' 10 September 2019, 08:22:59 UTC
50751a3 License year [ci skip] 09 September 2019, 14:34:57 UTC
b726911 Merge pull request #1659 from paopaofish/master Remove redundant null check in VFSHolder 09 September 2019, 14:19:37 UTC
e6be4aa Simplify some code 09 September 2019, 08:07:00 UTC
e28b0f3 Merge pull request #1657 from harawata/gh/1653 Prevent null element from stopping cursor iteration 07 September 2019, 11:41:28 UTC
36984dc Prevent null element from stopping cursor iteration The modifier change (i.e. `private` -> `protected`) is to avoid synthetic method generation. 07 September 2019, 00:27:30 UTC
a382a68 Merge pull request #1649 from title/doc]-Update-namespace-of-class-Cache [doc] Update namespace of class Cache 04 September 2019, 03:09:33 UTC
d6231ad Update namespace of class Cache in ko document Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache" 04 September 2019, 02:00:53 UTC
cba3c25 Update namespace of class Cache in ja document Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache" 04 September 2019, 01:59:06 UTC
1add4b4 Update namespace of class Cache in es document Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache" 04 September 2019, 01:55:22 UTC
348c912 Merge pull request #1629 from kazuki43zoo/fix-some-sonar-report Fix some sonar reports 03 September 2019, 01:41:41 UTC
d042db0 [doc] Update namespace of class Cache Update namespace of class Cache from "org.mybatis.cache" to "org.apache.ibatis.cache" 30 August 2019, 01:40:22 UTC
dc8e15a Merge pull request #1643 from PansonPanson/getExtensiveSubject_name_modify name conventions: getExtensiveSubject to getExtensiveSubjects 28 August 2019, 15:07:47 UTC
cbe0ac0 Corrected timeout values in tests The values were changed during the transition from JUnit 4 to 5. 94aad3f05b0fa32534aab6f8106f40b4bdccfda2 25 August 2019, 14:32:26 UTC
758facb name conventions: getExtensiveSubject to getExtensiveSubjects 23 August 2019, 08:53:35 UTC
29144f3 Merge pull request #1637 from harawata/default-method-jdk9 Avoid illegal reflective access on default method invocation 22 August 2019, 14:58:42 UTC
961b002 Avoid illegal reflective access on default method invocation in Java 9+ Once this change is landed, JDK 9+ is required to compile the project. 21 August 2019, 19:19:25 UTC
8760383 Merge pull request #1631 from harawata/gh/1201-2 Ambiguous setters/getters should throw exception only when they are invoked 15 August 2019, 13:52:37 UTC
6e1b82f winner won't be a null 14 August 2019, 15:02:24 UTC
afdbb67 Fixed issues with complicated scenarios pointed out by @kazuki43zoo 14 August 2019, 14:37:45 UTC
f75be73 Ambiguous setters/getters should throw exception only when they are invoked Lower impact fix for #1201 , Unlike #1335 , this version throws exception only when the ambiguous setter/getter is actually invoked. 11 August 2019, 19:29:33 UTC
e05935d Fix some sonar reports 10 August 2019, 16:44:20 UTC
1c0cad1 Change sonar.host.url 09 August 2019, 17:29:51 UTC
7f9ee27 Add openjdk13 to .travis.yml openjdk-ea now points to 14, it seems. 08 August 2019, 14:24:17 UTC
db7b463 Merge pull request #1626 from harawata/jdk14-methodhandles-change Updated default method invocation to support JDK 14+8 07 August 2019, 23:49:06 UTC
2c69e92 Updated default method invocation to support JDK 14+8 https://hg.openjdk.java.net/jdk/jdk/rev/f557f260b787?revcount=1000 https://bugs.openjdk.java.net/browse/JDK-8173978 https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-July/061132.html 06 August 2019, 18:18:57 UTC
0c15eb3 Merge pull request #1624 from nothingax/unit-test-bugfix fix spelling mistake in testUnit misXmlConfigBuilderTest 06 August 2019, 16:21:54 UTC
71f640b fix spelling mistake in testUnit misXmlConfigBuilderTest 02 August 2019, 05:11:07 UTC
7013586 Merge pull request #1618 from kazuki43zoo/improve-newInstance Change to Constructor#newInstance from Class#newInstance 25 July 2019, 22:53:37 UTC
bf3d148 Change to Constructor#newInstance from Class#newInstance Because Class#newInstance was deprecated since JDK 9+. 25 July 2019, 16:21:15 UTC
2e9632d Merge pull request #1617 from kazuki43zoo/gh-1616 Prevent infinite loop when throw Exception that hold cause from provider method 25 July 2019, 13:48:32 UTC
729a1ef Prevent infinite loop when throw Exception that hold cause from provider method Fixes gh-1616 25 July 2019, 13:34:18 UTC
20b6152 Merge pull request #1615 from harawata/substitute-var-in-cdata Support variable substitution in CDATA of included `<sql />` 25 July 2019, 01:09:29 UTC
1cd35f9 Support variable substitution in CDATA of included `<sql />` Follow-up to #331 24 July 2019, 17:00:02 UTC
07b5344 Merge pull request #1614 from kazuki43zoo/immutable-on-providersqlsource Improve the ProvderSqlSource to immutable object 22 July 2019, 04:08:39 UTC
eb9d0c5 Improve the ProvderSqlSource to immutable object 22 July 2019, 04:01:17 UTC
e4b89ce Merge pull request #1611 from kazuki43zoo/add-constructor-with-annotation-on-sqlprovidersource Add constructor that pass an Annotation type instead of Object on ProviderSqlSource 22 July 2019, 02:53:43 UTC
4dbd30a Support only annotation type at 2nd argument on deprecated constructor of ProviderSqlSource See gh-1611 22 July 2019, 02:43:12 UTC
4aa737f Add constructor that pass an Annotation type instead of Object on ProviderSqlSource The motivation for this change is to resolve issues that prevent GraalVM support. See gh-1552 20 July 2019, 05:32:18 UTC
6cea6e1 Update README.md 18 July 2019, 19:04:45 UTC
75b3e2e Update README.md 18 July 2019, 17:56:25 UTC
39e7220 [maven-release-plugin] prepare for next development iteration 15 July 2019, 02:03:31 UTC
843c258 [maven-release-plugin] prepare release mybatis-3.5.2 15 July 2019, 02:03:23 UTC
934eebe Merge pull request #1606 from kazuki43zoo/gh-1604-fix-broken-backward-compatibility Fix broken backward compatibility by gh-1604 15 July 2019, 01:54:10 UTC
1eb11b8 Fix broken backward compatibility for gh-1604 14 July 2019, 17:18:26 UTC
0a9f940 Revert "[maven-release-plugin] prepare release mybatis-3.5.2" This reverts commit c728eadc8ce960e714dac07c44d2a44869cba37e. 14 July 2019, 14:16:30 UTC
bb56662 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 52c243eeb5a84a67ccd8e33790a57650c758a598. 14 July 2019, 14:16:20 UTC
52c243e [maven-release-plugin] prepare for next development iteration 14 July 2019, 14:12:09 UTC
c728ead [maven-release-plugin] prepare release mybatis-3.5.2 14 July 2019, 14:11:59 UTC
1595fae License year [ci skip] 14 July 2019, 14:09:21 UTC
back to top