Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c87bb14
Add Customer Profile module and configuration files
JosemBackbase Apr 17, 2025
6e4cff9
Add Customer Profile client configuration
jmanzanog Apr 18, 2025
d37f812
Add CustomerProfileService and corresponding tests
jmanzanog Apr 22, 2025
f5bd68a
Add tests for CustomerProfileClientConfig to validate base path confi…
jmanzanog Apr 22, 2025
4f45a95
Refactor CustomerProfileService to use integration API and remove dep…
jmanzanog Apr 22, 2025
92ef578
Add FixtureMonkey dependency and update OpenAPI schema for Party and …
jmanzanog Apr 22, 2025
d1e9fea
Refactor test dependencies
jmanzanog Apr 22, 2025
9decfb1
Add CustomerProfileConfiguration and update dependencies for integrat…
jmanzanog Apr 23, 2025
71e4056
Refactor package structure and update CustomerProfileService referenc…
jmanzanog Apr 23, 2025
442b19c
Enhance OpenAPI schema with detailed descriptions and new properties …
jmanzanog Apr 23, 2025
e7d88b9
Implement upsertParty method in CustomerProfileService and enhance pr…
jmanzanog Apr 23, 2025
1c38790
Enhance OpenAPI schema with improved descriptions and new properties …
jmanzanog Apr 23, 2025
0bfe2bc
Update LegalEntitySagaTest to mock upsertParty method in CustomerProf…
jmanzanog Apr 23, 2025
b5edf73
Add tests for CustomerProfileConfiguration and enhance LegalEntitySag…
jmanzanog Apr 23, 2025
19a6b0e
Add AddressMapper for mapping between legal entity models and upsert …
jmanzanog Apr 23, 2025
e3d6c7e
Refactor assertions in MapperTest for clarity and consistency
jmanzanog Apr 24, 2025
5160c48
Refactor assertions in MapperTest for clarity and consistency
jmanzanog Apr 24, 2025
3175512
Introduce FixtureUtils for centralized FixtureMonkey configuration in…
jmanzanog Apr 24, 2025
ef70371
Refactor PartyMapper and CustomerProfileConfiguration for improved ma…
jmanzanog Apr 24, 2025
e3dad8c
Refactor LegalEntitySaga and CustomerProfileService for improved part…
jmanzanog Apr 24, 2025
be7a616
Refactor upsertParty method in CustomerProfileService to include lega…
jmanzanog Apr 24, 2025
d23b6c6
Add parties array to LegalEntityV2 and integrate CustomerProfileServi…
jmanzanog Apr 24, 2025
9550311
Refactor setupParties method in LegalEntitySagaV2 to use LegalEntityV…
jmanzanog Apr 24, 2025
f9b15fa
Refactor error handling in LegalEntitySaga and clean up unused import…
jmanzanog Apr 24, 2025
bb5cb5b
Refactor LegalEntitySaga and CustomerProfileService to use internalId…
jmanzanog Apr 25, 2025
b228ec5
Remove unused CustomerManagementIntegrationApi, CustomerProfileManage…
jmanzanog Apr 25, 2025
bae16c5
Remove legalEntityId assertion from MapperTest
jmanzanog Apr 25, 2025
fa89a83
Update CHANGELOG for version 6.18.0: Integrate Customer Profile Servi…
jmanzanog Apr 25, 2025
ceea398
Update CHANGELOG for version 6.18.0: Correct comparison range for Leg…
jmanzanog Apr 25, 2025
5349d82
Update README to reflect version 6.18.0 to latest compatibility
jmanzanog Apr 25, 2025
3fedd09
Update version to 6.19.0 and extend product group types in JSON and O…
jmanzanog Apr 28, 2025
aa0c77c
Update README to correct version range from 6.19.0 to 6.18.0
jmanzanog Apr 28, 2025
85558cd
Update parent version in pom.xml from 6.17.0 to 6.18.0 for stream-ser…
jmanzanog Apr 28, 2025
d7f811a
Trigger Build
jmanzanog Apr 28, 2025
84b3a9d
Fix comments
jmanzanog Apr 29, 2025
be55727
Trigger Build
jmanzanog Apr 29, 2025
8a189dd
Remove unused PartyMapper bean from CustomerProfileConfiguration and …
jmanzanog Apr 30, 2025
2a50276
Remove unused PartyMapper bean from CustomerProfileConfiguration and …
jmanzanog Apr 30, 2025
b6d0232
Add PartyMapper mock to ServiceAgreementControllerTest
jmanzanog Apr 30, 2025
af73c13
Add HelperProcessor class to handle party processing logic in LegalEn…
jmanzanog Apr 30, 2025
afad5f3
Add HelperProcessor class to handle party processing logic in LegalEn…
jmanzanog Apr 30, 2025
748260f
Add unit tests for HelperProcessor to validate party processing logic
jmanzanog Apr 30, 2025
646fc64
Merge branch 'master' into feature/DAF-90-Implement-logic-in-LE-Saga-…
jmanzanog May 1, 2025
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.19.0] (https://github.com/Backbase/stream-services/compare/6.18.0...6.19.0)
- Integrate Customer Profile Service into Legal Entity Saga and Legal Entity Saga V2 ingestion

## [6.18.0](https://github.com/Backbase/stream-services/compare/6.17.0...6.18.0)
### Added
Expand Down
Loading