From 5e90ae4568d58dfa016e5c76c9e0ec35c079d8e6 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Tue, 23 Jun 2026 17:40:57 +0200 Subject: [PATCH 1/3] NEWS for 6.2.8 --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index e751071a7..fe3a11fa1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## 6.2.8 2026-06-23 + +* [OKAPI-1248](https://folio-org.atlassian.net/browse/OKAPI-1248) Use GitHub Actions Workflows for Maven replacing Jenkinsfile +* [OKAPI-1250](https://folio-org.atlassian.net/browse/OKAPI-1250) Vertx 4.5.28 fixing Netty vulns https://github.com/netty/netty/releases/tag/netty-4.1.135.Final + ## 6.2.7 2026-05-21 * [OKAPI-1244](https://folio-org.atlassian.net/browse/OKAPI-1244) Vertx 4.5.27, log4j 2.26.0 fixing vulns: CVE-2026-33871, CVE-2026-42583, CVE-2026-42587, CVE-2026-34481 From a3c1239f8fde6f374f4b315ef2a53de7bd71c096 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Tue, 23 Jun 2026 17:42:05 +0200 Subject: [PATCH 2/3] [maven-release-plugin] prepare release v6.2.8 --- okapi-common/pom.xml | 2 +- okapi-core/pom.xml | 2 +- okapi-test-auth-module/pom.xml | 2 +- okapi-test-header-module/pom.xml | 2 +- okapi-test-module/pom.xml | 2 +- okapi-testing/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/okapi-common/pom.xml b/okapi-common/pom.xml index fd94faea5..ccbc4253c 100644 --- a/okapi-common/pom.xml +++ b/okapi-common/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-common diff --git a/okapi-core/pom.xml b/okapi-core/pom.xml index 57509cdcd..96bc5b79a 100644 --- a/okapi-core/pom.xml +++ b/okapi-core/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-core diff --git a/okapi-test-auth-module/pom.xml b/okapi-test-auth-module/pom.xml index fdcb5d4f5..8177dbe35 100644 --- a/okapi-test-auth-module/pom.xml +++ b/okapi-test-auth-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-test-auth-module okapi-test-auth-module diff --git a/okapi-test-header-module/pom.xml b/okapi-test-header-module/pom.xml index 49a690778..79c1c0549 100644 --- a/okapi-test-header-module/pom.xml +++ b/okapi-test-header-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-test-header-module diff --git a/okapi-test-module/pom.xml b/okapi-test-module/pom.xml index 36bb0c42c..0a044d2f2 100644 --- a/okapi-test-module/pom.xml +++ b/okapi-test-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-test-module diff --git a/okapi-testing/pom.xml b/okapi-testing/pom.xml index 29133f1cb..3fe3d16c2 100644 --- a/okapi-testing/pom.xml +++ b/okapi-testing/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8-SNAPSHOT + 6.2.8 okapi-testing diff --git a/pom.xml b/pom.xml index 21d7a2520..a5e6e79a1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.folio.okapi okapi pom - 6.2.8-SNAPSHOT + 6.2.8 okapi @@ -379,7 +379,7 @@ https://github.com/folio-org/okapi scm:git:git://github.com/folio-org/okapi.git scm:git:git@github.com:folio-org/okapi.git - HEAD + v6.2.8 From 3b82e2c59f4032b674dc96c4a9f784c75c15d1ec Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Tue, 23 Jun 2026 17:42:05 +0200 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- okapi-common/pom.xml | 2 +- okapi-core/pom.xml | 2 +- okapi-test-auth-module/pom.xml | 2 +- okapi-test-header-module/pom.xml | 2 +- okapi-test-module/pom.xml | 2 +- okapi-testing/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/okapi-common/pom.xml b/okapi-common/pom.xml index ccbc4253c..79b4411dc 100644 --- a/okapi-common/pom.xml +++ b/okapi-common/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-common diff --git a/okapi-core/pom.xml b/okapi-core/pom.xml index 96bc5b79a..66041e67b 100644 --- a/okapi-core/pom.xml +++ b/okapi-core/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-core diff --git a/okapi-test-auth-module/pom.xml b/okapi-test-auth-module/pom.xml index 8177dbe35..ef8045c06 100644 --- a/okapi-test-auth-module/pom.xml +++ b/okapi-test-auth-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-test-auth-module okapi-test-auth-module diff --git a/okapi-test-header-module/pom.xml b/okapi-test-header-module/pom.xml index 79c1c0549..fe2656d74 100644 --- a/okapi-test-header-module/pom.xml +++ b/okapi-test-header-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-test-header-module diff --git a/okapi-test-module/pom.xml b/okapi-test-module/pom.xml index 0a044d2f2..0c0e32def 100644 --- a/okapi-test-module/pom.xml +++ b/okapi-test-module/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-test-module diff --git a/okapi-testing/pom.xml b/okapi-testing/pom.xml index 3fe3d16c2..fc5aaf817 100644 --- a/okapi-testing/pom.xml +++ b/okapi-testing/pom.xml @@ -4,7 +4,7 @@ org.folio.okapi okapi - 6.2.8 + 6.2.9-SNAPSHOT okapi-testing diff --git a/pom.xml b/pom.xml index a5e6e79a1..b3723ccb0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.folio.okapi okapi pom - 6.2.8 + 6.2.9-SNAPSHOT okapi @@ -379,7 +379,7 @@ https://github.com/folio-org/okapi scm:git:git://github.com/folio-org/okapi.git scm:git:git@github.com:folio-org/okapi.git - v6.2.8 + HEAD