简体   繁体   English

降级空手道版本

[英]Downgrade Karate versions

I am currently using Karate core version 1.2.0 , Karate apache version 0.9.6 and Karate junit version 1.1.0 if I downgrade from this versions will there be any major functionality impact?我目前使用的是空手道核心版本 1.2.0空手道 apache 版本 0.9.6空手道 junit 版本 1.1.0如果我从这个版本降级,是否会对主要功能产生影响? Can you give me any suggestions for these three dependencies?你能给我对这三个依赖项的任何建议吗?

Dependencies依赖项 Versions版本
Karate core空手道核心 1.2.0 1.2.0
Karate apache空手道 apache 0.9.6 0.9.6
Karate junit空手道 junit 1.1.0 1.1.0

Dependencies依赖项

1. Karate core 1.空手道核心

<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-core</artifactId>
<version>1.2.0</version>
</dependency>

2. Karate Apache 2.空手道 Apache

<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-apache</artifactId>
<version>0.9.6</version>
<scope>test</scope>
</dependency>

3. Karate Junit5 3.空手道Junit5

<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-junit5</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency

You are never supposed to combine Karate versions.你永远不应该结合空手道版本。 So please assume that what you are asking for is not supported.因此,请假设您要求的内容不受支持。

I wouldn't recommend downgrading karate version, there are quite a few changes in 1.2.0 from earlier versions also you should use same latest version for karate-junit5 and karate-core dependencies我不建议降级 karate 版本,与早期版本相比,1.2.0 有很多变化,你应该对 karate-junit5 和 karate-core 依赖项使用相同的最新版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM