Issue 11495

Remove deprecated Endpoint Types from Enum

11495
Reporter: kbraak
Assignee: mdoering
Type: Improvement
Summary: Remove deprecated Endpoint Types from Enum
Priority: Critical
Resolution: Fixed
Status: Closed
Created: 2012-06-26 12:50:53.106
Updated: 2013-12-06 12:06:43.022
Resolved: 2012-11-08 15:18:47.508
        
Description: Some types are deprecated, and should no longer be included in the vocabulary. The list of endpoint types linked to non-deleted agents in the live GBRDS, as of today includes:

EML
RSS
WFS
WMS
DiGIR
TAPIR
BioCASe
DWC-ARCHIVE-CHECKLIST
DWC-ARCHIVE-OCCURRENCE
OTHER

In the new dataset aware registry, the following type is also detected:

DIGIR_MANIS

That means the following types could be deprecated since they have either been flagged as deleted, or aren't associated to any (non-deleted) agent:

ATOM
TCS-RDF
TCS-XML
GWC
IPT
DWC-ARCHIVE
TrDiGIR
OAI-PMH (*might not hurt to preserve this one - please check)

For the complete list, see here: http://staging.gbif.org:8080/enum-web/enum?id=org.gbif.registry.api.model.vocabulary.EndpointType]]>
    


Author: trobertson@gbif.org
Comment: Bumping to 0.2 since release is happening and this is not a blocker
Created: 2012-06-26 14:03:50.584
Updated: 2012-06-26 14:03:50.584


Author: fmendez@gbif.org
Created: 2012-07-11 09:23:28.987
Updated: 2012-07-11 09:56:02.734
        
In live registry we don't have services associated to: ATOM,TCS-RDF,TCS-XML,GWC,IPT,DWC-ARCHIVE, TrDiGIR and OAI-PMH.
At least, OAI-PMH will be used at some point. DIGIR_MANIS, is still valid, the metadata synchronizer recognizes this service type using the conceptualSchema of a metadata response.
Query to retrieve services associated to those types in registry live db: select * from service where service_type_id in (3,6,7,8,9,10,16,17,12)
    


Author: mdoering@gbif.org
Comment: In addition to OAI-PMH I would also like to preserve the 2 TCS types as they are still being used out there and we should be able to register them even if we don't use them right away.
Created: 2012-07-11 10:14:15.914
Updated: 2012-07-11 10:14:15.914


Author: lfrancke@gbif.org
Created: 2012-07-23 16:02:35.523
Updated: 2012-07-23 16:02:35.523
        
https://code.google.com/p/gbif-registry/source/detail?r=3162

Remove after 0.2 release.
    


Author: mdoering@gbif.org
Comment: can we remove them now in the new api project?
Created: 2012-10-05 10:01:26.563
Updated: 2012-10-05 10:01:26.563


Author: mdoering@gbif.org
Comment: review http://dev.gbif.org/code/cru/CR-GBIFCOM-5
Created: 2012-11-06 14:20:05.544
Updated: 2012-11-06 14:20:05.544


Author: mdoering@gbif.org
Comment: http://code.google.com/p/gbif-common-resources/source/detail?r=1176
Created: 2012-11-08 15:18:47.532
Updated: 2012-11-08 15:18:47.532