Version | Date | Description |
---|---|---|
1.4.0 | 2013-03-31 | This release of the Registry Core is a component of the integrated release 3.1.0 of the PDS4 System. This is an operational release of the system components to date. |
1.3.0 | 2012-09-30 | This release of the Registry Core is a component of the integrated release 3.0.0 of the PDS4 System. This is an operational release of the system components to date. |
1.2.0 | 2012-06-11 | This release of the Registry Core is a component of the integrated release 2.2.0 of the PDS4 System. This is an operational release of the system components to date. |
1.1.0 | 2012-01-31 | This release of the Registry Core is a component of the integrated release 2.1.0 of the PDS4 System. This is an operational release of the system components to date. |
1.0.0 | 2011-11-09 | This release of the Registry Core is a component of the integrated release 2.0.0 of the PDS4 System. This is an operational release of the system components to date. |
0.2.0 | 2011-08-29 | This release of the Registry Core is a component of the integrated release 1.2.0 of the PDS4 System. This release is intended as a prototype release in support of the assessment of the PDS4 standards and the system components to date. |
0.1.0 | 2011-03-25 | This release of the Registry Core is a component of the integrated release 1.1.0 of the PDS4 System. This release is intended as a prototype release in support of the assessment of the PDS4 standards and the system components to date. |
Type | Changes | By |
---|---|---|
Addressed performance issues with publishing and versioning objects. Fixes PDS-147. | pramirez |
Type | Changes | By |
---|---|---|
Handle '_' characters when applying filters on registry object. Previously the underscore acted inappropriately as a single character wildcard. Fixes PDS-62. | pramirez |
Type | Changes | By |
---|---|---|
Provided a RegistryClient method for deleting registry objects. Fixes PDS-59. | pramirez | |
Add registry client support for deleting package members. Fixes PDS-67. | pramirez | |
Add ability from client to update status of all package members. Fixes PDS-68. | pramirez | |
Updated RegistryClient to pass packageId when versioning an object if set. Fixes PDS-60. | pramirez | |
Update registry client to support sorting on auditable events and filtering on request id. Fixes PDS-64. | pramirez | |
Updates to registry objects no longer overwrite key attributes when not provided by the client. Key attributes include home, lid, status, and versionName. Fixes PDS-51. | pramirez | |
Remove warning about XMLConstants.FEATURE_SECURE_PROCESSING by using Xerces 2.10.0. Fixes PDS-65. | pramirez | |
Removed the parent project's Release Notes document. This document now serves as the single source for this component's release changes. | shardman |
Type | Changes | By |
---|---|---|
Allow filtering by status. Fixes PDS-41. | pramirez | |
Registry client now supports an expanded set of registry objects. Namely, ExtrinsicObject, Association, Service, RegistryPackage, AuditableEvent, ClassificationScheme, and ClassificationNode. Fixes PDS-43. | pramirez | |
Cleaned up the documentation and removed the PDF generation feature. | shardman |
Type | Changes | By |
---|---|---|
Added support for PostgreSQL. | pramirez | |
Ability to generate database schema from the model classes. | pramirez | |
JSON serialization of Enums. | pramirez |
Type | Changes | By |
---|---|---|
Support to do package level operations such as delete and update status. In addition, allows for items to be published into a package. Fixes PDS-14. | pramirez | |
Added support for external link operations. Fixes PDS-32. | pramirez | |
Built in support for replication operations and report on ongoing replication. Fixes PDS-39. | pramirez | |
Updated RegistryClient to use RegistryObjects instead of low-level constructs. This will ease integration with outside tools. Fixes PDS-18. | pramirez | |
Enchanced Auditable Event end point to allow for better filtering. Now supports eventStart, eventEnd, and requestId. | pramirez | |
Refactored registry service interface and implementation to consolidate and remove redundant code. Publish and delete of all objects now go through single methods instead of one for each object. | pramirez | |
Now throws an exception when looking up object versions of something that does not exist. Previously this returned null which caused problems upstream. | pramirez |
Type | Changes | By |
---|---|---|
Ability to page through all services. Fixes PDS-3. | pramirez | |
Allow a set of Classifications to be associated with a given registry object. Fixes PDS-8. | pramirez | |
Configuration end point to pass in classification schemes and nodes as one XML file. Fixes PDS-16. | pramirez | |
Defined RegistryPackage as an intrinsic object. Acts merely as a collection of registered objects through the use of Associations. Fixes PDS-19. | pramirez | |
Added ExternalIdentifier support for registered objects. Fixes PDS-20. | pramirez | |
Include delete operation for Classifications delete. Fixes PDS-22. | pramirez | |
Mapped Product to ExtrinsicObject to align better with information model for registry. Moved all interfaces that ended in product(s) to extrinsic(s). Fixes PDS-7. | pramirez | |
Make associations based off their global identifier instead of the LIDVID. Fixes PDS-17. | pramirez | |
Refactored model classes from the service classes to allow for the core to be included as a jar dependency. | pramirez | |
Delete associations when a registry object is removed. Fixes PDS-1. | pramirez | |
Set the object type for all intrinsic objects. | pramirez |