NASA - National Aeronautics and Space Administration

+ NASA Homepage
+ NASA en Español
+ Contact NASA
Go
Planetary Data System - Engineering Node Banner

Release Changes

Release History

VersionDateDescription
1.6.12014-06-02This release of the Registry Core is a component of the integrated release 4.1.1 of the PDS4 System. This is an operational release of the system components to date.
1.6.02014-03-31This release of the Registry Core is a component of the integrated release 4.1.0 of the PDS4 System. This is an operational release of the system components to date.
1.5.02013-09-30This release of the Registry Core is a component of the integrated release 4.0.0 of the PDS4 System. This is an operational release of the system components to date.
1.4.12013-06-21This release of the Registry Core is a component of the integrated release 3.1.1 of the PDS4 System. This is an operational release of the system components to date.
1.4.02013-03-31This 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.02012-09-30This 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.02012-06-11This 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.02012-01-31This 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.02011-11-09This 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.02011-08-29This 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.02011-03-25This 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.

Release 1.6.1 - 2014-06-02

TypeChangesBy

fix

Modified to throw a cleaner error message when attempting to register a product with a LID greater than 256 characters. Fixes PDS-69.hyunlee

fix

Modified to retain slot type for slots in a versioned product. Fixes PDS-273.hyunlee

Release 1.6.0 - 2014-03-31

TypeChangesBy

add

Moved the RegistryHandler and associated classes from search-core to registry-core. Fixes PDS-199.jpadams

add

Created new ResultsFilter interface and Attribute and Slot Filters to filter RegistryResults based on some attribute or slot value. Also renamed ExtrinsicRegistryAttribute to RegistryAttributeWrapper for clarity. Updated RegistryResults to handle ResultsFilters. Updated RegistryHandler API to use ResultsFilters instead of previous inputs. Fixes PDS-229.jpadams

update

Added filters in the RegistryPackage object for guid, name, lid and status. Fixes PDS-234.hyunlee

update

Updated to capture more response error codes and to print out the error code in the exception message.mcayanan

Release 1.5.0 - 2013-09-30

TypeChangesBy

fix

Fix replication issue that was causing a null pointer exception. Fixes PDS-175.pramirez

Release 1.4.1 - 2013-06-21

TypeChangesBy

update

Modified the POM to exclude the jaxb-impl and jaxb-api dependencies which appear to cause memory leak warning messages in the Tomcat Server log.shardman

Release 1.4.0 - 2013-03-31

TypeChangesBy

fix

Addressed performance issues with publishing and versioning objects. Fixes PDS-147.pramirez

Release 1.3.0 - 2012-09-30

TypeChangesBy

fix

Handle '_' characters when applying filters on registry object. Previously the underscore acted inappropriately as a single character wildcard. Fixes PDS-62.pramirez

Release 1.2.0 - 2012-06-11

TypeChangesBy

add

Provided a RegistryClient method for deleting registry objects. Fixes PDS-59.pramirez

add

Add registry client support for deleting package members. Fixes PDS-67.pramirez

add

Add ability from client to update status of all package members. Fixes PDS-68.pramirez

update

Updated RegistryClient to pass packageId when versioning an object if set. Fixes PDS-60.pramirez

update

Update registry client to support sorting on auditable events and filtering on request id. Fixes PDS-64.pramirez

fix

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

fix

Remove warning about XMLConstants.FEATURE_SECURE_PROCESSING by using Xerces 2.10.0. Fixes PDS-65.pramirez

remove

Removed the parent project's Release Notes document. This document now serves as the single source for this component's release changes.shardman

Release 1.1.0 - 2012-01-31

TypeChangesBy

update

Allow filtering by status. Fixes PDS-41.pramirez

update

Registry client now supports an expanded set of registry objects. Namely, ExtrinsicObject, Association, Service, RegistryPackage, AuditableEvent, ClassificationScheme, and ClassificationNode. Fixes PDS-43.pramirez

update

Cleaned up the documentation and removed the PDF generation feature.shardman

Release 1.0.0 - 2011-11-09

TypeChangesBy

add

Added support for PostgreSQL.pramirez

add

Ability to generate database schema from the model classes.pramirez

fix

JSON serialization of Enums.pramirez

Release 0.2.0 - 2011-08-29

TypeChangesBy

add

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

add

Added support for external link operations. Fixes PDS-32.pramirez

add

Built in support for replication operations and report on ongoing replication. Fixes PDS-39.pramirez

update

Updated RegistryClient to use RegistryObjects instead of low-level constructs. This will ease integration with outside tools. Fixes PDS-18.pramirez

update

Enchanced Auditable Event end point to allow for better filtering. Now supports eventStart, eventEnd, and requestId.pramirez

update

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

fix

Now throws an exception when looking up object versions of something that does not exist. Previously this returned null which caused problems upstream.pramirez

Release 0.1.0 - 2011-03-25

TypeChangesBy

add

Ability to page through all services. Fixes PDS-3.pramirez

add

Allow a set of Classifications to be associated with a given registry object. Fixes PDS-8.pramirez

add

Configuration end point to pass in classification schemes and nodes as one XML file. Fixes PDS-16.pramirez

add

Defined RegistryPackage as an intrinsic object. Acts merely as a collection of registered objects through the use of Associations. Fixes PDS-19.pramirez

add

Added ExternalIdentifier support for registered objects. Fixes PDS-20.pramirez

add

Include delete operation for Classifications delete. Fixes PDS-22.pramirez

update

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

update

Make associations based off their global identifier instead of the LIDVID. Fixes PDS-17.pramirez

update

Refactored model classes from the service classes to allow for the core to be included as a jar dependency.pramirez

fix

Delete associations when a registry object is removed. Fixes PDS-1.pramirez

fix

Set the object type for all intrinsic objects.pramirez

FirstGov Logo
+ Freedom of Information Act
+ NASA 2003 Strategic Plan
+ NASA Privacy Statement, Disclaimer, and
   Accessiblity Certification

+ Copyright/Image Use Policy
NASA Logo
Curator: Emily.S.Law
Webmaster: Maryia Sauchanka-Davis
NASA Official: William Knopf
Last Updated:
+ Comments and Questions