#142 closed enhancement (duplicate)
Component and profile versioning/deprecation
Reported by: | twagoo | Owned by: | Twan Goosen |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ComponentRegistry | Version: | |
Keywords: | componentversioning | Cc: |
Description (last modified by )
Note: #571 covers support for public drafts (publicly visible private components), a subset of the functionality described here, without the lifecycle status properties specified in CMDI 1.2
This enhancement should enable an owner of a component to designate a new component or profile as the new version of an existing a component, marking the existing version deprecated.
There will (at least initially) be no mechanism to deal with backwards compatibility, i.e. published components will remain unchanged but users will be strongly encouraged to use to the new version. The status will be represented in the XML/XSD of the profile (see #146).
This is the first and most important step after the required general component schema update in implementing the Component Lifecycle Management features of CMDI 1.2.
Also take note of the envisioned set of views that strongly relate to this (and the additional option to mark development components for review). See ComponentVersioning#Viewsworkspacesandregistries.
Change History (23)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Priority: | major → critical |
---|
comment:3 Changed 13 years ago by
There now is an extended proposal for this (work in progress) at ComponentVersioning.
comment:4 Changed 13 years ago by
Proposal CMDI dev meeting 2012/4/12: status property = private -> development -> public -> deprecated/superseded. Allow multiple successors.
Question: who should be allowed to change status of a component? Probably just owner and admin.
comment:5 Changed 13 years ago by
- A list of deprecated components should be available by request through the webservice
- Deprecation and succession will require a reason (for deprecation) or comment (for new version)
comment:6 Changed 12 years ago by
comment:7 Changed 12 years ago by
r1992 adds the ComponentStatus enumeration that replaces the boolean isPublic property. For now there are two statuses 'Development' (this is currently called 'Private'), and 'Public'. Statuses 'Private' and 'Deprecated' are to be added at a later stage.
comment:8 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:9 Changed 11 years ago by
Owner: | changed from twagoo to olhsha |
---|---|
Status: | new → assigned |
comment:10 Changed 11 years ago by
r3035 reshuffles the statuses; now we have in ComponentStatus.java:
/** * Private mode, editable non-public */ PRIVATE(false, true), /** * Development mode, editable and publicly visible */ DEVELOPMENT(false, true), /** * Published mode, non-editable and publicly visible */ PUBLISHED(true, false), /** * Deprecated mode, non-editable and not publicly listed */ DEPRECATED(false, false);
comment:11 Changed 11 years ago by
Keywords: | componentversioning added |
---|
comment:12 Changed 11 years ago by
I have updated the section ComponentVersioning#Design in the wiki
comment:13 Changed 11 years ago by
Owner: | changed from olhsha to geogeo |
---|
comment:14 Changed 11 years ago by
Owner: | changed from geogeo to George.Georgovassilis@mpi.nl |
---|---|
Status: | assigned → accepted |
comment:15 Changed 11 years ago by
Milestone: | → ComponentRegistry-1.15 |
---|
comment:16 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:17 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:18 Changed 10 years ago by
Milestone: | ComponentRegistry-1.16 → ComponentRegistry-1.15 |
---|
moved to 1.15, will be split up
comment:19 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | ComponentRegistry-1.15 → ComponentRegistry-1.16 |
added ref to #571
comment:20 Changed 10 years ago by
Owner: | changed from George.Georgovassilis@mpi.nl to Twan Goosen |
---|
George has left
comment:21 Changed 8 years ago by
Milestone: | ComponentRegistry-1.16 → ComponentRegistry-2.2 |
---|
comment:22 Changed 8 years ago by
Resolution: | → duplicate |
---|---|
Status: | accepted → closed |
comment:23 Changed 8 years ago by
Milestone: | ComponentRegistry-2.2 |
---|
Ticket retargeted after milestone deleted
Adding to this:
On 2/6/12 16:00 , Christina Hoppermann wrote: