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

sort by:
Revision Author Date Message Commit Date
cddff0d Merge pull request #3153 from mybatis/renovate/com.mysql-mysql-connector-j-8.x chore(deps): update dependency com.mysql:mysql-connector-j to v8.4.0 01 May 2024, 02:59:53 UTC
45ec64b chore(deps): update dependency com.mysql:mysql-connector-j to v8.4.0 30 April 2024, 17:14:46 UTC
c7c8d7b Extra spaces removed by the formatter [skip ci] 29 April 2024, 18:07:24 UTC
5bd8cb5 Merge pull request #3150 from yuanjin5/fixbug Fix scanSuperTypes function to return Object Class instead of generic types 28 April 2024, 18:55:32 UTC
8fb229e Minor refactoring, license year 28 April 2024, 18:21:54 UTC
46cd8e6 Merge pull request #3151 from hazendaz/master [mvn] Update maven wrapper 27 April 2024, 17:50:11 UTC
ebe4235 Merge pull request #3149 from mybatis/renovate/byte-buddy.version chore(deps): update byte-buddy.version to v1.14.14 27 April 2024, 17:44:56 UTC
420bdbf [mvn] Update maven wrapper 27 April 2024, 17:44:17 UTC
87af6df Fix scanSuperTypes function to return Object Class instead of generic types 24 April 2024, 14:07:52 UTC
cd21ee6 chore(deps): update byte-buddy.version to v1.14.14 23 April 2024, 22:46:08 UTC
acc1086 Merge pull request #3147 from mybatis/renovate/ognl-ognl-3.x chore(deps): update dependency ognl:ognl to v3.4.3 19 April 2024, 23:13:15 UTC
b906e13 chore(deps): update dependency ognl:ognl to v3.4.3 19 April 2024, 07:29:32 UTC
b5236ec Merge pull request #3144 from mybatis/renovate/jamesives-github-pages-deploy-action-4.x chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 18 April 2024, 23:28:34 UTC
184f40c Merge pull request #3145 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.6 18 April 2024, 23:28:27 UTC
23eb7ec chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.6 17 April 2024, 20:29:55 UTC
6836b35 chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 17 April 2024, 15:16:16 UTC
7ae38a2 Merge pull request #3139 from dukbong/Replace Recommend using isEmpty() instead of size(). 16 April 2024, 01:22:43 UTC
4a8e2ea Merge pull request #3141 from mybatis/renovate/org.mybatis-mybatis-parent-43.x fix(deps): update dependency org.mybatis:mybatis-parent to v43 16 April 2024, 01:21:51 UTC
4c6afbe fix(deps): update dependency org.mybatis:mybatis-parent to v43 16 April 2024, 00:34:05 UTC
b57b86c Recommend using isEmpty() instead of size(). 15 April 2024, 00:48:33 UTC
e9e9a29 Merge pull request #3138 from dukbong/Refactoring Use isEmpty() instead of length() 14 April 2024, 17:33:16 UTC
a020b39 use isEmpty() instead of length() 14 April 2024, 15:46:20 UTC
382cbf4 Merge pull request #3131 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.5 12 April 2024, 20:07:43 UTC
1387e40 Merge pull request #3137 from mybatis/renovate/slf4j-monorepo chore(deps): update dependency org.slf4j:slf4j-api to v2.0.13 12 April 2024, 20:07:36 UTC
ad35b33 chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.5 12 April 2024, 17:42:07 UTC
7c13de5 chore(deps): update dependency org.slf4j:slf4j-api to v2.0.13 12 April 2024, 14:44:28 UTC
5a53aa4 Merge pull request #3129 from harawata/java-22-ga [ci] Java 22 is now GA 06 April 2024, 19:06:28 UTC
0b9a223 [ci] Java 22 is now GA 03 April 2024, 17:16:16 UTC
498c79c [maven-release-plugin] prepare for next development iteration 02 April 2024, 17:38:02 UTC
78bb677 [maven-release-plugin] prepare release mybatis-3.5.16 02 April 2024, 17:37:57 UTC
79cafe3 Merge pull request #3126 from hazendaz/master [GHA] Skip gpg signing during snapshots 01 April 2024, 04:12:49 UTC
b4ad062 [GHA] Skip gpg signing during snapshots 01 April 2024, 04:12:12 UTC
138eee1 Merge pull request #3125 from hazendaz/master [GHA] Add release profile to sonatype push so our snapshots get prope… 01 April 2024, 04:08:42 UTC
4d3ccdf [GHA] Add release profile to sonatype push so our snapshots get proper source bundles due to shading 01 April 2024, 04:07:54 UTC
0454158 Merge pull request #3124 from hazendaz/master [ci] formatting 01 April 2024, 03:56:03 UTC
32d7872 [ci] formatting 01 April 2024, 03:42:50 UTC
adcdebe Merge pull request #3123 from mybatis/renovate/byte-buddy.version chore(deps): update byte-buddy.version to v1.14.13 31 March 2024, 02:46:56 UTC
6bed0ca chore(deps): update byte-buddy.version to v1.14.13 28 March 2024, 22:04:31 UTC
5718c1a Merge pull request #3121 from epochcoder/fix/blocking-test-flaky fix: Fix flaky test (testBlockingCache) on master/pr's 28 March 2024, 05:16:08 UTC
efdb78a fix: Fix flaky test on master/pr's - Use more modern approach to shut down thread pool, `awaitTermination` (prevent infinite loop in case of failure) - Use assertJ so we can get the reason it failed if it does - Change to `greaterThanOrEqualTo` as this test is successful if the calls blocked on each other and we know that with (500ms * 2) 27 March 2024, 10:03:04 UTC
e346c07 Merge pull request #3119 from mybatis/renovate/commons-logging-commons-logging-1.x chore(deps): update dependency commons-logging:commons-logging to v1.3.1 27 March 2024, 01:20:47 UTC
98bd11e chore(deps): update dependency commons-logging:commons-logging to v1.3.1 24 March 2024, 17:47:41 UTC
d43373d Merge pull request #3117 from harawata/3115-secure-invocation Prevent `Invocation` from invoking arbitrary method 21 March 2024, 21:20:43 UTC
319da58 Prevent `Invocation` from invoking arbitrary method fixes #3115 21 March 2024, 18:09:44 UTC
0ec8fcb Merge pull request #3114 from whojes-toss/issue-3113 `DefaultResultSetHandler#applyColumnOrderBasedConstructorAutomapping()` should call `Constructor.getParameterTypes()` which internally clones the array just once. fixes #3113 20 March 2024, 05:42:08 UTC
926c451 Update license year 19 March 2024, 21:05:31 UTC
d846fbc fix: DefaultResultSetHandler memory waste #3113 19 March 2024, 15:07:47 UTC
b044200 Merge pull request #3111 from mybatis/renovate/org.postgresql-postgresql-42.x chore(deps): update dependency org.postgresql:postgresql to v42.7.3 15 March 2024, 04:03:51 UTC
e1382e0 chore(deps): update dependency org.postgresql:postgresql to v42.7.3 14 March 2024, 19:29:36 UTC
9e3e008 Merge pull request #3109 from mybatis/renovate/log4j2-monorepo chore(deps): update log4j2 monorepo to v2.23.1 12 March 2024, 02:04:14 UTC
93a0882 chore(deps): update log4j2 monorepo to v2.23.1 11 March 2024, 02:21:19 UTC
3beed1d Merge pull request #3106 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 06 March 2024, 03:28:58 UTC
ed0e7f2 Merge pull request #3107 from mybatis/renovate/testcontainers-java-monorepo chore(deps): update testcontainers-java monorepo to v1.19.7 06 March 2024, 03:28:50 UTC
173d7a4 chore(deps): update testcontainers-java monorepo to v1.19.7 05 March 2024, 23:42:43 UTC
1c4abf2 chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.3 04 March 2024, 15:09:25 UTC
c48642f Merge pull request #3105 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.2 02 March 2024, 22:40:04 UTC
436e06d chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.2 02 March 2024, 19:54:23 UTC
cbad606 Merge pull request #3104 from mybatis/renovate/mockito-monorepo chore(deps): update mockito monorepo to v5.11.0 02 March 2024, 00:16:52 UTC
c7e2eb0 chore(deps): update mockito monorepo to v5.11.0 01 March 2024, 09:59:37 UTC
0ef3984 Merge pull request #3103 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.1 28 February 2024, 23:06:20 UTC
b5da07b chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.1 28 February 2024, 17:34:11 UTC
08adfb3 Merge pull request #3100 from mybatis/renovate/log4j2-monorepo chore(deps): update log4j2 monorepo to v2.23.0 23 February 2024, 01:25:34 UTC
6bc6eda Merge pull request #3101 from mybatis/renovate/testcontainers-java-monorepo chore(deps): update testcontainers-java monorepo to v1.19.6 23 February 2024, 01:25:27 UTC
3f43c5c chore(deps): update dependency org.testcontainers:mysql to v1.19.6 22 February 2024, 01:11:01 UTC
606725e chore(deps): update log4j2 monorepo to v2.23.0 21 February 2024, 10:09:01 UTC
2325f29 Merge pull request #3099 from mybatis/renovate/mssql-jdbc.version fix(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12.6.1.jre11 20 February 2024, 23:13:33 UTC
5493ff0 fix(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12.6.1.jre11 20 February 2024, 23:09:26 UTC
679e9b2 Merge pull request #3098 from mybatis/renovate/org.postgresql-postgresql-42.x chore(deps): update dependency org.postgresql:postgresql to v42.7.2 20 February 2024, 23:09:09 UTC
f481933 chore(deps): update dependency org.postgresql:postgresql to v42.7.2 20 February 2024, 16:31:36 UTC
4c9d63d Merge pull request #3095 from mybatis/renovate/byte-buddy.version chore(deps): update byte-buddy.version to v1.14.12 17 February 2024, 20:00:07 UTC
7676ba8 Merge pull request #3096 from mybatis/renovate/ch.qos.logback-logback-classic-1.x chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.0 17 February 2024, 19:59:51 UTC
2f8611f chore(deps): update dependency ch.qos.logback:logback-classic to v1.5.0 16 February 2024, 22:45:49 UTC
3689357 chore(deps): update byte-buddy.version to v1.14.12 16 February 2024, 16:11:45 UTC
43b0f8c Merge pull request #3017 from m1ngyuan/patch-1 Remove `synchronized` methods/blocks from the codebase 13 February 2024, 18:18:03 UTC
970bde0 Merge pull request #3093 from hazendaz/master [git] Update git ignore 11 February 2024, 21:45:12 UTC
e25040d [git] Update git ignore 11 February 2024, 21:44:52 UTC
d07821a Merge pull request #3091 from mybatis/renovate/jamesives-github-pages-deploy-action-4.x chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 11 February 2024, 21:36:49 UTC
f9d68c6 Merge pull request #3092 from mybatis/renovate/actions-setup-java-4.x chore(deps): update actions/setup-java action to v4 11 February 2024, 21:36:42 UTC
a0e59a7 chore(deps): update actions/setup-java action to v4 11 February 2024, 21:35:35 UTC
72856f7 chore(deps): update jamesives/github-pages-deploy-action action to v4.5.0 11 February 2024, 21:35:32 UTC
d66bbe9 Merge pull request #3090 from hazendaz/master Build updates 11 February 2024, 21:35:02 UTC
2b3d6bb [GHA] Update sonar.login to sonar.token 11 February 2024, 19:55:54 UTC
4658e68 [pom] Remove topSiteURL as defined in parent now 11 February 2024, 19:55:08 UTC
74751b4 [pom] Set url back to original location as not related to site issues 11 February 2024, 19:55:08 UTC
9ff5a7e [renovate] Update config 11 February 2024, 19:55:08 UTC
9d81c1c [site] Add in site distro for GHA 11 February 2024, 19:55:08 UTC
907ceb6 Create codeql.yml 11 February 2024, 19:36:19 UTC
0949fc7 Drop LockKit 11 February 2024, 00:08:11 UTC
fba61d2 Refactoring : Parse pending elements in `Configuration` 11 February 2024, 00:08:11 UTC
ac9d836 Use `ReentrantLock` instead of `ReentrantReadWriteLock` Using `ReentrantReadWriteLock` changes the behavior and it could increase the chance of cache stampede. 11 February 2024, 00:07:08 UTC
79f33a4 Use `computeIfAbsent` instead of explicit lock 11 February 2024, 00:06:32 UTC
69b3820 Rename the variable for consistency 11 February 2024, 00:05:56 UTC
50060a6 Use the `java.util.concurrent.locks.ReentrantLock` directly 11 February 2024, 00:04:25 UTC
4d70435 Reverting as this is just a test This test has unusual structure. If we want to remove `synchronized`, we should be able to rewrite the test without using `synchronized` like other tests. 11 February 2024, 00:02:19 UTC
27459c3 Merge pull request #3089 from mybatis/renovate/testcontainers-java-monorepo chore(deps): update testcontainers-java monorepo to v1.19.5 10 February 2024, 00:12:36 UTC
6091ca7 chore(deps): update testcontainers-java monorepo to v1.19.5 08 February 2024, 16:28:21 UTC
1e9eb69 Use Lock instead synchronized 08 February 2024, 06:43:29 UTC
8ee1ebf Merge pull request #3087 from mybatis/renovate/slf4j-monorepo chore(deps): update dependency org.slf4j:slf4j-api to v2.0.12 07 February 2024, 01:46:39 UTC
fd337e4 chore(deps): update dependency org.slf4j:slf4j-api to v2.0.12 06 February 2024, 01:42:07 UTC
a2e54ac Merge pull request #3086 from mybatis/renovate/org.assertj-assertj-core-3.x chore(deps): update dependency org.assertj:assertj-core to v3.25.3 05 February 2024, 01:17:41 UTC
back to top