5 次代碼提交 9be6278118 ... 546ccee7c0

作者 SHA1 備註 提交日期
  dependabot[bot] 546ccee7c0 Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 (#6473) 7 月之前
  dependabot[bot] c972bf7fd2 Bump org.mybatis.caches:mybatis-caffeine from 1.0.0 to 1.2.0 (#6493) 7 月之前
  dependabot[bot] 183a3245a9 Bump org.mybatis.scripting:mybatis-freemarker from 1.2.3 to 1.3.0 (#6492) 7 月之前
  miemieYaho fcb9cb499e Update bug_report.yml 7 月之前
  聂秋荣 0155425d49 升级依赖. 8 月之前

+ 5 - 4
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -8,15 +8,16 @@ body:
       value: |
         请确认以下信息:
         1. 请按此模板提交issues, 不按模板提交的问题将直接关闭
-        2. 如果你的问题与该仓库无关或者可以直接在以往 issue 中找到, 那么你的 issue 将会被直接关闭
-        3. 提交问题务必描述清楚、附上日志, 描述不清导致无法理解和分析的问题会被直接关闭
+        2. 如果你使用的版本号不是最新版, 那么你的 issue 大概率将会被直接关闭
+        3. 如果你的问题与该仓库无关或者可以直接在以往 issue 中找到, 那么你的 issue 大概率将会被直接关闭
+        4. 提交问题务必描述清楚、附上日志, 描述不清导致无法理解和分析的问题 大概率会被直接关闭
   - type: checkboxes
     id: confirm
     attributes:
       label: 确认
-      description: 在提交 issue 之前,请确认你已经阅读并确认以下内容
+      description: 在提交 issue 之前, 请确认你已经阅读并确认以下内容, 如果 不全部勾选 或 勾选与事实不符 那么你的 issue 大概率将会被直接关闭
       options:
-        - label: 我的版本是最新版本, 我的版本号与 [version](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.baomidou%22%20AND%20a%3A%22mybatis-plus%22) 相同, 并且项目里无依赖冲突
+        - label: 我使用的版本是[最新版](https://central.sonatype.com/search?q=g:com.baomidou%20%20a:mybatis-plus&smo=true), 并且使用插件确认过项目里无依赖版本冲突
           required: true
         - label: 我已经在 [issue](https://github.com/baomidou/mybatis-plus/issues) 中搜索过, 确认问题没有被提出过
           required: true

+ 6 - 6
build.gradle

@@ -14,9 +14,9 @@ ext {
         mybatisVersion = '3.5.16',
         mybatisSpringVersion = '2.1.2',
         mybatisSpringBootStarterVersion = '2.3.2',
-        springVersion = '5.3.37',
+        springVersion = '5.3.39',
         springBootVersion = '2.7.18',
-        springBoot3Version = '3.3.2',
+        springBoot3Version = '3.3.3',
         springCloudVersion = '3.1.8',
         jsqlparserVersion = '5.0',
         junitVersion = '5.11.0',
@@ -29,7 +29,7 @@ ext {
         "mybatis"                    : "org.mybatis:mybatis:${mybatisVersion}",
         "mybatis-spring"             : "org.mybatis:mybatis-spring:${mybatisSpringVersion}",
         "mybatis-thymeleaf"          : "org.mybatis.scripting:mybatis-thymeleaf:1.0.4",
-        "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.2.3",
+        "mybatis-freemarker"         : "org.mybatis.scripting:mybatis-freemarker:1.3.0",
         "mybatis-velocity"           : "org.mybatis.scripting:mybatis-velocity:2.1.2",
         "spring-context-support"     : "org.springframework:spring-context-support:${springVersion}",
         "spring-jdbc"                : "org.springframework:spring-jdbc:${springVersion}",
@@ -63,14 +63,14 @@ ext {
         "sqlite"                     : "org.xerial:sqlite-jdbc:3.46.1.0",
         "firebird"                   : "org.firebirdsql.jdbc:jaybird:5.0.5.java8",
         //cache
-        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.0.0",
+        "mybatis-caffeine"           : "org.mybatis.caches:mybatis-caffeine:1.2.0",
         //code generator
         "velocity"            : "org.apache.velocity:velocity-engine-core:2.3",
         "freemarker"          : "org.freemarker:freemarker:2.3.33",
         "beetl"               : "com.ibeetl:beetl:3.17.0.RELEASE",
         "swagger-annotations" : "io.swagger:swagger-annotations:1.6.14",
-        "enjoy"               : "com.jfinal:enjoy:5.1.3",
-        "logback-classic"     : "ch.qos.logback:logback-classic:1.5.7",
+        "enjoy"               : "com.jfinal:enjoy:5.2.2",
+        "logback-classic"     : "ch.qos.logback:logback-classic:1.5.8",
     ]
 }
 

+ 3 - 0
changelog-temp.md

@@ -4,6 +4,8 @@
 - fix: 修复IllegalSQLInnerInterceptor分析嵌套count语句错误
 - fix: 升级jsqlParser5.0解决 for update 语句错误
 - fix: 修复处自增自减负数情况导致jsqlParser解析优化错误
+- fix: 修复removeMapper缓存清理不完全
+- fix: 修复SqlServerQuery查询表注释乱码
 - opt: Page属性访问调整为private,重写toString方法
 - opt: 主键生成策略(uuid)不支持的类型打印警告日志
 - opt: MybatisPlusException转化为PersistenceException子类
@@ -12,6 +14,7 @@
 - feat: 支持tableName与schema属性占位符配
 - feat: 代码生成器增加对虚拟列的属性获取
 - feat: chain wrapper to lambda chain wrapper #6314
+- feat: 代码生成器增加手动指定数据库驱动兼容不能自动注册的驱动实现
 - feat: 升级kotlin2.0.0
 - feat: 升级SpringBoot3.3.2
 - feat: 升级fastjson2.0.52

+ 1 - 1
spring-boot-starter/mybatis-plus-spring-boot3-starter/src/test/java/com/baomidou/mybatisplus/test/pom/GeneratePomTest.java

@@ -62,7 +62,7 @@ class GeneratePomTest {
             Assertions.assertFalse(bom.isOptional());
             Assertions.assertEquals(dependenciesMap.get("spring-cloud-commons").getVersion(), "4.1.4");
             Assertions.assertEquals(dependenciesMap.get("mybatis-spring").getVersion(), "3.0.4");
-            Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.2");
+            Assertions.assertEquals(dependenciesMap.get("spring-boot-dependencies").getVersion(), "3.3.3");
         }
     }