From 3368e1b483fc19d28dea3935e943a9eeae4fe67a Mon Sep 17 00:00:00 2001 From: Pavel Filippov Date: Wed, 15 Apr 2026 17:58:51 +0300 Subject: [PATCH 1/5] MODUSERBL-242: Prepare dependencies for release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3aeadd8c..c9051f1b 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 21 - 36.0.0-SNAPSHOT + 36.0.0 5.0.6 5.12.0 2.25.2 From 6642f6cf2cb05da3b0a2b4079d60aefbb74eb41e Mon Sep 17 00:00:00 2001 From: Pavel Filippov Date: Wed, 15 Apr 2026 18:05:03 +0300 Subject: [PATCH 2/5] MODUSERBL-242: Update NEWS.md --- NEWS.md | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index a16d3e2e..b3602635 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,34 @@ -## 7.11.0-SNAPSHOT 2026-XX-XX -* Support mod-roles-keycloak for user's permissions during login (MODUSERBL-224) -* Not possible to delete patrons via UI that have expired manual blocks (MODUSERBL-231) -* Upgrade module to Vert.x 5.0 (MODUSERBL-230) -* Retrieve FOLIO_HOST from mod-settings instead of mod-configuration (MODUSERBL-234) +## 8.0.0 2026-04-15 + +### Breaking changes +* Upgrade module to Vert.x 5.0 ([MODUSERSBL-230](https://folio-org.atlassian.net/browse/MODUSERSBL-230)) +* Migrate to mod-settings for the configurations ([MODUSERSBL-228](https://folio-org.atlassian.net/browse/MODUSERSBL-228)) + +### New APIs versions +* Requires `settings 1.1` +* Requires `base-url 1.0` +* Optional `permissions-users 1.0` + +### Features +* Support mod-roles-keycloak for user's permissions during login ([MODUSERBL-224](https://folio-org.atlassian.net/browse/MODUSERBL-224)) +* Search users in all tenants when using "Forgot password" and "Forgot username" links ([MODUSERSBL-225](https://folio-org.atlassian.net/browse/MODUSERSBL-225)) +* Retrieve FOLIO_HOST from mod-settings instead of mod-configuration ([MODUSERBL-234](https://folio-org.atlassian.net/browse/MODUSERBL-234)) + +### Bug fixes +* Not possible to delete patrons via UI that have expired manual blocks ([MODUSERBL-231](https://folio-org.atlassian.net/browse/MODUSERBL-231)) +* Fix global settings permission names and settings scopes ([MODUSERSBL-228](https://folio-org.atlassian.net/browse/MODUSERSBL-228)) +* Sensitive data in logs cleanup ([MODUSERBL-218](https://folio-org.atlassian.net/browse/MODUSERBL-218)) +* Fix RestUtil.doRequest: payload comparison, method restriction ([MODUSERBL-226](https://folio-org.atlassian.net/browse/MODUSERBL-226)) + +### Tech Dept +* Migrate CI from Jenkins to GitHub Actions Maven workflow ([MODUSERBL-239](https://folio-org.atlassian.net/browse/MODUSERBL-239)) + +### Dependencies +* Bump `raml-module-builder` from `35.4.0` to `36.0.0` +* Bump `vertx` from `4.5.13` to `5.0.6` +* Bump `mod-configuration-client` from `5.11.0` to `5.12.0` + +--- ## 7.10.0 2025-03-13 From b599178c09fc4e010bb76e24e4e5f264afcfd3f0 Mon Sep 17 00:00:00 2001 From: Pavel Filippov Date: Wed, 15 Apr 2026 18:18:46 +0300 Subject: [PATCH 3/5] [maven-release-plugin] prepare release v8.0.0 --- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c9051f1b..a1292418 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.folio mod-users-bl mod-users-bl - 7.11.0-SNAPSHOT + 8.0.0 Apache License 2.0 @@ -32,7 +31,7 @@ https://github.com/folio-org/${project.artifactId} scm:git:git://github.com/folio-org/${project.artifactId}.git scm:git:git@github.com:folio-org/${project.artifactId}.git - HEAD + v8.0.0 @@ -461,7 +460,7 @@ true - + ${project.build.directory}/${project.artifactId}-fat.jar From 4d44a78bee8a80caae807df3cb714ce57a6de732 Mon Sep 17 00:00:00 2001 From: Pavel Filippov Date: Wed, 15 Apr 2026 18:18:47 +0300 Subject: [PATCH 4/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a1292418..b188aaa2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.folio mod-users-bl mod-users-bl - 8.0.0 + 8.0.1-SNAPSHOT Apache License 2.0 @@ -31,7 +31,7 @@ https://github.com/folio-org/${project.artifactId} scm:git:git://github.com/folio-org/${project.artifactId}.git scm:git:git@github.com:folio-org/${project.artifactId}.git - v8.0.0 + HEAD From 605d33b38c6f9728c3d47e79cf740c660e845708 Mon Sep 17 00:00:00 2001 From: Pavel Filippov Date: Wed, 15 Apr 2026 18:19:24 +0300 Subject: [PATCH 5/5] MODUSERBL-242: Prepare branch for the next release --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b188aaa2..62ca6639 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.folio mod-users-bl mod-users-bl - 8.0.1-SNAPSHOT + 8.1.0-SNAPSHOT Apache License 2.0