From 6d331b8b4f176bd4ce6bdf9b9540f5d84117196c Mon Sep 17 00:00:00 2001 From: Siman-hub Date: Tue, 20 Jan 2026 22:58:23 +0530 Subject: [PATCH 1/4] Evaluation: Upgrade Groovy dependency to 5.0.0 --- oap-server-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index 4a35af481e9c..96caee69ddd6 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -60,7 +60,7 @@ 2.3.31 3.25.0-GA 0.10.3 - 4.0.15 + 5.0.0 2.4.8.Final 1.11.0 1.12.0 From b49a6ea9d90dc2e9c5ce4e9a124fc7f9dca19f5b Mon Sep 17 00:00:00 2001 From: Siman-hub Date: Wed, 21 Jan 2026 15:34:47 +0530 Subject: [PATCH 2/4] Upgrade Groovy to 5.0.3 in OAP backend --- dist-material/release-docs/LICENSE | 2 +- docs/en/changes/changes.md | 2 +- oap-server-bom/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist-material/release-docs/LICENSE b/dist-material/release-docs/LICENSE index 6632dd2ac141..f7a026e7d1fe 100644 --- a/dist-material/release-docs/LICENSE +++ b/dist-material/release-docs/LICENSE @@ -347,7 +347,7 @@ The text of each license is the standard Apache 2.0 license. https://mvnrepository.com/artifact/org.apache.curator/curator-framework/4.3.0 Apache-2.0 https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/4.3.0 Apache-2.0 https://mvnrepository.com/artifact/org.apache.curator/curator-x-discovery/4.3.0 Apache-2.0 - https://mvnrepository.com/artifact/org.apache.groovy/groovy/4.0.15 Apache-2.0 + https://mvnrepository.com/artifact/org.apache.groovy/groovy/5.0.3 Apache-2.0 https://mvnrepository.com/artifact/org.apache.httpcomponents/httpasyncclient/4.1.5 Apache-2.0 https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient/4.5.13 Apache-2.0 https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore/4.4.16 Apache-2.0 diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 2ca4981b9072..d88413d5068b 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -26,7 +26,7 @@ * Fix `BrowserErrorLog` BanyanDB storage query order. * `BanyanDB Client`: Property query support `Order By`. * MQE: trim the label values condition for the labeled metrics query to enhance the readability. -* PromQL service: fix time parse issue when using RFC3339 time format for querying. +* Upgrade Groovy to 5.0.3 in OAP backend. #### UI * Fix the missing icon in new native trace view. diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index 96caee69ddd6..f6177d413585 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -60,7 +60,7 @@ 2.3.31 3.25.0-GA 0.10.3 - 5.0.0 + 5.0.3 2.4.8.Final 1.11.0 1.12.0 From d38843e57fc7e29ca81fe8d6fc6623fa0c283df4 Mon Sep 17 00:00:00 2001 From: Siman-hub Date: Wed, 21 Jan 2026 15:49:50 +0530 Subject: [PATCH 3/4] Restore PromQL changelog entry dropped during rebase --- docs/en/changes/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index d88413d5068b..c8ee15d369ab 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -26,6 +26,7 @@ * Fix `BrowserErrorLog` BanyanDB storage query order. * `BanyanDB Client`: Property query support `Order By`. * MQE: trim the label values condition for the labeled metrics query to enhance the readability. +* PromQL service: fix time parse issue when using RFC3339 time format for querying. * Upgrade Groovy to 5.0.3 in OAP backend. #### UI From d18f3f4d9d12c5e5d889ac05c9808c8262039e11 Mon Sep 17 00:00:00 2001 From: Siman-hub Date: Wed, 21 Jan 2026 20:52:28 +0530 Subject: [PATCH 4/4] Move changelog entry to Project section --- docs/en/changes/changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index c8ee15d369ab..72d853451a68 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -3,6 +3,7 @@ #### Project * Fix E2E test metrics verify: make it failure if the metric values all null. * Add `CLAUDE.md` as AI assistant guide for the project. +* Upgrade Groovy to 5.0.3 in OAP backend. #### OAP Server @@ -27,7 +28,6 @@ * `BanyanDB Client`: Property query support `Order By`. * MQE: trim the label values condition for the labeled metrics query to enhance the readability. * PromQL service: fix time parse issue when using RFC3339 time format for querying. -* Upgrade Groovy to 5.0.3 in OAP backend. #### UI * Fix the missing icon in new native trace view.