Use the TypeFactory to replace the TypeMarshaller according to the change in the d1_common_java.
Use the NodeReference object to replace the replicaStatus to restrict the listObjects method.
Transform the ObjectFormat from v2 to v1 in getFormat method.
Convert the v2 system metadata object to v1 in the getSystemMetadata method.
The method setObsoletedBy only hanldes SID.
The setReplicationStatus method only supports sid and the setRightsHolder method supports both PID and SID.
Fixed a bug that it should use getReplica rather than get method.
Went through the v2 ObjectFormatList and convert every v2 ObjectFormat to v1 ObjectFormat and put them into a v1 objectFormatList.
Add the code to handle sid in the publish method.
Add the code to exclude the sid in the view and getPackage.
Add a converter to convert the V2 Log object to the V1 Log object.
The the code to handle sids on the v2 api - setReplicationPolicy, setReplicationStatus, setAccessPolicy and setObsoletedBy.
Add the code to handle if a identifier is a sid in setAccessPolicy, setReplicationPolicy, setObsoletedBy and setRreplicationStatus.
Add the code to handle SID in the getLogRecords method.
In the getLogRecords method, the pidFilter is checked if it exists.
Fixed a bug that the getLogRecords can't handle the case that the event is null.
Add the code to support the sereis id on isAuthorized and systemMetadataChanged method.
Add the code to handle the sid in the delete and archive method.
Check if the identifier is a sid for the v1 update.
Implement the series id in the getSystemMetadata method.
Looking for sid for the method describe.
Refactor the code to check a pid exists in the v1 api.
Modified the get method to handle the sid in the v2 api.
convert v2 SM to v1 SM for the v1 service call response
add support for v2 DataONE API.