简体   繁体   中英

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? Can you give me any suggestions for these three dependencies?

Dependencies Versions
Karate core 1.2.0
Karate apache 0.9.6
Karate junit 1.1.0

Dependencies

1. Karate core

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

2. Karate Apache

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

3. Karate 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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