-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos M2 pro, spring-boot.version从2.5.13升级到2.7.5后打包报错 #5808
Comments
ref #5613 |
Please execute
and provide the complete error.log. |
link #5413 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ⅰ. Issue Description
spring-boot.version从2.5.13升级到2.7.5后打包报错
Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
[INFO] seata-spring-boot-starter 1.6.1 .................... SUCCESS [ 0.166 s]
[INFO] apm-seata-skywalking-plugin 1.6.1 .................. FAILURE [ 0.056 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42.193 s
[INFO] Finished at: 2023-08-28T13:54:23+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project apm-seata-skywalking-plugin: Compilation failure
[ERROR] 服务配置文件不正确, 或构造处理程序对象Invalid index时抛出异常错误
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
Ⅲ. Describe what you expected to happen
spring-boot.version从2.5.13升级到2.7.5后打包报错,执行如下命令:
mvn clean install -Dmaven.test.skip=true -Prelease-seata
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Minimal yet complete reproducer code (or URL to code):
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
java -version
): openjdk version "1.8.0_382"OpenJDK Runtime Environment (Zulu 8.72.0.17-CA-macos-aarch64) (build 1.8.0_382-b05)
OpenJDK 64-Bit Server VM (Zulu 8.72.0.17-CA-macos-aarch64) (build 25.382-b05, mixed mode)
uname -a
):Darwin MacBook-Pro.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:58 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6020 arm64The text was updated successfully, but these errors were encountered: