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

sort by:
Revision Author Date Message Commit Date
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
ac3a838 chore(deps): update dependency org.assertj:assertj-core to v3.25.3 05 February 2024, 01:12:55 UTC
7d5600b Merge pull request #3085 from mybatis/renovate/junit5-monorepo chore(deps): update junit5 monorepo to v5.10.2 04 February 2024, 19:52:45 UTC
5b1d2c8 chore(deps): update junit5 monorepo to v5.10.2 04 February 2024, 11:30:28 UTC
9a2499b Merge pull request #3083 from harawata/ci-jdk-23 [actions] ci on JDK 23 02 February 2024, 01:00:45 UTC
d2640f2 Merge pull request #3084 from mybatis/renovate/mssql-jdbc.version fix(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12.6.0.jre11 02 February 2024, 01:00:36 UTC
a38dfd7 fix(deps): update dependency com.microsoft.sqlserver:mssql-jdbc to v12.6.0.jre11 01 February 2024, 22:59:01 UTC
a49b3c9 Add 23-ea to the matrix 01 February 2024, 18:21:44 UTC
9ac214c Merge pull request #3081 from mybatis/renovate/org.mybatis-mybatis-parent-42.x fix(deps): update dependency org.mybatis:mybatis-parent to v42 28 January 2024, 23:17:36 UTC
725800d fix(deps): update dependency org.mybatis:mybatis-parent to v42 28 January 2024, 21:52:32 UTC
c2a7186 Merge pull request #3079 from hazendaz/master [pom] Define byte buddy agent for compiler and surefire 27 January 2024, 22:28:39 UTC
8760213 [pom] Define byte buddy agent for compiler and surefire newer jdks (ie 21 for example) are noting undefined usage will be blocked in the future, defining the used annotation processor as a result. 27 January 2024, 22:06:33 UTC
095ebc6 Merge pull request #3078 from hazendaz/master Fix HEAD tag and correct URL for site 27 January 2024, 21:06:03 UTC
97128d9 [pom] Fix tag back to HEAD 27 January 2024, 20:43:26 UTC
52b7e98 [pom] Set URL to github 27 January 2024, 20:42:41 UTC
c7c0698 Merge pull request #3076 from harawata/extensible-mapwrapper Allow custom map wrapper to handle keys with dots or brackets 27 January 2024, 08:53:38 UTC
225d613 Merge pull request #3059 from awxiaoxian2020/markdown Convert `getting-started` to Markdown 27 January 2024, 08:49:14 UTC
4228244 Replace Markdown line break with HTML `<br />` Markdown line break is not correctly rendered, so we have to use HTML `<br />` for now. 27 January 2024, 06:26:24 UTC
549e5b5 Missing language info 27 January 2024, 06:23:47 UTC
5805bde Missing author line 27 January 2024, 06:23:16 UTC
13484eb Closing `**` requires a space after it 27 January 2024, 06:22:20 UTC
f7e2c56 Put the non-linkable text in a code tag 27 January 2024, 06:19:01 UTC
f09520e Improve error message for indexed property 26 January 2024, 23:37:18 UTC
a4b0302 Merge pull request #3075 from mybatis/renovate/mockito-monorepo chore(deps): update mockito monorepo to v5.10.0 26 January 2024, 01:22:30 UTC
47582f3 Merge pull request #3077 from mybatis/renovate/testcontainers-java-monorepo chore(deps): update testcontainers-java monorepo to v1.19.4 26 January 2024, 01:22:21 UTC
6c157cc Merge pull request #3074 from mybatis/renovate/org.assertj-assertj-core-3.x chore(deps): update dependency org.assertj:assertj-core to v3.25.2 26 January 2024, 01:22:13 UTC
e94760d chore(deps): update testcontainers-java monorepo to v1.19.4 25 January 2024, 17:39:15 UTC
ccf6f93 chore(deps): update mockito monorepo to v5.10.0 24 January 2024, 19:31:52 UTC
c2f18b7 Allow custom Map wrapper to handle keys with dots or breackets It's now possible to write a custom Map wrapper that allows keys that contain period (dot) `.` or brackets `[]`. Also, it's now possible to write a custom Map wrapper by extending the built-in `MapWrapper`. Should fix #13 #2298 #3062 24 January 2024, 19:12:44 UTC
back to top