Skip to content

Commit f669931

Browse files
committed
feat: JDK client is now the default (#2235)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 6c99c9a commit f669931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
http-client:
1313
type: string
1414
required: false
15-
default: 'okhttp'
15+
default: 'jdk'
1616
experimental:
1717
type: boolean
1818
required: false

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<maven.compiler.target>${java.version}</maven.compiler.target>
4242
<sonar.organization>java-operator-sdk</sonar.organization>
4343
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
44-
<fabric8-httpclient-impl.name>okhttp</fabric8-httpclient-impl.name>
44+
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
4545

4646
<junit.version>5.10.1</junit.version>
4747
<fabric8-client.version>6.12.1</fabric8-client.version>

0 commit comments

Comments
 (0)