Skip to content

Commit

Permalink
CORE-18457: Api change to remove entity persistence duplication (#1369)
Browse files Browse the repository at this point in the history
This change is required as part of this PR corda/corda-runtime-os#5176 to remove entity persistence duplication. This change will remove an unused entity persistence topic from the api.
  • Loading branch information
emilybowe authored Nov 29, 2023
1 parent 3eefd9d commit 3ada743
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
10 changes: 0 additions & 10 deletions data/topic-schema/src/main/java/net/corda/schema/Schemas.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,6 @@ private Permissions() {
public static final String PERMISSIONS_USER_SUMMARY_TOPIC = "permissions.user.summary";
}

/**
* Persistence message schema.
*/
public static final class Persistence {
private Persistence() {
}

public static final String PERSISTENCE_ENTITY_PROCESSOR_TOPIC = "persistence.entity.processor";
}

/**
* Rest message schema.
*/
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cordaProductVersion = 5.2.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 = 9
cordaApiRevision = 10

# Main
kotlinVersion = 1.8.21
Expand Down

0 comments on commit 3ada743

Please sign in to comment.