Closed linghengqian closed 1 year ago
我得想想0 0, 奇怪.为什么graalvm会有冲突.
我得想想0 0, 奇怪.为什么graalvm会有冲突.
dynamic-datasource-spring-boot-starter
unit tests when performing unit tests with the new Maven Profile. When its package is the same as dynamic-datasource-spring-boot3-starter
, this obviously results in conflicting Reachability Metadata when building GraalVM Native Images.dynamic-datasource-spring-boot-starter
based on packages is that Spring Boot OSS 1.x has a dependency that blocks building Native Images, and older versions of the Spring Framework use unreasonable APIs.可以只跳过么? 不太想重构包名.
可以只跳过么? 不太想重构包名.
What kind of change does this PR introduce? (check at least one)
The description of the PR:
dynamic-datasource-spring-boot3-starter
anddynamic-datasource-spring-boot-starter
into two different packages to quickly skip unit tests inmaven-surefire-plugin
when collecting GraalVM Reachability Metadata underdynamic-datasource-spring-boot3-starter
.dynamic-datasource-spring-boot3-starter
,com.baomidou.dynamic.datasource.**
is redirected tocom.baomidou.dynamic.datasource.v3.**
.dynamic-datasource-spring-boot-starter
,com.baomidou.dynamic.datasource.**
is redirected tocom.baomidou.dynamic.datasource.v1.**
.Other information: