From f62a2a03870e548dd62640aaa17aefc48e163109 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Sat, 10 Feb 2024 18:48:54 +0800 Subject: [PATCH] feat(app): inrease BPDM to version 5.0.0 --- CHANGELOG.md | 20 +++++++++++++++++--- bpdm-bridge-dummy/pom.xml | 2 +- bpdm-cleaning-service-dummy/pom.xml | 2 +- bpdm-common/pom.xml | 2 +- bpdm-gate-api/pom.xml | 2 +- bpdm-gate/pom.xml | 2 +- bpdm-orchestrator-api/pom.xml | 2 +- bpdm-orchestrator/pom.xml | 2 +- bpdm-pool-api/pom.xml | 2 +- bpdm-pool/pom.xml | 2 +- pom.xml | 2 +- 11 files changed, 27 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b186f367..6baf19eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), -## [5.0.0] - [unreleased] +## [5.0.0] - [2024-02-10] -### Fixed +## Added + +- Golden Record Process Use Case: Update sharing member business partner from update in golden record +- BPDM Gate: Stats endpoints +- BPDM Gate: Additional possible roles to business partner +- BPDM Cleaning Service Dummy: Duplicate check based on business partner name +- Confidence criteria for all data models + +### Changed + +- Increase Spring Boot version to 3.1.8 +- Changed generic business partner model to include LSA typed properties +- Addresses can now be legal and site main addresses at the same time +- BPDM Gate: Refuse request if token is not issued for owner BPNL -- BPDM Modules: Update Spring version to 3.1.7 to fix vulnerabilities +### Deleted +- BPDM Pool: Opensearch component ## [4.1.0] - 2023-11-03 diff --git a/bpdm-bridge-dummy/pom.xml b/bpdm-bridge-dummy/pom.xml index 1a657c20a..0c0ebb840 100644 --- a/bpdm-bridge-dummy/pom.xml +++ b/bpdm-bridge-dummy/pom.xml @@ -30,7 +30,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-cleaning-service-dummy/pom.xml b/bpdm-cleaning-service-dummy/pom.xml index 0016cbb36..284933787 100644 --- a/bpdm-cleaning-service-dummy/pom.xml +++ b/bpdm-cleaning-service-dummy/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index 5b5cfff7e..17a2d672b 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-gate-api/pom.xml b/bpdm-gate-api/pom.xml index 1dfa3a356..c2a71ca6e 100644 --- a/bpdm-gate-api/pom.xml +++ b/bpdm-gate-api/pom.xml @@ -31,7 +31,7 @@ bpdm-parent org.eclipse.tractusx - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 656d8069b..934f18585 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-orchestrator-api/pom.xml b/bpdm-orchestrator-api/pom.xml index dd73d24cc..3a16f8bf2 100644 --- a/bpdm-orchestrator-api/pom.xml +++ b/bpdm-orchestrator-api/pom.xml @@ -30,7 +30,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-orchestrator/pom.xml b/bpdm-orchestrator/pom.xml index a93a159f6..e31100041 100644 --- a/bpdm-orchestrator/pom.xml +++ b/bpdm-orchestrator/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-pool-api/pom.xml b/bpdm-pool-api/pom.xml index d74cf6bf9..ce93fc229 100644 --- a/bpdm-pool-api/pom.xml +++ b/bpdm-pool-api/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index 9a4633b3a..b0d7330ce 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 5.0.0-SNAPSHOT + 5.0.0 diff --git a/pom.xml b/pom.xml index d75a874ac..b20b2ed96 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ bpdm-parent Business Partner Data Management Parent Parent pom of Business Partner Data Management - 5.0.0-SNAPSHOT + 5.0.0 pom