Constaing latest support version of Apache Dubbo (#2628)

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
Nikita Salnikov-Tarnovski 2021-03-26 07:39:43 +02:00 committed by GitHub
parent 1b0438439a
commit bb5f2c5ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ These are the supported libraries and frameworks:
| Library/Framework | Versions |
|---------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
| [Akka HTTP](https://doc.akka.io/docs/akka-http/current/index.html) | 10.0+ |
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ |
| [Apache Dubbo](https://github.com/apache/dubbo/) | 2.7+ (not including 3.x yet) |
| [Apache HttpAsyncClient](https://hc.apache.org/index.html) | 4.1+ |
| [Apache HttpClient](https://hc.apache.org/index.html) | 2.0+ |
| [Apache RocketMQ](https://rocketmq.apache.org/) | 4.8+ |

View File

@ -4,7 +4,7 @@ muzzle {
pass {
group = "org.apache.dubbo"
module = "dubbo"
versions = "[2.7.0,)"
versions = "[2.7.0,3.0.0)"
}
}
@ -16,4 +16,6 @@ dependencies {
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
}

View File

@ -6,4 +6,6 @@ dependencies {
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')
testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
}