-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-3 - Refactor events registration to prepare easy addition of new r…
…epository types. - Introduce Repository interface as a customization point - Get rid of Registry interface by having one generic implementation - Combine EventPublication and all its subclasses in one domain object - Make Repository instead of Registry be dependent on EventSerializer Signed-off-by: Dmitry Belyaev <[email protected]>
- Loading branch information
Björn Kieling
authored and
Dmitry Belyaev
committed
Jul 19, 2022
1 parent
3da6fd9
commit 58ff9bd
Showing
25 changed files
with
514 additions
and
631 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
authors: | ||
db: Dmitry Belyaev; dbelyaev | ||
bk: Björn Kieling; bkieling | ||
email: | ||
domain: vmware.com |
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
61 changes: 0 additions & 61 deletions
61
...s-core/src/main/java/org/springframework/modulith/events/CompletableEventPublication.java
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
...vents-core/src/main/java/org/springframework/modulith/events/DefaultEventPublication.java
This file was deleted.
Oops, something went wrong.
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.