Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
3.0
-
Security Level: Public
-
1
Description
Currently, the replicator type is an attribute of AbstractReplicatorConfiguration. There are three problems with this:
1) it means that AbstractReplicatorConfiguration is public, part of our API, to support Kotlin.
2) the property, a property of the Replicator, is illogically associated with the ReplicatorConfiguration
3) the name is ridiculously long.
Add a new enum, Type, to AbstractReplicator, replacing the old enum and deprecate the old enum.
Attachments
Gerrit Reviews
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to CBL-1672 [ CBL-1672 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Component/s | Java-AppServer [ 15345 ] |
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Labels | deprecated |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | Helium [ 17136 ] | |
Fix Version/s | Lithium [ 16190 ] |