Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v1.0.0 release #223

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<!--
~ Copyright (c) 2021, WSO2 Inc. (http://www.wso2.com). All Rights Reserved.
~
~ This software is the property of WSO2 Inc. and its suppliers, if any.
~ Dissemination of any information or reproduction of any material contained
~ herein is strictly forbidden, unless permitted by WSO2 in accordance with
~ the WSO2 Software License available at https://wso2.com/licenses/eula/3.1.
~ For specific language governing the permissions and limitations under
~ this license, please see the license as well as any agreement you’ve
~ entered into with WSO2 governing the purchase of this software and any
~ associated services.
~ Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
~
~ WSO2 LLC. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

# WSO2 OB Compliance Toolkit Berlin
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.berlin.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.berlin.gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.berlin.identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.openbanking.berlin.keymanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2-components</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>reference-implementation-nextgenpsd2-components</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>WSO2 Open Banking Berlin Toolkit</name>
<description>WSO2 Open Banking Toolkit for Berlin Specification</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>berlin-toolkit-integration-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>WSO2 Open Banking Toolkit Berlin Test Modules</name>
<url>http://wso2.org</url>
Expand Down
4 changes: 2 additions & 2 deletions integration-test-suite/berlin-toolkit-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>berlin-toolkit-test-framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>org.wso2.openbanking</groupId>
<artifactId>integration-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions open-banking-test-suite/open-banking-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>com.wso2.openbanking.test.framework</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion open-banking-test-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>com.wso2.openbanking.toolkit.berlin.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-toolkit-berlin-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion open-banking-test-suite/toolkit-berlin-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>open-banking-test-suite</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.wso2.openbanking</groupId>
<artifactId>reference-implementation-nextgenpsd2</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<parent>
<groupId>org.wso2</groupId>
Expand Down
2 changes: 1 addition & 1 deletion react-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>reference-implementation-nextgenpsd2</artifactId>
<groupId>org.wso2.openbanking</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
28 changes: 17 additions & 11 deletions react-apps/self-care-portal/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
/*
* Copyright (c) 2022, WSO2 Inc. (http://www.wso2.com). All Rights Reserved.
*
* This software is the property of WSO2 Inc. and its suppliers, if any.
* Dissemination of any information or reproduction of any material contained
* herein is strictly forbidden, unless permitted by WSO2 in accordance with
* the WSO2 Commercial License available at http://wso2.com/licenses. For specific
* language governing the permissions and limitations under this license,
* please see the license as well as any agreement you’ve entered into with
* WSO2 governing the purchase of this software and any associated services.
*/
<!--
~ Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
~
~ WSO2 LLC. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.

Expand Down
2 changes: 1 addition & 1 deletion react-apps/self-care-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.openbanking</groupId>
<artifactId>react-apps</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion toolkits/ob-apim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>wso2-obam-toolkit-berlin</artifactId>
<artifactId>wso2ob-apim-toolkit-berlin</artifactId>
<packaging>pom</packaging>
<name>WSO2 Open Banking - Berlin API Manager Toolkit Module</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,13 @@ cache_expiry = 3600
enabled = true
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "accounts"
roles = "AISP, ASPSP"
roles = "PSP_AS, PSP_AI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "payments"
roles = "PISP"
roles = "PSP_PI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "fundsconfirmations"
roles = "CBPII"
roles = "PSP_IC"


#===================for Connection pool====================
Expand Down Expand Up @@ -621,7 +621,7 @@ priority="3"

[open_banking_berlin.gateway.signature_verification]
supported_hash_algorithms = ["SHA-256", "SHA-512"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA", "SHA1withRSA"]

[open_banking.berlin.keymanager.org_id_validation]
regex="^PSD[A-Z]{2}-[A-Z]{2,8}-[a-zA-Z0-9]*$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,13 @@ cache_expiry = 3600
enabled = true
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "accounts"
roles = "AISP, ASPSP"
roles = "PSP_AS, PSP_AI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "payments"
roles = "PISP"
roles = "PSP_PI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "fundsconfirmations"
roles = "CBPII"
roles = "PSP_IC"


#===================for Connection pool====================
Expand Down Expand Up @@ -621,7 +621,7 @@ priority="3"

[open_banking_berlin.gateway.signature_verification]
supported_hash_algorithms = ["SHA-256", "SHA-512"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA", "SHA1withRSA"]

[open_banking.berlin.keymanager.org_id_validation]
regex="^PSD[A-Z]{2}-[A-Z]{2,8}-[a-zA-Z0-9]*$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,13 @@ cache_expiry = 3600
enabled = true
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "accounts"
roles = "AISP, ASPSP"
roles = "PSP_AS, PSP_AI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "payments"
roles = "PISP"
roles = "PSP_PI"
[[open_banking.gateway.tpp_management.allowed_scopes]]
name = "fundsconfirmations"
roles = "CBPII"
roles = "PSP_IC"


#===================for Connection pool====================
Expand Down Expand Up @@ -621,7 +621,7 @@ priority="3"

[open_banking_berlin.gateway.signature_verification]
supported_hash_algorithms = ["SHA-256", "SHA-512"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA"]
supported_signature_algorithms = ["SHA256withRSA", "SHA512withRSA", "SHA1withRSA"]

[open_banking.berlin.keymanager.org_id_validation]
regex="^PSD[A-Z]{2}-[A-Z]{2,8}-[a-zA-Z0-9]*$"
Expand Down
2 changes: 1 addition & 1 deletion toolkits/ob-apim/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>ob.am.toolkit.berlin</id>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>wso2-obam-toolkit-berlin-${project.version}</baseDirectory>
<baseDirectory>wso2ob-apim-toolkit-berlin-${project.version}</baseDirectory>

<formats>
<format>zip</format>
Expand Down
Loading
Loading