We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da8a06 commit d5f31c8Copy full SHA for d5f31c8
.github/workflows/integration-tests.yml
@@ -12,7 +12,7 @@ on:
12
http-client:
13
type: string
14
required: false
15
- default: 'okhttp'
+ default: 'jdk'
16
experimental:
17
type: boolean
18
pom.xml
@@ -41,7 +41,7 @@
41
<maven.compiler.target>${java.version}</maven.compiler.target>
42
<sonar.organization>java-operator-sdk</sonar.organization>
43
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
44
- <fabric8-httpclient-impl.name>okhttp</fabric8-httpclient-impl.name>
+ <fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
45
46
<junit.version>5.10.1</junit.version>
47
<fabric8-client.version>6.13.4</fabric8-client.version>
0 commit comments