-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use events to decouple services (#245)
* events: participantcontext * decouple participantcontext service * KeyPairService consumes participant events * DidDocumentService consumes PArticipantContext events * moved participant context events to "events" package * added KeyPairEvent classes * KeyPairService emits events * Added test assertions to e2e test * added events to the did publisher * checkstyle * DEPENDENCIES * javadoc * pr remarks - jackson annotations, tests * pr remarks - doc * Apply suggestions from code review Co-authored-by: Jim Marino <[email protected]> * Update spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/events/diddocument/DidDocumentEvent.java Co-authored-by: Jim Marino <[email protected]> * react to KeyPairAdded and KeyPairRevoked * pr remarks --------- Co-authored-by: Jim Marino <[email protected]>
- Loading branch information
1 parent
50db5b9
commit a2f6cdb
Showing
50 changed files
with
2,027 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.