From ef53f1cb7c4e6611533cc55b0235dc0d71810ab7 Mon Sep 17 00:00:00 2001 From: "Alvin.Qiu" Date: Mon, 2 Sep 2024 12:27:22 +0800 Subject: [PATCH 1/4] [fix]: the response reason should be null --- .../net/http/client/impl/Http1ClientResponseHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt b/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt index 8fc580f6e..ed9f3f033 100644 --- a/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt +++ b/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt @@ -31,7 +31,7 @@ class Http1ClientResponseHandler : HttpParser.ResponseHandler { return 4096 } - override fun startResponse(version: HttpVersion, status: Int, reason: String): Boolean { + override fun startResponse(version: HttpVersion, status: Int, reason: String?): Boolean { fun updateResponseLine() { response.httpVersion = version response.status = status From 33583bbe1c850cf1f929763bfec3eaf646213e92 Mon Sep 17 00:00:00 2001 From: hypercube1024 Date: Sun, 11 Jan 2026 21:29:12 +0800 Subject: [PATCH 2/4] [feat]: update kotlin version to 2.3 --- .github/workflows/maven.yml | 2 +- pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5d56b3594..e9035fbb7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [8, 11, 17, 21] + java: [8, 17, 21, 25] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/pom.xml b/pom.xml index cfeddfeb3..af71a0038 100644 --- a/pom.xml +++ b/pom.xml @@ -60,16 +60,16 @@ 8 - 1.9.20 - 1.8.0 + 2.3.0 + 1.10.2 false 1.8 - 1.9 - 1.9 + 2.3 + 2.3 official - 1.9.20 + 2.1.0 true 8 From be726831935bad5538f194c1a403c952f49433df Mon Sep 17 00:00:00 2001 From: hypercube1024 Date: Sun, 11 Jan 2026 21:41:14 +0800 Subject: [PATCH 3/4] [feat]: update jacoco version to 0.8.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af71a0038..5aef27924 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.14 org.apache.maven.reporting From d1d81a49f8c23d891491bf1bf5d3cc74b1c895de Mon Sep 17 00:00:00 2001 From: hypercube1024 Date: Sun, 11 Jan 2026 21:47:53 +0800 Subject: [PATCH 4/4] [feat]: update jacoco version to 0.8.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5aef27924..55b5c8813 100644 --- a/pom.xml +++ b/pom.xml @@ -1348,7 +1348,7 @@ org.mockito mockito-core - 5.10.0 + 5.21.0 test