-
Notifications
You must be signed in to change notification settings - Fork 27
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-18414: Merging forward updates from release/os/5.1 to release/os/5.2 - 2023-11-21 #5140
CORE-18414: Merging forward updates from release/os/5.1 to release/os/5.2 - 2023-11-21 #5140
Conversation
…and (#5114) * CORE-18357: Allow old version of SetOwnRegistrationStatus in the command * Set to the correct version
The query for `findUnconsumedStatesByExactType` did not actually filter by `consumed IS NULL` so it returned all states regardless of if they were consumed or not. Added `consumed IS NULL` to fix this.
Makes `MemberInfo` serializable by registering custom serializers for `MemberContext` and `MGMContext`. The corresponding corda-api change marks these interfaces as `@CordaSerializable`.
…#5107) A bug was observed whereby Kafka producer errors were not being correctly reported back to the MultiSourceEventMediator. This is because our Kafka messages are essentially 'fire-and-forget'; when something goes wrong, Kafka will exceptionally close a future in the background, but we never attempted to capture or track this future. This PR adds a callback which will log this exception clearly for the user.
Please remember to 'Merge' all forward merges and do not 'Squash and Merge' |
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.
Rule: 2-PEM-PRIVATE
Severity:
File: docs/kafka/security/demo/certificates/ca/ca-key
Lines: 1
Scanner: Secret Diver
More Info
Contains a private key
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Jenkins build for PR 5140 build 2 Build Successful: |
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.
LGTM for bd1e426 changes
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.
LGTM - CORE-15267 (f441f27)
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.
CORE-18390 was merged in #5124
This PR was created by the merge bot.
Includes:
findUnconsumedStatesByExactType
(CORE-18370 FixfindUnconsumedStatesByExactType
#5111)