-
Notifications
You must be signed in to change notification settings - Fork 17
no xri
peacekeeper edited this page Sep 25, 2014
·
12 revisions
This branch renames several classes, methods, and constants to remove legacy "XRI" and "XDI3" terminology from the code.
Merged per 7a1194b on 24th Aug 2014 after snapshot-0.7-pre-no-xri.
Sample deployment: None
In typical XDI2-based code, significant renaming operations are likely required, but there should not be any real functional change.
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.