Skip to content
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

Merged
merged 6 commits into from
Nov 17, 2023

Conversation

YashNabar
Copy link
Contributor

@YashNabar YashNabar commented Nov 15, 2023

Marks MemberContext and MGMContext interfaces as @CordaSerializable to make MemberInfo serializable. The corresponding runtime-os change registers custom serializers for its implementation types - corda/corda-runtime-os#5127

@corda-jenkins-ci02
Copy link
Contributor

Scanning for breaking API changes introduced by this PR

Scan Succeeded

@corda-jenkins-ci02
Copy link
Contributor

corda-jenkins-ci02 bot commented Nov 15, 2023

Jenkins build for PR 1341 build 4

Build Successful:
Jar artifact version produced by this PR: 5.1.0.38-alpha-1700162883915

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@JamesHR3 JamesHR3 left a 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
Copy link
Collaborator

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.

@YashNabar YashNabar merged commit 8203576 into release/os/5.1 Nov 17, 2023
7 checks passed
@YashNabar YashNabar deleted the yash/CORE-15267 branch November 17, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants