From 70fe42dce0d985eada865c948975bddee99eadd5 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Wed, 15 Feb 2023 16:14:32 +0100 Subject: [PATCH] version(app): increase BPDM version to 3.0.2 --- CHANGELOG.md | 10 +++++++--- bpdm-common/pom.xml | 2 +- bpdm-gate/pom.xml | 2 +- bpdm-pool/pom.xml | 2 +- docs/api/gate.json | 2 +- docs/api/gate.yaml | 2 +- docs/api/pool.json | 2 +- docs/api/pool.yaml | 2 +- pom.xml | 2 +- 9 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d0e0b5c..25161c2b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,20 @@ 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/), -## [3.0.2] - tbd +## [3.0.2] - 2022-02-15 ### Changed -- SaaS Sharing Service Importer now also adds missing import entries (SaaS-ID to BPN) when encountering Business Partners that already have BPNs in the SaaS +- BPDM Pool: SaaS Sharing Service Importer now also adds missing import entries (SaaS-ID to BPN) when encountering Business Partners that already have BPNs in + the SaaS storage (possible due to legacy imports done before) +- BPDM Pool: Business Partner searches have now limited pagination length. Limit is adjustable in configuration. ### Fixed -- Startup of BPDM Gate without supplying any environment variables or property overwrites +- BPDM Gate: Now possible to startup without supplying any environment variables or property overwrites +- BPDM Pool: Now possible to deep paginate over business partners (>10000 entries) +- Fixed various vulnerabilities by upgrading affected libraries ## [3.0.1] - 2022-01-24 diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml index 2fdd850f9..2463d7d01 100644 --- a/bpdm-common/pom.xml +++ b/bpdm-common/pom.xml @@ -29,7 +29,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.2-SNAPSHOT + 3.0.2 diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 4871d624c..9a0dd730f 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.2-SNAPSHOT + 3.0.2 diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index 1bce49329..23fe9ccb6 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tractusx bpdm-parent - 3.0.2-SNAPSHOT + 3.0.2 diff --git a/docs/api/gate.json b/docs/api/gate.json index d21720c99..9f07a37bf 100644 --- a/docs/api/gate.json +++ b/docs/api/gate.json @@ -3,7 +3,7 @@ "info": { "title": "Business Partner Data Management Gate", "description": "A gate for a member to share business partner data with CatenaX", - "version": "3.0.2-SNAPSHOT" + "version": "3.0.2" }, "servers": [ { diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml index 3c9905f4f..cf8ac2a21 100644 --- a/docs/api/gate.yaml +++ b/docs/api/gate.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Business Partner Data Management Gate description: A gate for a member to share business partner data with CatenaX - version: 3.0.2-SNAPSHOT + version: 3.0.2 servers: - url: http://localhost:8081 description: Generated server url diff --git a/docs/api/pool.json b/docs/api/pool.json index 4a91e9f42..849751f7e 100644 --- a/docs/api/pool.json +++ b/docs/api/pool.json @@ -3,7 +3,7 @@ "info": { "title": "Business Partner Data Management Pool", "description": "Service that manages and shares business partner data with other CatenaX services", - "version": "3.0.2-SNAPSHOT" + "version": "3.0.2" }, "servers": [ { diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml index ee5366737..6fe9737b3 100644 --- a/docs/api/pool.yaml +++ b/docs/api/pool.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Business Partner Data Management Pool description: Service that manages and shares business partner data with other CatenaX services - version: 3.0.2-SNAPSHOT + version: 3.0.2 servers: - url: http://localhost:8080 description: Generated server url diff --git a/pom.xml b/pom.xml index cb18d393f..5ab9ae7ed 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 - 3.0.2-SNAPSHOT + 3.0.2 pom