Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Backbase/stream-services into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
uesleilima committed Sep 16, 2024
2 parents 6c50b4d + 3a2f85f commit ace0b66
Show file tree
Hide file tree
Showing 189 changed files with 5,385 additions and 361 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:

- name: Upload to Repo
if: "contains(github.ref, 'master') || contains(github.ref, 'support/') || contains(github.ref, 'develop')" # In case of develop branch it will upload the snapshot version
run: mvn -B deploy -Pdocker-image,no-latest-tag -Dmaven.test.skip=true -Ddocker.default.tag=${{ env.DOCKER_TAG_VERSION }} -Ddocker.repo.url=repo.backbase.com -Ddocker.repo.project=backbase-stream-images -Djib.to.auth.username=${{ secrets.REPO_USERNAME }} -Djib.to.auth.password=${{ secrets.REPO_PASSWORD }} -DaltDeploymentRepository=backbase::default::https://repo.backbase.com/backbase-stream-releases/
run: mvn -B clean deploy -Pdocker-image,no-latest-tag -Dmaven.test.skip=true -Ddocker.default.tag=${{ env.DOCKER_TAG_VERSION }} -Ddocker.repo.url=repo.backbase.com -Ddocker.repo.project=backbase-stream-images -Djib.to.auth.username=${{ secrets.REPO_USERNAME }} -Djib.to.auth.password=${{ secrets.REPO_PASSWORD }} -DaltDeploymentRepository=backbase::default::https://repo.backbase.com/backbase-stream-releases/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ bin

*.versionsBackup
**/src/main/resources/lib
**/*.flattened-pom.xml
59 changes: 58 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,64 @@ All notable changes to this project will be documented in this file.
## [5.0.0](https://github.com/Backbase/stream-services/compare/4.0.0...3.70.0)
### Changed
- Bumping Service SDK to **17.0.0**
## [5.10.0](https://github.com/Backbase/stream-services/compare/5.9.1...5.10.0)
### Added
- Introducing Grand Central customer canonical model: Processing the `PartyUpsertEvent` using the Legal Entity Saga via the [legal-entity-composition-service](stream-compositions/services/legal-entity-composition-service)

## [5.9.1](https://github.com/Backbase/stream-services/compare/5.9.0...5.9.1)
### Fixed
- Update data groups with custom data items

## [5.9.0](https://github.com/Backbase/stream-services/compare/5.8.0...5.9.0)
### Added
- Added plan-manager for TVP (Tailored Value Proposition)

## [5.8.0](https://github.com/Backbase/stream-services/compare/5.7.0...5.8.0)
### Changed
- make ContactsSaga use continueOnError flag

## [5.7.0](https://github.com/Backbase/stream-services/compare/5.6.0...5.7.0)
### Changed
- bug fixed - missing stream-starter module in stream-sdk

## [5.6.0](https://github.com/Backbase/stream-services/compare/5.5.0...5.6.0)
### Changed
- Removed the service-sdk-starter-reactive since it will be removed soon and created stream-starter with all the dependencies in service-sdk-starter-reactive

## [5.4.0](https://github.com/Backbase/stream-services/compare/5.3.0...5.4.0)
### Changed
- Fix the logic for creating Template type job roles only for MSA

## [5.3.0](https://github.com/Backbase/stream-services/compare/5.2.0...5.3.0)
### Added
- Add CUSTOMERS product group type to OpenAPI contract

## [5.2.0](https://github.com/Backbase/stream-services/compare/5.1.0...5.2.0)
### Added
- Adding login-based ingestion for product composition. Disabled by default, to enable: `backbase.stream.compositions.product.login-event.enabled=true`.
- Upgrade stream composition to 2024.04

## [5.1.0](https://github.com/Backbase/stream-services/compare/5.0.1...5.1.0)
### Changed
- Upgrade stream composition to 2024.03.10-LTS

## [5.0.1](https://github.com/Backbase/stream-services/compare/5.0.0...5.0.1)
### Changed
- Use pagination to query Payment Orders

## [5.0.0](https://github.com/Backbase/stream-services/compare/5.0.0...4.0.0)
### Changed
- Bumping Service SDK to **17.0.0**
- Bumping Banking Services clients to **2024.04**

## [4.1.1](https://github.com/Backbase/stream-services/compare/4.1.1...4.1.0)
### Changed
- update with fixes from 3.72.4
- Upgrade to Backbase version `2024.03-LTS`

## [4.1.0](https://github.com/Backbase/stream-services/compare/4.1.0...4.0.0)
### Changed
- Bumping Service SDK to **16.1.5**

## [4.0.0](https://github.com/Backbase/stream-services/compare/4.0.0...3.70.0)
### Changed
Expand Down Expand Up @@ -1508,4 +1566,3 @@ backbase:
[2.6.0]: https://github.com/Backbase/stream-services/releases/tag/2.6.0
[2.70.1]: https://github.com/Backbase/stream-services/compare/2.71.0...2.70.1
[2.75.0]: https://github.com/Backbase/stream-services/compare/2.74.0...2.75.0

7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@ You can find listed here the API specification containing the opinionated model
| stream-compositions/cursors | [specs](stream-compositions/api/cursors-api) | [Stream Compositions - Cursors](https://engineering.backbase.com/stream-services/stream-compositions/api/cursors-api/index.html) |
| stream-compositions/integrations | [specs](stream-compositions/api/integrations-api) | [Stream Compositions - Integrations](https://engineering.backbase.com/stream-services/stream-compositions/api/integrations-api/index.html) |

## Supported Banking Services versions
## Compatibility Matrix

| Stream [version](https://github.com/Backbase/stream-services/releases) | Banking Services | Java | Spring Boot |
|------------------------------------------------------------------------|--------------------|------|-------------|
| 4.0.0 to latest | 2023.12 | 17 | 3.1 |
| 5.10.0 to latest | 2024.07 | 21 | 3.2 |
| 5.0.0 to 5.9.x | 2024.04 | 21 | 3.2 |
| 4.1.1 to 4.x.x | 2024.03-LTS | 17 | 3.1 |
| 4.0.0 to 4.1.0 | 2023.12 | 17 | 3.1 |
| 3.70.0 to 3.x.x | 2023.09-LTS | 17 | 2.7 |
| 3.50.0 to 3.69.0 | 2023.06 | 17 | 2.7 |
| 3.34.0 to 3.49.0 | 2023.02-LTS | 17 | 2.7 |
Expand Down
6 changes: 5 additions & 1 deletion api/stream-legal-entity/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Ingest Legal Entity API
description: Ingestion Saga for Legal Entities and their products
version: 2.5.0
version: 2.6.0
x-logo:
url: "http://www.backbase.com/wp-content/uploads/2017/04/backbase-logo-png.png"
backgroundColor: "#FFFFFF"
Expand Down Expand Up @@ -252,6 +252,7 @@ components:
- ARRANGEMENTS
- JOURNEYS
- REPOSITORIES
- CUSTOMERS
- CUSTOM
name:
maxLength: 128
Expand Down Expand Up @@ -1206,6 +1207,9 @@ components:
type: array
items:
type: string
planName:
type: string
description: Plan name
cards:
$ref: '#/components/schemas/CardsReference'
businessFunctionGroups:
Expand Down
6 changes: 3 additions & 3 deletions e2e-tests/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BB_VERSION=2023.12
STREAM_VERSION=5.0.0-SNAPSHOT
STREAM_REGISTRY=harbor.backbase.eu/development
BB_VERSION=2024.07.4
STREAM_VERSION=5.10.0
STREAM_REGISTRY=repo.backbase.com/backbase-stream-images
Loading

0 comments on commit ace0b66

Please sign in to comment.