Skip to content

Commit a9e25b6

Browse files
authored
SOLR-18188: Remove tests for HttpSolrClient etc. (#4261)
Removes package org.apache.solr.client.solrj.apache in solr-test-framework's tests. They support our deprecated SolrClient impls that use Apache HttpClient. Those will be removed soon as well.
1 parent 722e1e8 commit a9e25b6

21 files changed

+1
-4442
lines changed

solr/solrj/src/test/org/apache/solr/client/solrj/TestLBHttpSolrClient.java

Lines changed: 0 additions & 323 deletions
This file was deleted.

solr/test-framework/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,4 @@ dependencies {
105105
})
106106
implementation libs.apache.httpcomponents.httpclient
107107
implementation libs.apache.httpcomponents.httpcore
108-
109-
testImplementation libs.apache.commons.lang3
110108
}

solr/test-framework/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ javax.inject:javax.inject:1=annotationProcessor,errorprone,testAnnotationProcess
7878
junit:junit:4.13.2=apiHelper,compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7979
org.antlr:antlr4-runtime:4.13.2=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
8080
org.apache.commons:commons-exec:1.5.0=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
81-
org.apache.commons:commons-lang3:3.20.0=apiHelper,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
81+
org.apache.commons:commons-lang3:3.20.0=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
8282
org.apache.commons:commons-math3:3.6.1=apiHelper,jarValidation,runtimeClasspath,testRuntimeClasspath
8383
org.apache.curator:curator-client:5.9.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8484
org.apache.curator:curator-framework:5.9.0=apiHelper,compileClasspath,jarValidation,runtimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)