-
Notifications
You must be signed in to change notification settings - Fork 251
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
core: dispatch ContractNegotiation
events
#1609
core: dispatch ContractNegotiation
events
#1609
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that ConfirmedContractNegotiationListener
and
DeclinedContractNegotiationListener
are unused, so they can be removed. This then makes the pre-
-methods of the ContractNegotiationListener
obsolete as there no implementors left anymore.
.../java/org/eclipse/dataspaceconnector/contract/listener/ContractNegotiationEventListener.java
Outdated
Show resolved
Hide resolved
...contract/src/main/java/org/eclipse/dataspaceconnector/contract/ContractServiceExtension.java
Show resolved
Hide resolved
@paullatzelsperger I think the |
Codecov Report
@@ Coverage Diff @@
## main #1609 +/- ##
==========================================
+ Coverage 67.30% 67.69% +0.38%
==========================================
Files 771 779 +8
Lines 16599 16731 +132
Branches 1051 1051
==========================================
+ Hits 11172 11326 +154
+ Misses 4945 4923 -22
Partials 482 482
Continue to review full report at Codecov.
|
@ndr-brt I looked at the code base of EDC, MVD and RegistrationService, found no usage the |
Probably yes, I guess if there's the need for them in |
What this PR changes/adds
Dispatch
ContractNegotiation
eventsWhy it does that
To permit asynchronous notifications
Further notes
<entity name>EventListener
getFailureDetail()
method on theAbstractResult
class, that provides a join of all the failure messages without having to do it every timeLinked Issue(s)
Closes #1434
Checklist
no-changelog
)