-
Notifications
You must be signed in to change notification settings - Fork 9
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-15267 Add @CordaSerializable
to MemberContext and MGMContext
#1341
Conversation
Scanning for breaking API changes introduced by this PR Scan Succeeded |
Jenkins build for PR 1341 build 4 Build Successful: |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Seems reasonable, although you may not need the API bump.
@@ -9,7 +9,7 @@ cordaProductVersion = 5.1.0 | |||
# NOTE: update this each time this module contains a breaking change | |||
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to | |||
## a per module property in which case module versions can change independently. | |||
cordaApiRevision = 38 |
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.
You might not need the API bump.
Marks
MemberContext
andMGMContext
interfaces as@CordaSerializable
to makeMemberInfo
serializable. The corresponding runtime-os change registers custom serializers for its implementation types - corda/corda-runtime-os#5127