-
Notifications
You must be signed in to change notification settings - Fork 17
no xri
This branch renames several classes, methods, and constants to remove legacy "XRI" and "XDI3" terminology from the code.
In typical code based on XDI2, significant renaming operations are likely required, however real functional change should be minimal.
The following is a list of code migration steps:
-
Renamed classes:
XDI3Segment -> XDIAddress XDI3SubSegment -> XDIArc XDI3Statement -> XDIStatement .. others ..
-
Renamed methods:
Message.setLinkContractXri() -> Message.setLinkContractXDIAddress() .. others ..
-
Renamed constants:
XRI_S_* -> XDI_ADD_* XRI_SS_* -> XDI_ARC_* .. others ..
-
Renamed annotations:
contributorXris -> contributorAddresses
No graph migration is required.
This work is licensed under a Creative Commons Attribution 4.0 International License.