From 521032f1ee84a684f0ce9662f97c4278952d7adb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= <csviri@gmail.com>
Date: Mon, 5 Feb 2024 13:41:20 +0100
Subject: [PATCH] feat: JDK client is not the default
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Attila Mészáros <csviri@gmail.com>
---
 .github/workflows/integration-tests.yml | 2 +-
 pom.xml                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index fbac44faa9..f133ddabc9 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -12,7 +12,7 @@ on:
       http-client:
         type: string
         required: false
-        default: 'okhttp'
+        default: 'jdk'
       experimental:
         type: boolean
         required: false
diff --git a/pom.xml b/pom.xml
index e3abb010b9..948b8f2814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <maven.compiler.target>${java.version}</maven.compiler.target>
         <sonar.organization>java-operator-sdk</sonar.organization>
         <sonar.host.url>https://sonarcloud.io</sonar.host.url>
-        <fabric8-httpclient-impl.name>okhttp</fabric8-httpclient-impl.name>
+        <fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
 
         <junit.version>5.10.1</junit.version>
         <fabric8-client.version>6.10.0</fabric8-client.version>