-
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
org.apache.seata:seata-mock-server
depends on the non-existent org.apache.seata:seata-server
#6882
Comments
@slievrly Should we deploy the seata-server like we did before? |
@linghengqian What are the scenarios for using the org.apache.seata:seata-mock-server dependency? The org.apache.seata:seata-mock-server was originally designed to facilitate testing the full transaction process on the SDK side for the Seata project itself. Does ShardingSphere also require such mock functionality? |
|
@linghengqian @funky-eyes Thank you very much for your feedback. We will consider implementing this capability in version 2.3.0. |
Ⅰ. Issue Description
org.apache.seata:seata-mock-server
depends on the non-existentorg.apache.seata:seata-server
. See https://mvnrepository.com/artifact/org.apache.seata/seata-mock-server/2.1.0 .Ⅱ. Describe what happened
If there is an exception, please attach the exception trace:
org.apache.seata:seata-mock-server
must depend on the non-existentorg.apache.seata:seata-server
, how can we useorg.apache.seata.mockserver.MockServer
?Could not find artifact org.apache.seata:seata-server:pom:2.1.0 in central (https://repo.maven.apache.org/maven2)
Ⅲ. Describe what you expected to happen
Ⅳ. 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 "22.0.2" 2024-07-16 OpenJDK Runtime Environment GraalVM CE 22.0.2+9.1 (build 22.0.2+9-jvmci-b01) OpenJDK 64-Bit Server VM GraalVM CE 22.0.2+9.1 (build 22.0.2+9-jvmci-b01, mixed mode, sharing)
2.1.0
postgres:16.3-bookworm
uname -a
):Linux DESKTOP-2OCN434 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: