diff --git a/docs/zh/changes.md b/docs/zh/changes.md index 6ff73885..35136e95 100644 --- a/docs/zh/changes.md +++ b/docs/zh/changes.md @@ -2,6 +2,14 @@ 查看 [全部代码贡献者](/zh/intro/what-is-mybatisflex.html#贡献者)。 +## v1.10.9 20250319 +- 新增: 代码生成器支持配置 entity 类 lombok 注解生成 (@NoArgsConstructor, @AllArgsConstructor),感谢 @coder-xiaomo +- 新增:增加全局忽略 schema 配置的支持,感谢 @cui +- 修复:MultiEntityKeyGenerator 不支持 set 设置的问题,感谢 @zhb +- 修复:exists 条件中的表别名和父查询保持一致的问题,感谢 @cybzzz +- 修复:修复在 diaelct 中去调用 Db 工具时可能出现类型转换错误的问题 + + ## v1.10.8 20250217 - 新增:代码生成器 GlobalConfig 添加 setEntityWithBaseClassEnable 设置,感谢 @coder-xiaomo diff --git a/mybatis-flex-dependencies/pom.xml b/mybatis-flex-dependencies/pom.xml index 875b5b4d..212d1a83 100644 --- a/mybatis-flex-dependencies/pom.xml +++ b/mybatis-flex-dependencies/pom.xml @@ -96,6 +96,7 @@ + @@ -107,6 +108,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -117,92 +119,120 @@ UTF-8 + + + + org.codehaus.mojo + flatten-maven-plugin + ${maven-flatten.version} + + true + oss + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + MybatisFlex + MybatisFlex + private + false + true + true + -Xdoclint:none + true + 8 + + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + + + - - - - - - - + + + + + - - - - release - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - Mybatis-Flex - Mybatis-Flex - private - false - true - true - -Xdoclint:none - true - 8 - - - - attach-javadocs - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - - sign - - - - + + + - - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - + + + central + https://central.sonatype.com/ + + diff --git a/pom.xml b/pom.xml index 3e112d47..d5e91b29 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -231,104 +232,120 @@ + + + org.codehaus.mojo + flatten-maven-plugin + ${maven-flatten.version} + + true + oss + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + package + + jar-no-fork + + + + + org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 2.10.4 - UTF-8 - UTF-8 - UTF-8 - none - mybatis-flex-spring-boot3-starter,mybatis-flex-test + MybatisFlex + MybatisFlex + private + false + true + true + -Xdoclint:none + true + 8 + + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.7.0 + true + + central + - - - - - - - + + + + + - - - - release - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - Mybatis-Flex - Mybatis-Flex - private - false - true - true - -Xdoclint:none - true - 8 - - - - attach-javadocs - - jar - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - - sign - - - - + + + + + + + central + https://central.sonatype.com/ + + - - - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - -