From 1ba4458ac8eb5310173214515c34318b0d91325a Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 11 Aug 2024 17:04:31 -0400 Subject: [PATCH 001/154] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ae5d712085..5e7a6107a7 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.mybatis mybatis-spring - 3.0.4 + 3.0.5-SNAPSHOT mybatis-spring An easy-to-use Spring bridge for MyBatis sql mapping framework. @@ -80,7 +80,7 @@ scm:git:ssh://git@github.com/mybatis/spring.git scm:git:ssh://git@github.com/mybatis/spring.git - mybatis-spring-3.0.4 + HEAD https://github.com/mybatis/spring/ @@ -122,7 +122,7 @@ 5.10.3 - 1723410193 + 1723410271 true From 13146053664f0cc3b9873632ffe68ddf66ab8e73 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 11 Aug 2024 17:18:41 -0400 Subject: [PATCH 002/154] [javadocs] Fix since tag --- src/main/java/org/mybatis/spring/annotation/MapperScan.java | 2 +- .../org/mybatis/spring/annotation/MapperScannerRegistrar.java | 4 ++-- .../org/mybatis/spring/mapper/MapperScannerConfigurer.java | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/mybatis/spring/annotation/MapperScan.java b/src/main/java/org/mybatis/spring/annotation/MapperScan.java index e533833492..270036ba15 100644 --- a/src/main/java/org/mybatis/spring/annotation/MapperScan.java +++ b/src/main/java/org/mybatis/spring/annotation/MapperScan.java @@ -200,7 +200,7 @@ /** * Specifies which types are not eligible for mapper scanning. * - * @since 3.0.3 + * @since 3.0.4 * * @return array of customized mapper excludeFilter */ diff --git a/src/main/java/org/mybatis/spring/annotation/MapperScannerRegistrar.java b/src/main/java/org/mybatis/spring/annotation/MapperScannerRegistrar.java index 66d4b9f418..81ecd2f1ff 100644 --- a/src/main/java/org/mybatis/spring/annotation/MapperScannerRegistrar.java +++ b/src/main/java/org/mybatis/spring/annotation/MapperScannerRegistrar.java @@ -166,7 +166,7 @@ void registerBeanDefinitions(AnnotationMetadata annoMeta, AnnotationAttributes a * @param filterAttributes * AnnotationAttributes of excludeFilters * - * @since 3.0.3 + * @since 3.0.4 */ private List> parseFiltersHasPatterns(AnnotationAttributes filterAttributes) { @@ -196,7 +196,7 @@ private List> parseFiltersHasPatterns(AnnotationAttributes f * @param filterAttributes * AnnotationAttributes of excludeFilters * - * @since 3.0.3 + * @since 3.0.4 */ private List typeFiltersFor(AnnotationAttributes filterAttributes) { diff --git a/src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java b/src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java index dd2146308f..f220ce4dee 100644 --- a/src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java +++ b/src/main/java/org/mybatis/spring/mapper/MapperScannerConfigurer.java @@ -209,7 +209,7 @@ public void setMarkerInterface(Class superClass) { *

* The scanner will exclude types that define with excludeFilters. * - * @since 3.0.3 + * @since 3.0.4 * * @param excludeFilters * list of TypeFilter @@ -223,7 +223,7 @@ public void setExcludeFilters(List excludeFilters) { *

* After parsed, it will be added to excludeFilters. * - * @since 3.0.3 + * @since 3.0.4 * * @param rawExcludeFilters * list of rawExcludeFilter From ff7cf8e778debd5cf7477088bdd43237505982d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:34:15 +0000 Subject: [PATCH 003/154] Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e7a6107a7..72d0c720c7 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.1.2 org.mybatis.spring - 5.10.3 + 5.11.0 1723410271 From a643fe352012592698491f5cd51a3bd29c6c294c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:28:10 +0000 Subject: [PATCH 004/154] Update spring core to v6.1.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72d0c720c7..645bbd9eb3 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.16 - 6.1.11 + 6.1.12 3.3.2 5.1.2 org.mybatis.spring From 1f49423328056cd736e28833402dbc1976821961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:22:13 +0000 Subject: [PATCH 005/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.14.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 645bbd9eb3..e86ad6e5f7 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.14.18 + 1.14.19 test From c545fd2563e20fba2f02c8c476c85578777f0a36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:58:43 +0000 Subject: [PATCH 006/154] Update dependency net.bytebuddy:byte-buddy to v1.14.19 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e86ad6e5f7..4735a75c86 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.14.18 + 1.14.19 test From 024e97aca7951b8e913cc33b43567063619e24e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:45:44 +0000 Subject: [PATCH 007/154] Update dependency maven to v3.9.9 --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index fd51663748..01aa6654cd 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,5 +16,5 @@ # under the License. wrapperVersion=3.3.2 distributionType=source -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar From 95316f02b090cdc431085d8dcecdc24c49bef688 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:24:21 +0000 Subject: [PATCH 008/154] Update dependency org.springframework.boot:spring-boot-autoconfigure to v3.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4735a75c86..ef5ea6acee 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.16 6.1.12 - 3.3.2 + 3.3.3 5.1.2 org.mybatis.spring From 4cc4fd2c21fb74475b773f0003dc555ab3d57ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:52:40 +0000 Subject: [PATCH 009/154] Update dependency net.bytebuddy:byte-buddy to v1.15.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef5ea6acee..71a4443fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.14.19 + 1.15.0 test From 9577d68a92a6bc8303fa4ceb17db95df5ac6351e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 06:52:44 +0000 Subject: [PATCH 010/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef5ea6acee..1cab7e76a3 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.14.19 + 1.15.0 test From 9e3e8189cc14893b1cf69f13f6501f999360e612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:39:07 +0000 Subject: [PATCH 011/154] Update dependency org.mockito:mockito-core to v5.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a32ba09a49..0fdd0721c3 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.12.0 + 5.13.0 test From 8749e8ea172b5e86791d996af602d5aff9502671 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:52:58 +0000 Subject: [PATCH 012/154] Update dependency net.bytebuddy:byte-buddy to v1.15.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fdd0721c3..c5fdc4f861 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.0 + 1.15.1 test From c617575672dcbf3488b7fb7199a0ba5cdeb37f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:53:01 +0000 Subject: [PATCH 013/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fdd0721c3..b499de7aee 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.0 + 1.15.1 test From b3c7bd06bb97ed4711861825e9a6878c12a8b45c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:38:07 +0000 Subject: [PATCH 014/154] Update spring core to v6.1.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48bbd13e4a..55a6f9e5d4 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.16 - 6.1.12 + 6.1.13 3.3.3 5.1.2 org.mybatis.spring From c633fef8ca8945b67037f5ad04a533d725719605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:56:06 +0000 Subject: [PATCH 015/154] Update dependency org.springframework.boot:spring-boot-autoconfigure to v3.3.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 55a6f9e5d4..b73d6f3bf1 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.16 6.1.13 - 3.3.3 + 3.3.4 5.1.2 org.mybatis.spring From dca666c61402383d8e1c77a2cb1bda98edb4b3b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:38:09 +0000 Subject: [PATCH 016/154] Update dependency net.bytebuddy:byte-buddy to v1.15.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b73d6f3bf1..edb636ff16 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.1 + 1.15.2 test From d1fa3c5814219181a60f0db2089342ae2ea2d57d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:38:13 +0000 Subject: [PATCH 017/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b73d6f3bf1..5686a8deac 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.1 + 1.15.2 test From df04fa2096beef70e47aaaa2e00192986ba53bc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:58:57 +0000 Subject: [PATCH 018/154] Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b73d6f3bf1..a0fc68bed0 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.1.2 org.mybatis.spring - 5.11.0 + 5.11.1 1723410271 From 68fb6f360ada6e8dddebc9baf9819d2514e9f585 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:46:45 +0000 Subject: [PATCH 019/154] Update dependency net.bytebuddy:byte-buddy to v1.15.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 532946158c..25fc644d11 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.2 + 1.15.3 test From ea1d9cd246888c0391275e81ec1830241ec299ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 00:46:49 +0000 Subject: [PATCH 020/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 532946158c..14fdd92d7f 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.2 + 1.15.3 test From c81eaba97e8dbc07fc1321bbe29531e25ef72ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:38:33 +0000 Subject: [PATCH 021/154] Update dependency org.mockito:mockito-core to v5.14.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1784c8ef1..c8f0adb7b8 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.13.0 + 5.14.0 test From 2fe17f7b21b52fc9708be95646cdd3e55681c9d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:03:47 +0000 Subject: [PATCH 022/154] Update dependency org.mockito:mockito-core to v5.14.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8f0adb7b8..64c3b64fdf 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.14.0 + 5.14.1 test From 4fb32941ff959e3b767aa8c6d127104614d824b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:01:50 +0000 Subject: [PATCH 023/154] Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64c3b64fdf..b23ce53260 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.1.2 org.mybatis.spring - 5.11.1 + 5.11.2 1723410271 From 2988cf0c61451d3d52e8d9ffeadcde1659eebe4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:49:30 +0000 Subject: [PATCH 024/154] Update dependency net.bytebuddy:byte-buddy to v1.15.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b23ce53260..50cf0ebb89 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.3 + 1.15.4 test From 50046b0d6bcb2cea5fd833a21c8da80cf008eafb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:49:33 +0000 Subject: [PATCH 025/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b23ce53260..49eaf80ef0 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.3 + 1.15.4 test From bf0aef3b8ab9a6f45d247e3d874949d4deb43106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E6=98=9F=E5=A5=BD=E5=B8=82=E6=B0=91?= <39870481+cpupg@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:44:14 +0800 Subject: [PATCH 026/154] fix i18n link error in site. change zh to zh_cn in zh_cn/markdown/index.md --- src/site/zh_CN/markdown/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/zh_CN/markdown/index.md b/src/site/zh_CN/markdown/index.md index 3ffbbaaa03..c993cff09c 100644 --- a/src/site/zh_CN/markdown/index.md +++ b/src/site/zh_CN/markdown/index.md @@ -47,7 +47,7 @@ Andrius Juozapaitis, Giovanni Cuccu, Raj Nagappan 和 Tomas Pinos 的贡献;

  • Español
  • 日本語
  • 한국어
  • -
  • 简体中文
  • +
  • 简体中文
  • 想用自己的母语阅读这篇文档吗?那就用你的母语翻译它吧! From f80a018bc31bd4db90963ea3bd1a95f215cf772a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:05:01 +0000 Subject: [PATCH 027/154] Update dependency org.mockito:mockito-core to v5.14.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1c0178cc9..c41f8d4ca6 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.14.1 + 5.14.2 test From e6e584373c40835841fec9b532a9c1023cdbad38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:39:13 +0000 Subject: [PATCH 028/154] Update dependency net.bytebuddy:byte-buddy to v1.15.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c41f8d4ca6..17327a6ed2 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.4 + 1.15.5 test From c1b21a14a608048e53401c31401ca70b26c8c57d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:39:17 +0000 Subject: [PATCH 029/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c41f8d4ca6..83f647312e 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.4 + 1.15.5 test From a46c9c8bc97d6a767a51993c9cd4d52f33191f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:15:05 +0000 Subject: [PATCH 030/154] Update spring core to v6.1.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4a8cea233d..4d8898047b 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.16 - 6.1.13 + 6.1.14 3.3.4 5.1.2 org.mybatis.spring From 3f85978fbd1d3921d001e7e6ebf51ff475521cfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:33:34 +0000 Subject: [PATCH 031/154] Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d8898047b..b17f6889bc 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.1.2 org.mybatis.spring - 5.11.2 + 5.11.3 1723410271 From e8315863e975064a5a4419e6a2f143a882254af5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:16:23 +0000 Subject: [PATCH 032/154] Update dependency net.bytebuddy:byte-buddy to v1.15.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b17f6889bc..6442374a62 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.15.5 + 1.15.7 test From b1f94216d235acd40263fdeac3b785067986305c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:16:26 +0000 Subject: [PATCH 033/154] Update dependency net.bytebuddy:byte-buddy-agent to v1.15.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b17f6889bc..c5a55609ce 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.15.5 + 1.15.7 test From 2204f9e1467dc588b0652574ec1066b4422ff5d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:11:08 +0000 Subject: [PATCH 034/154] Update dependency org.springframework.boot:spring-boot-autoconfigure to v3.3.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90dd0f2ad5..03ce3ebc68 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.16 6.1.14 - 3.3.4 + 3.3.5 5.1.2 org.mybatis.spring From bcb8cf38e3e6593c2a58485236b8a3c936f2afbb Mon Sep 17 00:00:00 2001 From: dongsseop2 Date: Fri, 1 Nov 2024 18:15:12 +0900 Subject: [PATCH 035/154] chore: fix typos --- src/site/ko/markdown/README.md | 2 +- src/site/ko/markdown/batch.md | 56 ++++++++++++------------- src/site/ko/markdown/factorybean.md | 20 ++++----- src/site/ko/markdown/getting-started.md | 16 +++---- src/site/ko/markdown/index.md | 18 ++++---- src/site/ko/markdown/mappers.md | 42 +++++++++---------- src/site/ko/markdown/sqlsession.md | 28 ++++++------- src/site/ko/markdown/transactions.md | 18 ++++---- src/site/ko/markdown/using-api.md | 2 +- 9 files changed, 101 insertions(+), 101 deletions(-) diff --git a/src/site/ko/markdown/README.md b/src/site/ko/markdown/README.md index 4e31a121bc..03cf1d3fa2 100644 --- a/src/site/ko/markdown/README.md +++ b/src/site/ko/markdown/README.md @@ -1,6 +1,6 @@ # 목차 -이 페이지는 GitHub에서 인덱스를 렌더링하기위한 것입니다. +이 페이지는 GitHub에서 인덱스를 렌더링하기 위한 것입니다. > **NOTE:** > diff --git a/src/site/ko/markdown/batch.md b/src/site/ko/markdown/batch.md index 87b11c2600..cdcd9d0b5b 100644 --- a/src/site/ko/markdown/batch.md +++ b/src/site/ko/markdown/batch.md @@ -1,15 +1,15 @@ # Spring Batch -마이바티스 스프링 연동모듈의 1.1.0버전에서는 스프링 배치 애플리케이션을 만들기 위해 세개의 빈을 제공한다. -세개의 빈은 `MyBatisPagingItemReader` 와 `MyBatisCursorItemReader` 와 MyBatisBatchItemWriter이다. +마이바티스 스프링 연동 모듈의 1.1.0버전에서는 스프링 배치 애플리케이션을 만들기 위해 세 개의 빈을 제공한다. +세 개의 빈은 `MyBatisPagingItemReader` 와 `MyBatisCursorItemReader` 와 MyBatisBatchItemWriter이다. 또한 2.0.0 버전에서는 Java Configuration 을 지원하는 다음의 세 가지 Builder class 를 제공한다. `MyBatisPagingItemReaderBuilder`, `MyBatisCursorItemReaderBuilder` 그리고 `MyBatisBatchItemWriterBuilder` 이다. 중요 이 문서는 [스프링 배치](http://static.springsource.org/spring-batch/) 에 대한 것으로 마이바티스 배치 `SqlSession` 을 다루지는 않는다. -배치 세션에 대해서는 [SqlSession 사용](sqlsession.html) 에서 좀더 다루었다. +배치 세션에 대해서는 [SqlSession 사용](sqlsession.html) 에서 좀 더 다루었다. # MyBatisPagingItemReader @@ -17,15 +17,15 @@ 요청된 데이터를 가져오기 위해 `setQueryId` 프로퍼티에 명시된 쿼리를 실행한다. 쿼리는 `setPageSize` 프로퍼티에 명시된 크기만큼 데이터를 가져오도록 실행된다. -`read()` 메서드를 사용하면 필요할 때 현재 위치에서 정해진 수 만큼 더 추가 데이터를 가져온다. -reader는 몇가지의 표준적인 쿼리 파라미터를 제공하고 명명된 쿼리의 SQL은 요청된 크기만큼의 데이터를 만들기 위해 파라미터의 일부 혹은 모두 사용한다. -여기서 사용가능한 파라미터이다. +`read()` 메서드를 사용하면 필요할 때 현재 위치에서 정해진 수만큼 더 추가 데이터를 가져온다. +reader는 몇 가지의 표준적인 쿼리 파라미터를 제공하고 명명된 쿼리의 SQL은 요청된 크기만큼의 데이터를 만들기 위해 파라미터의 일부 혹은 모두 사용한다. +여기서 사용 가능한 파라미터이다. * `_page`: 읽을 페이지 수(0부터 시작) * `_pagesize`: 페이지의 크기, 이를테면 리턴하는 로우 수 * `_skiprows`: `_page` 와 `_pagesize`를 곱한 결과 -각각의 파라미터는 selet구문에서 다음처럼 매핑될 수 있다. +각각의 파라미터는 selet구문에서 다음처럼 매핑 될 수 있다. ```xml select * from Bar -- this should run on database Bar, but actually runs on Foo. - \ No newline at end of file + diff --git a/src/test/resources/org/mybatis/spring/submitted/autowire/FooMapper.xml b/src/test/resources/org/mybatis/spring/submitted/autowire/FooMapper.xml index e67a953870..5e4f07f9a5 100644 --- a/src/test/resources/org/mybatis/spring/submitted/autowire/FooMapper.xml +++ b/src/test/resources/org/mybatis/spring/submitted/autowire/FooMapper.xml @@ -21,4 +21,4 @@ - \ No newline at end of file + From 379daf3b0fc91f4a450d8d35ddd0f397c17e5c00 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Wed, 8 Jan 2025 20:00:30 -0500 Subject: [PATCH 067/154] [mvn] Update maven wrapper --- .mvn/extensions.xml | 2 +- .mvn/settings.xml | 2 +- .mvn/wrapper/MavenWrapperDownloader.java | 3 +-- pom.xml | 2 +- src/site/site.xml | 2 +- .../org/mybatis/spring/annotation/override.properties | 2 +- .../resources/org/mybatis/spring/annotation/scan.properties | 2 +- .../org/mybatis/spring/config/default-scope.properties | 2 +- src/test/resources/org/mybatis/spring/config/lazy.properties | 2 +- .../resources/org/mybatis/spring/config/override.properties | 2 +- .../org/mybatis/spring/filter/config/application.properties | 2 +- .../resources/org/mybatis/spring/filter/xml/default.properties | 2 +- .../org/mybatis/spring/submitted/autowire/BarMapper.xml | 2 +- .../org/mybatis/spring/submitted/autowire/FooMapper.xml | 2 +- 14 files changed, 14 insertions(+), 15 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index aeaad3ef68..8a33a856cd 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -1,7 +1,7 @@ 1723410271 From 8c2fdbc246ea48764d72934e921e89ae58a7666b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:39:02 +0000 Subject: [PATCH 084/154] chore(deps): update dependency org.slf4j:slf4j-simple to v2.0.17 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b4ce40fd1b..af4f881dda 100644 --- a/pom.xml +++ b/pom.xml @@ -246,7 +246,7 @@ org.slf4j slf4j-simple - 2.0.16 + 2.0.17 test From 6e0e3e27de6178f4e648710b9a8125a281558916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:55:24 +0000 Subject: [PATCH 085/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af4f881dda..1b35cf9ad7 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.1 + 1.17.2 test From cc6937dcd17797a9c0eb8b3d84d78e6e98c07042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:55:27 +0000 Subject: [PATCH 086/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af4f881dda..c29beed6e1 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.1 + 1.17.2 test From 86b3177bd6252912dd5d76830e352ce67efd4d2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:45:54 +0000 Subject: [PATCH 087/154] chore(deps): update dependency org.mockito:mockito-core to v5.16.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af4f881dda..8ed323d49d 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.15.2 + 5.16.0 test From 7da464813bb258d7d7004edb3388c09fb319b159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:41:29 +0000 Subject: [PATCH 088/154] chore(deps): update dependency org.aspectj:aspectjweaver to v1.9.23 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9732ef63f..820d120e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ org.aspectj aspectjweaver - 1.9.22.1 + 1.9.23 compile true From e74ef3ed17b9870c85f575562a526a7798ee2254 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 07:41:32 +0000 Subject: [PATCH 089/154] fix(deps): update spring core to v6.2.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9732ef63f..6ee12c41d8 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.3 + 6.2.4 3.4.3 5.2.1 org.mybatis.spring From 2c64093578f713688515fa94577c31c3cfadbbed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 19:01:38 +0000 Subject: [PATCH 090/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.12.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9732ef63f..ddaa3c0094 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.1 org.mybatis.spring - 5.12.0 + 5.12.1 1723410271 From 44ad2bc94c347674987017ced6caf57b6b6e76b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 21:49:06 +0000 Subject: [PATCH 091/154] chore(deps): update dependency org.mockito:mockito-core to v5.16.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a5daab297..fb3b3cfba5 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.16.0 + 5.16.1 test From 6771711e47f6f1dc6343742f3662021e0bf28720 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:08:10 +0000 Subject: [PATCH 092/154] fix(deps): update spring batch to v5.2.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb3b3cfba5..0e81f14778 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 3.5.19 6.2.4 3.4.3 - 5.2.1 + 5.2.2 org.mybatis.spring 5.12.1 From 925e3aca4185575a0d90fc5f706c4a440d31dfce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:09:59 +0000 Subject: [PATCH 093/154] fix(deps): update spring core to v6.2.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e81f14778..2518ed6b98 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.4 + 6.2.5 3.4.3 5.2.2 org.mybatis.spring From 659284191fca6c5a698b190e6d62e70ce7e72ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 07:10:00 +0000 Subject: [PATCH 094/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.4.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2518ed6b98..8556f39317 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.5 - 3.4.3 + 3.4.4 5.2.2 org.mybatis.spring From d20a11609c7b318951d95d9d66db958a333054f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:28:53 +0000 Subject: [PATCH 095/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8556f39317..047c6aafdb 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.2 + 1.17.3 test From 269ad85ea7cb8cbb26fcb2aaf2fb66bd8520f6bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 23:28:56 +0000 Subject: [PATCH 096/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8556f39317..e335ac8675 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.2 + 1.17.3 test From fad46275227f00fd3ef23a7967860e0406bfc8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:29:03 +0000 Subject: [PATCH 097/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 329b240102..e2e0589faa 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.3 + 1.17.4 test From ea64da97c29b6431bf5159e0b94b76780f701008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:29:07 +0000 Subject: [PATCH 098/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 329b240102..792b86c51b 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.3 + 1.17.4 test From aab8529e576991fc075ad8319676cf7f96e5ca33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:32:56 +0000 Subject: [PATCH 099/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eda49d3f9d..8df38a1650 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.4 + 1.17.5 test From 3ebebd4bfe350f0d4160dc89b51dd40a481a5da5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:32:59 +0000 Subject: [PATCH 100/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eda49d3f9d..0a105e5e46 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.4 + 1.17.5 test From 7f9137a1278c3ea6ed05407b1aa53ddd3d06022b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 14:36:54 +0000 Subject: [PATCH 101/154] chore(deps): update dependency org.mockito:mockito-core to v5.17.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30d4793613..9cbd9c8e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.16.1 + 5.17.0 test From fe34bf2d11e69b92c3db0428491f19002593de8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 15:44:00 +0000 Subject: [PATCH 102/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.12.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9cbd9c8e4d..0d6f8b033f 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.12.1 + 5.12.2 1723410271 From 18d3153d845b57a0f55eec974b7db135b9f1e9fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:29:09 +0000 Subject: [PATCH 103/154] chore(deps): update dependency org.aspectj:aspectjweaver to v1.9.24 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9cbd9c8e4d..aae33cf44c 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ org.aspectj aspectjweaver - 1.9.23 + 1.9.24 compile true From 84fa1cf96cc00cb0c3877772eb3b29ba0cc2aa10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 10:58:41 +0000 Subject: [PATCH 104/154] fix(deps): update spring core to v6.2.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 84cd1a29da..e8e5f03522 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.5 + 6.2.6 3.4.4 5.2.2 org.mybatis.spring From 0aa7ad788dbf0cdf6831fe126200aed4f577e609 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:33:12 +0000 Subject: [PATCH 105/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.4.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e8e5f03522..a72c9582e2 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.6 - 3.4.4 + 3.4.5 5.2.2 org.mybatis.spring From 970999054b7b40dc790d7906420fde976f7cb8ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 03:30:23 +0000 Subject: [PATCH 106/154] fix(deps): update dependency org.mybatis:mybatis-parent to v49 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a72c9582e2..825fa88cf1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.mybatis mybatis-parent - 48 + 49 From e2ee6af43bbbdcbe071ee5f66acca449ee26639c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 17:35:09 +0000 Subject: [PATCH 107/154] chore(deps): update dependency org.jboss.byteman:byteman-bmunit to v4.0.25 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a72c9582e2..237edfc2ac 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ org.jboss.byteman byteman-bmunit - 4.0.24 + 4.0.25 test From d51629f09f268156fd7d984ead68c33631508de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 13:25:33 +0000 Subject: [PATCH 108/154] fix(deps): update spring core to v6.2.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e87d38a96..65fa32d47a 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.6 + 6.2.7 3.4.5 5.2.2 org.mybatis.spring From e1fc10e6192bea2ff13a32bb5a82d77c038b6ce8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 19:45:37 +0000 Subject: [PATCH 109/154] chore(deps): update dependency org.mockito:mockito-core to v5.18.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 65fa32d47a..0b61f0fada 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.17.0 + 5.18.0 test From 1934d773aadafb2dcbdf07ae7d570169478c98f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 17:58:24 +0000 Subject: [PATCH 110/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.4.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b61f0fada..4281e8fc59 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.7 - 3.4.5 + 3.4.6 5.2.2 org.mybatis.spring From a2e6e0e4dff35d4dc8b8fd4cd60f0409e4b8be3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 01:45:48 +0000 Subject: [PATCH 111/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4281e8fc59..2fa5417fd2 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.7 - 3.4.6 + 3.5.0 5.2.2 org.mybatis.spring From b615e53b7b8bfe9f68350204b912bba6db26babb Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 3 May 2025 15:25:46 -0400 Subject: [PATCH 112/154] [gha] Drop jdk 23 and use 24 ga --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 715d7525fa..69dbd87088 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: matrix: cache: [maven] distribution: [temurin] - java: [17, 21, 23, 24-ea] + java: [17, 21, 24, 25-ea] os: [macos-latest, ubuntu-latest, windows-latest] fail-fast: false max-parallel: 4 From 5ae74f64f073e1e4fa662b9fb6e94e51fb691dae Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 3 May 2025 15:25:58 -0400 Subject: [PATCH 113/154] [gha] Cleanup site action --- .github/workflows/site.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 9b99a2b626..99583387a6 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -5,6 +5,9 @@ on: branches: - site +permissions: + contents: write + jobs: build: if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]') @@ -20,7 +23,6 @@ jobs: - name: Build site run: ./mvnw site site:stage -DskipTests -Dlicense.skip=true -B -V --no-transfer-progress --settings ./.mvn/settings.xml env: - CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NVD_API_KEY: ${{ secrets.NVD_API_KEY }} - name: Deploy Site to gh-pages @@ -28,4 +30,3 @@ jobs: with: branch: gh-pages folder: target/staging - ssh-key: ${{ secrets.DEPLOY_KEY }} From 77bee6c3c7b964c4d0cccc0a9a78b95fa0ca9546 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 3 May 2025 15:26:08 -0400 Subject: [PATCH 114/154] [mvn] Bump maven profiler to 3.3 --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 8a33a856cd..b6c32576a7 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -20,6 +20,6 @@ fr.jcgay.maven maven-profiler - 3.2 + 3.3 From 058cf5e5221291521aa5d414185f7af0530a2ab7 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 3 May 2025 15:26:17 -0400 Subject: [PATCH 115/154] [mvn] Update for central --- .mvn/settings.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 503a653bd5..b8e9a63f79 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -22,7 +22,7 @@ - ossrh + central ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD} @@ -39,7 +39,6 @@ github - ${env.CI_DEPLOY_USERNAME} ${env.GITHUB_TOKEN} From eac3b171f587c80d811dee0d965049e4a3432dd2 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 26 May 2025 22:38:02 -0400 Subject: [PATCH 116/154] [gha] Update explicit permissions --- .github/workflows/ci.yaml | 2 ++ .github/workflows/codeql.yaml | 2 +- .github/workflows/coveralls.yaml | 2 ++ .github/workflows/sonar.yaml | 2 ++ .github/workflows/sonatype.yaml | 2 ++ 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69dbd87088..1acc3c74e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ name: Java CI on: [workflow_dispatch, push, pull_request] +permissions: read-all + jobs: test: runs-on: ${{ matrix.os }} diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 50a5b42388..3040637b68 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -31,8 +31,8 @@ jobs: uses: actions/setup-java@v4 with: cache: maven - java-version: 21 distribution: 'temurin' + java-version: 21 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 297681d58d..94480dd396 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -2,6 +2,8 @@ name: Coveralls on: [push, pull_request] +permissions: read-all + jobs: coveralls: if: github.repository_owner == 'mybatis' diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 7fda0dbe1b..ca15fbdced 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -5,6 +5,8 @@ on: branches: - master +permissions: read-all + jobs: build: if: github.repository_owner == 'mybatis' diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index c3d8119e13..da1d658141 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -5,6 +5,8 @@ on: branches: - master +permissions: read-all + jobs: build: if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]') From 73a1de7e3ee23fed82c7be55ad65108fd09f4ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 15:21:26 +0000 Subject: [PATCH 117/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2fa5417fd2..84d756af15 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.12.2 + 5.13.0 1723410271 From 1a0ba5428a1a02baf7300156cda89976381d5ea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 20:42:53 +0000 Subject: [PATCH 118/154] fix(deps): update dependency org.mybatis:mybatis-parent to v50 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2fa5417fd2..8bbdce2357 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.mybatis mybatis-parent - 49 + 50 From d4717ac8351a6aa3d24eaaaaa332db5ab91be6d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:54:22 +0000 Subject: [PATCH 119/154] chore(deps): update dependency maven to v3.9.10 --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 01aa6654cd..0d35f6dbbc 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,5 +16,5 @@ # under the License. wrapperVersion=3.3.2 distributionType=source -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar From a08c6f502c1fad2c91a4336e3523ea21c54e32e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:38:07 +0000 Subject: [PATCH 120/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcb92c5aec..2583b2412c 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.13.0 + 5.13.1 1723410271 From 34b01ccc4b9d638e7faab538a6689acd0278222a Mon Sep 17 00:00:00 2001 From: Iwao AVE! Date: Tue, 10 Jun 2025 03:09:32 +0900 Subject: [PATCH 121/154] [maven-release-plugin] prepare release mybatis-spring-3.0.5 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2583b2412c..4192ec5c7e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.mybatis mybatis-spring - 3.0.5-SNAPSHOT + 3.0.5 mybatis-spring An easy-to-use Spring bridge for MyBatis sql mapping framework. @@ -80,7 +80,7 @@ scm:git:ssh://git@github.com/mybatis/spring.git scm:git:ssh://git@github.com/mybatis/spring.git - HEAD + mybatis-spring-3.0.5 https://github.com/mybatis/spring/ @@ -122,7 +122,7 @@ 5.13.1 - 1723410271 + 1749492532 true From 5ac7b6853673c813a52eb52fe0ace70ec43a1fd5 Mon Sep 17 00:00:00 2001 From: Iwao AVE! Date: Tue, 10 Jun 2025 03:09:37 +0900 Subject: [PATCH 122/154] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4192ec5c7e..6275e62496 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.mybatis mybatis-spring - 3.0.5 + 3.0.6-SNAPSHOT mybatis-spring An easy-to-use Spring bridge for MyBatis sql mapping framework. @@ -80,7 +80,7 @@ scm:git:ssh://git@github.com/mybatis/spring.git scm:git:ssh://git@github.com/mybatis/spring.git - mybatis-spring-3.0.5 + HEAD https://github.com/mybatis/spring/ @@ -122,7 +122,7 @@ 5.13.1 - 1749492532 + 1749492577 true From 965a0ccfcceeef6f386fafa9218130f07781a361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:13:58 +0000 Subject: [PATCH 123/154] fix(deps): update spring core to v6.2.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6275e62496..803dce1b80 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.7 + 6.2.8 3.5.0 5.2.2 org.mybatis.spring From 61b970aaf452e7119eaeebd258a240fe3b16fe7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:51:46 +0000 Subject: [PATCH 124/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 803dce1b80..abb916b3ad 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.5 + 1.17.6 test From 390921d24824ccdce57b314e5ac6ebb676b32a8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:51:50 +0000 Subject: [PATCH 125/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 803dce1b80..e7e81c4767 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.5 + 1.17.6 test From a3c3fe2e4e254c80ebc80c61ca21e47530268198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 22:03:19 +0000 Subject: [PATCH 126/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c419e06af0..4cf6f5ffb0 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.8 - 3.5.0 + 3.5.2 5.2.2 org.mybatis.spring From ef7aadea8793de554c9cb0975fd1338cdee5f16a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 06:40:35 +0000 Subject: [PATCH 127/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4cf6f5ffb0..2f31daf235 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.8 - 3.5.2 + 3.5.3 5.2.2 org.mybatis.spring From 02aebae0cc904abd379a79472eab2d0c395b39f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:37:55 +0000 Subject: [PATCH 128/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f31daf235..4c4097906c 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.13.1 + 5.13.2 1749492577 From f54434de9a5bb5dcbc56e0bebf9b31ce994587d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:52:04 +0000 Subject: [PATCH 129/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4c4097906c..5eb4c38aa7 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.13.2 + 5.13.3 1749492577 From 8659d43a3c5fc58a850595b672e430f13d78e227 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:43:19 +0000 Subject: [PATCH 130/154] chore(deps): update dependency maven to v3.9.11 --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 0d35f6dbbc..b06697c613 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -16,5 +16,5 @@ # under the License. wrapperVersion=3.3.2 distributionType=source -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar From f5d327504436798cb8218425b59041f6b4a2ada8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:10:54 +0000 Subject: [PATCH 131/154] fix(deps): update spring core to v6.2.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5eb4c38aa7..865760087b 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.8 + 6.2.9 3.5.3 5.2.2 org.mybatis.spring From c49eb169d96653f2659c99452463725f5df15544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:48:26 +0000 Subject: [PATCH 132/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 865760087b..11479ae2f2 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.2 org.mybatis.spring - 5.13.3 + 5.13.4 1749492577 From b2cbe031c413774c55f1251291860a63b940c86e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 14:32:45 +0000 Subject: [PATCH 133/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11479ae2f2..5d1cc9d217 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.9 - 3.5.3 + 3.5.4 5.2.2 org.mybatis.spring From 04a3351b78529aaa665557fcbac719ee4bdb09df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 14:28:56 +0000 Subject: [PATCH 134/154] chore(deps): update dependency org.assertj:assertj-core to v3.27.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d1cc9d217..5fd255fae7 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,7 @@ org.assertj assertj-core - 3.27.3 + 3.27.4 test From 579bd2ed513002cbc4f61f48aa50cb9ad3ba423d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:14:55 +0000 Subject: [PATCH 135/154] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/coveralls.yaml | 2 +- .github/workflows/site.yaml | 2 +- .github/workflows/sonar.yaml | 2 +- .github/workflows/sonatype.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1acc3c74e2..78ed1c4db4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: name: Test JDK ${{ matrix.java }}, ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Java ${{ matrix.java }} ${{ matrix.distribution }} uses: actions/setup-java@v4 with: diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 3040637b68..6fc9ec0d66 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Java uses: actions/setup-java@v4 diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 94480dd396..9e1863a032 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -9,7 +9,7 @@ jobs: if: github.repository_owner == 'mybatis' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Java uses: actions/setup-java@v4 with: diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 99583387a6..91af53ef5b 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -13,7 +13,7 @@ jobs: if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Java uses: actions/setup-java@v4 with: diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index ca15fbdced..5c76582abb 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'mybatis' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index da1d658141..6c098ec19c 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Java uses: actions/setup-java@v4 with: From 7d8fb1e42b82232b39da486a2269a1fde189dd06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:20:47 +0000 Subject: [PATCH 136/154] fix(deps): update spring core to v6.2.10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fd255fae7..058262bb32 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.9 + 6.2.10 3.5.4 5.2.2 org.mybatis.spring From d964a13667721dbd7100b7ef3054be96e668ad69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:13:08 +0000 Subject: [PATCH 137/154] chore(deps): update dependency org.mockito:mockito-core to v5.19.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5fd255fae7..8cb6730f4c 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.18.0 + 5.19.0 test From 4e0e5039195f5425ca1b592f9946c42c19446823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 02:14:55 +0000 Subject: [PATCH 138/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0232e1976f..e13029f88b 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.6 + 1.17.7 test From f59fcb15472d9ecd5a043f7e10ad373fd2531cde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 02:14:58 +0000 Subject: [PATCH 139/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0232e1976f..f7ded0b303 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.6 + 1.17.7 test From d5c55a601faf7558b465a6694b8c1591bd88a282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:49:34 +0000 Subject: [PATCH 140/154] chore(deps): update actions/setup-java action to v5 --- .github/workflows/ci.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- .github/workflows/coveralls.yaml | 2 +- .github/workflows/site.yaml | 2 +- .github/workflows/sonar.yaml | 2 +- .github/workflows/sonatype.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 78ed1c4db4..fa9e1d17ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Java ${{ matrix.java }} ${{ matrix.distribution }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: ${{ matrix.cache }} distribution: ${{ matrix.distribution }} diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 6fc9ec0d66..1855cb9df9 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: maven distribution: 'temurin' diff --git a/.github/workflows/coveralls.yaml b/.github/workflows/coveralls.yaml index 9e1863a032..54044db381 100644 --- a/.github/workflows/coveralls.yaml +++ b/.github/workflows/coveralls.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: maven distribution: temurin diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 91af53ef5b..cfd7c23c72 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: maven distribution: temurin diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 5c76582abb..25c0b88ec5 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -17,7 +17,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting fetch-depth: 0 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: maven distribution: temurin diff --git a/.github/workflows/sonatype.yaml b/.github/workflows/sonatype.yaml index 6c098ec19c..23bf66596a 100644 --- a/.github/workflows/sonatype.yaml +++ b/.github/workflows/sonatype.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Java - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: cache: maven distribution: temurin From ebcff9f6e8b2653cf0a3c2e83cb369289ae962fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:08:55 +0000 Subject: [PATCH 141/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2e0824606..3352884ae4 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.10 - 3.5.4 + 3.5.5 5.2.2 org.mybatis.spring From 2518f44fd133bf99798dc54a94ad2ad58bd0d618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:15:40 +0000 Subject: [PATCH 142/154] fix(deps): update spring core to v6.2.11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3352884ae4..16657a90c1 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.10 + 6.2.11 3.5.5 5.2.2 org.mybatis.spring From b6d1059cd24202b439e85d2e6a578e50a497dc35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:18:41 +0000 Subject: [PATCH 143/154] fix(deps): update spring batch to v5.2.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 16657a90c1..0a1915338a 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ 3.5.19 6.2.11 3.5.5 - 5.2.2 + 5.2.3 org.mybatis.spring 5.13.4 From 3fade87831c4a21c0720e8ef4593567b9a575841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:45:09 +0000 Subject: [PATCH 144/154] chore(deps): update dependency org.springframework.boot:spring-boot-autoconfigure to v3.5.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a1915338a..7d3a45752b 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 10.17.1.0 3.5.19 6.2.11 - 3.5.5 + 3.5.6 5.2.3 org.mybatis.spring From f87888f4f47d71d73c8944f230efa9b2d91bcd67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:02:21 +0000 Subject: [PATCH 145/154] chore(deps): update dependency org.assertj:assertj-core to v3.27.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a1915338a..3fdc1087c5 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,7 @@ org.assertj assertj-core - 3.27.4 + 3.27.5 test From 84fca6ef90f3adb19a14b9fc54f0bd06d2fcaf04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 13:27:01 +0000 Subject: [PATCH 146/154] chore(deps): update dependency org.mockito:mockito-core to v5.20.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1621c5e865..8c54b73dac 100644 --- a/pom.xml +++ b/pom.xml @@ -253,7 +253,7 @@ org.mockito mockito-core - 5.19.0 + 5.20.0 test From 98d5b7c84d38c01e151b41d4206b927523c19379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:46:41 +0000 Subject: [PATCH 147/154] chore(deps): update dependency org.assertj:assertj-core to v3.27.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c54b73dac..aabeb6cfe1 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,7 @@ org.assertj assertj-core - 3.27.5 + 3.27.6 test From 76cced8e16c93627a9524398135b27c51ff8b4e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:57:05 +0000 Subject: [PATCH 148/154] chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aabeb6cfe1..f918323d72 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ 5.2.3 org.mybatis.spring - 5.13.4 + 6.0.0 1749492577 From e41555bf3a0cf2067304b26aa10c2eae708550a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 01:39:40 +0000 Subject: [PATCH 149/154] fix(deps): update dependency org.mybatis:mybatis-parent to v51 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f918323d72..3f30da9b3c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.mybatis mybatis-parent - 50 + 51 From fa7d259d42afcc708ebe50348f792965afc6a393 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:36:52 +0000 Subject: [PATCH 150/154] chore(deps): update github/codeql-action action to v4 --- .github/workflows/codeql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 1855cb9df9..f620d67e18 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -35,15 +35,15 @@ jobs: java-version: 21 - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{ matrix.language }}" From 337870a67f64b8bd6d0cec45c2785b8ac8b26010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:24:50 +0000 Subject: [PATCH 151/154] chore(deps): update dependency net.bytebuddy:byte-buddy to v1.17.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f30da9b3c..3a7c9534c2 100644 --- a/pom.xml +++ b/pom.xml @@ -333,7 +333,7 @@ net.bytebuddy byte-buddy - 1.17.7 + 1.17.8 test From 15be4e9499baf2d5d6c51dd07687be3447962fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:24:53 +0000 Subject: [PATCH 152/154] chore(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.17.8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f30da9b3c..5d7dc54d84 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ net.bytebuddy byte-buddy-agent - 1.17.7 + 1.17.8 test From 5696fa1b1b945e051937b3fa528f56a43fa903c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:44:37 +0000 Subject: [PATCH 153/154] chore(deps): update dependency org.jboss.byteman:byteman-bmunit to v4.0.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 628f39e533..1e6d56fad3 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ org.jboss.byteman byteman-bmunit - 4.0.25 + 4.0.26 test From a3c99ee304999c1f53c74025b93b13a064ee4009 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 08:42:58 +0000 Subject: [PATCH 154/154] fix(deps): update spring core to v6.2.12 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 628f39e533..6434c34e73 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ 10.17.1.0 3.5.19 - 6.2.11 + 6.2.12 3.5.6 5.2.3 org.mybatis.spring