Date   

summer time

Jad El-Khoury
 

Hi

 

The US seem to have switched to Daylight Savings. I will not be able to join due to a clash this week.

 

regards

______________________________

Jad El-khoury, PhD

KTH Royal Institute of Technology

School of Industrial Engineering and Management, Mechatronics Division

Brinellvägen 83, SE-100 44 Stockholm, Sweden

Phone: +46(0)8 790 6877 Mobile: +46(0)70 773 93 45

jad@..., www.kth.se

 


JDK 16 GA and OSLC RefImpl

Andrii Berezovskyi
 

Hello to all Lyo users and developers,

 

JDK 16 has been released: https://jdk.java.net/16/

 

I am happy to say that OSLC RefImpl based on Eclipse Lyo builds just fine on JDK 16 GA (and JDK 17-ea, the next LTS): https://github.com/oslc-op/refimpl/pull/29. Of course, we still support JDKs all the way back to JDK 8 (for now, but we will need to switch to JDK 11 in Lyo 5.0 because of Apache Jena dropping JDK 8).

 

We also updated to Jetty 10 in the meantime: https://github.com/oslc-op/refimpl/commit/d51ec05182c716a9a97212233bfc46cbb27ed901

 

Update to Jetty 11 will be a bit tricky as we must switch from javax.* packages from JavaEE to jakartaee.* in JakartaEE (requirement from Oracle, as many of you know). We will think if it’s worth doing so in Lyo 5.0 (your input is welcome here). See https://webtide.com/jetty-10-and-11-have-arrived/ if you are interested.

 

Best regards,

Andrew


Re: The Linked Data Event Streams specification

Andrii Berezovskyi
 

My bad, I was thinking about something else: of course, LDN allows any kind of resources to be LDN Notifications.

–Andrew

On 2021-03-15 , at 21:22, Andrii Berezovskyi <andriib@...> wrote:

Dear Pieter,

I am sure you are aware of W3C LDN. You may also be interested to check out TRS, an OSLC spec (W3C LDP grew out of the early OSLC efforts):


The TRS spec is essentially defining a paged set of "base" resources and a "truncateable" change log. TRS is used by tools like IBM Jazz and others to publish a stream of changes to the engineering artefacts (e.g. requirements, bug reports).

I had a brief look at LDES and it seems like a great effort beyond OSLC TRS and W3C LDN (if you persist the stream of LDN Notifications). Thank you for a great effort! I think the biggest difference is that both TRS and LDN only represent resource change events, referring the consumers to the resources themselves for the updated state while LDES goes further by allowing any resource to be part of the stream. On our part, the ability to include trs:Creation/Modification/Deletion events ([1] specifies their OSLC shapes, which was a precursor to SHACL in some sense [3]) should be enough to represent all TRS events in the LDES stream.

The only thing that may need special attention is the retention policy. TRS specifies a server-triggered rebase paired with the truncation of the log. As a result, the trs:cutoffEvent property gets updated to move ahead. I don't think either of the two currently defined LDES retention policies would allow to represent TRS log truncation faithfully.

I think it would be even more beneficial to allow LDN Senders to publish an LDES Stream of LDN Notifications for durability reasons. 

Looking forward to see LDES to take off!

Best regards,
Andrew
--
Andrew Berezovskyi
KTH Royal Institute of Technology
OSLC PGB co-chair
Eclipse Lyo project lead


On 2021-03-15 , at 20:36, Pieter Colpaert <pieter.colpaert@...> wrote:

Dearest public LOD mailing list,

I was looking for a specification, a bit like RSS, that would allow me to tell potential data consumers that:

 - I’m maintaining a collection of members adhering to a certain shape,

 - that they they can find and download all of the members, and

 - that I want them to stay in sync with the latest changes.

As I did not find a solution in for example LDP, Hydra or Activity Streams 2, I made my own. You can find the Linked Data Event Streams (LDES) specification over here: https://w3id.org/ldes/specification. It does not do much: it just defined an event stream as a collection of an ever-growing collection of objects that never change (“version objects”).

It is based on the TREE specification (https://w3id.org/tree/specification) which in its turn allows more than simple one-dimensional paging. It allows to make your collection searchable using qualified links to following pages (or tree:Nodes). This means you can for example geospatially tile your LDES [1] or expose a file-based substring index [2]. Of course, you can also just load the LDES in a triple store and make sure your copy always stays in sync with the authoritative data source. TREE also foresees compatibility with hypermedia specs and collection designs in LDP, Hydra, Activity Streams 2, Shape Trees and Triple Pattern Fragments. Over the coming months we are planing to publish some governmental base registries with this specification.

Are there any other specs LDES should be compatible to?

Kind regards,

Pieter

P.S. Tomorrow I’m speaking at this online event called ENDORSE about this specification and the ideas behind it. More info: https://op.europa.eu/en/web/endorse/programme

[1] We last year published about a geospatial fragmentation in this paper: https://hdelva.be/articles/geospatial-linked-connections/

[2] Check out an autocompletion demo on top of a TREE collection fragmented by substring here: https://treecg.github.io/treemunica_typeahead_demo/ - I can send a preprint of a paper we wrote about this if interested.

--
https://pietercolpaert.be/#me





Re: The Linked Data Event Streams specification

Andrii Berezovskyi
 

Dear Pieter,

I am sure you are aware of W3C LDN. You may also be interested to check out TRS, an OSLC spec (W3C LDP grew out of the early OSLC efforts):


The TRS spec is essentially defining a paged set of "base" resources and a "truncateable" change log. TRS is used by tools like IBM Jazz and others to publish a stream of changes to the engineering artefacts (e.g. requirements, bug reports).

I had a brief look at LDES and it seems like a great effort beyond OSLC TRS and W3C LDN (if you persist the stream of LDN Notifications). Thank you for a great effort! I think the biggest difference is that both TRS and LDN only represent resource change events, referring the consumers to the resources themselves for the updated state while LDES goes further by allowing any resource to be part of the stream. On our part, the ability to include trs:Creation/Modification/Deletion events ([1] specifies their OSLC shapes, which was a precursor to SHACL in some sense [3]) should be enough to represent all TRS events in the LDES stream.

The only thing that may need special attention is the retention policy. TRS specifies a server-triggered rebase paired with the truncation of the log. As a result, the trs:cutoffEvent property gets updated to move ahead. I don't think either of the two currently defined LDES retention policies would allow to represent TRS log truncation faithfully.

I think it would be even more beneficial to allow LDN Senders to publish an LDES Stream of LDN Notifications for durability reasons. 

Looking forward to see LDES to take off!

Best regards,
Andrew
--
Andrew Berezovskyi
KTH Royal Institute of Technology
OSLC PGB co-chair
Eclipse Lyo project lead


On 2021-03-15 , at 20:36, Pieter Colpaert <pieter.colpaert@...> wrote:

Dearest public LOD mailing list,

I was looking for a specification, a bit like RSS, that would allow me to tell potential data consumers that:

 - I’m maintaining a collection of members adhering to a certain shape,

 - that they they can find and download all of the members, and

 - that I want them to stay in sync with the latest changes.

As I did not find a solution in for example LDP, Hydra or Activity Streams 2, I made my own. You can find the Linked Data Event Streams (LDES) specification over here: https://w3id.org/ldes/specification. It does not do much: it just defined an event stream as a collection of an ever-growing collection of objects that never change (“version objects”).

It is based on the TREE specification (https://w3id.org/tree/specification) which in its turn allows more than simple one-dimensional paging. It allows to make your collection searchable using qualified links to following pages (or tree:Nodes). This means you can for example geospatially tile your LDES [1] or expose a file-based substring index [2]. Of course, you can also just load the LDES in a triple store and make sure your copy always stays in sync with the authoritative data source. TREE also foresees compatibility with hypermedia specs and collection designs in LDP, Hydra, Activity Streams 2, Shape Trees and Triple Pattern Fragments. Over the coming months we are planing to publish some governmental base registries with this specification.

Are there any other specs LDES should be compatible to?

Kind regards,

Pieter

P.S. Tomorrow I’m speaking at this online event called ENDORSE about this specification and the ideas behind it. More info: https://op.europa.eu/en/web/endorse/programme

[1] We last year published about a geospatial fragmentation in this paper: https://hdelva.be/articles/geospatial-linked-connections/

[2] Check out an autocompletion demo on top of a TREE collection fragmented by substring here: https://treecg.github.io/treemunica_typeahead_demo/ - I can send a preprint of a paper we wrote about this if interested.

--
https://pietercolpaert.be/#me




Core spec section on Versioning ready for review

Andrii Berezovskyi
 

Hi everyone,

I have applied all the agreed edits to the Core spec in the versioning section. Please check it out:

https://github.com/oslc-op/oslc-specs/issues/476#issuecomment-796787676

https://oslc-op.github.io/oslc-specs/specs/core/oslc-core.html#versionCompatibility

--
Cheers,
Andrew


oslc-op Weekly Contributors Meeting - Thu, 03/11/2021 #cal-notice

oslc-op@lists.oasis-open-projects.org Calendar <noreply@...>
 

oslc-op Weekly Contributors Meeting

When:
Thursday, 11 March 2021
10:00am to 11:00am
(GMT-05:00) America/New York

Where:
https://meet.jit.si/oslc-op

Organizer:
jamsden@...

Description:
oslc-op contributors weekly telecon. 


One tap audio Dial In: +15124022718,,,,2979764690# (US) or +498938038719,,,,2979764690# (Germany) Looking for a different dial in number? Please see: https://meet.jit.si/static/dialInInfo.html?room=oslc-op
Meeting ID: 2979764690#
 
The meeting minutes are edited in https://hackmd.io/@driib/oslc-op-minutes/edit
Previous minutes can be found under https://github.com/oslc-op/oslc-admin/tree/master/minutes/2019 

OASIS OSLC Open Project group home: https://lists.oasis-open-projects.org/g/oslc-op 
oslc-op GitHub Organization: https://github.com/oslc-op
Mailing list: oslc-op@... (archives: https://lists.oasis-open-projects.org/g/oslc-op)


Re: [oslc-op-pgb] [oslc-op] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Chet Ensign
 

Andrew, I just went with the oslc-op@ main mailing list. Let's see how this works out in practice. 

I think the collecting of comments is a topic that will benefit from some experimentation. So we're good for now! 

/chet

On Tue, Mar 9, 2021 at 4:03 PM Andrii Berezovskyi <andriib@...> wrote:
"We'll address that in the next Version", nice addition to my co-chair vocabulary :D

Regarding public comments, https://www.oasis-open.org/oasis-open-projects-handbook/ specifies that anyone with a GH account can leave "comments". On the other hand, the handbook indeed sends us the TC process for the COS and that document talks about a completely separate mailing list. We are fine with whatever process you can approve quickly. I think if we want to stick to the letter of the handbook and resolve it quickly, we shall either tell people to get a GH account and open an issue as per the handbook or to create a new list as per the TC process. Though you may use the rule/loophole §8.1/8.2 https://www.oasis-open.org/policies-guidelines/open-projects-process/#repositories-project-tools-dvcs-issues and "bless" the Github repo or anything else as an officially selected tool for public review comments.

--
Cheers,
Andrew

On 2021-03-09 , at 21:00, Paul Knight <paul.knight@...> wrote:

Hi Andrew and all,

I do hope we can start the public reviews tomorrow, although there is still some question (apparently rule interpretations are involved) about how to handle the public comment submissions. (Andrew's suggestion [1] for using the regular OP email is very functional, but not yet approved by Chet, Jamie, etc.). When that is resolved, we'll send out the announcements and start the 60-day review.
(I've put the "public review metadata documents" in place with tomorrow's date, but will adjust the date if needed.)

Regarding the diagram (very nice!), I'm not certain if the "Material changes required" arrow MUST go back to "Prepare PSD" or if there is a way it can go more directly to publication of a new PS. After looking through the TC Process [2] and Open Project Rules [3], I think that you are right -  it DOES require returning to "Prepare PSD", as in your diagram. However, "Material change" [4] is a fairly high bar (requiring change in implementations), so it is very unusual at this stage. (For major change comments, the usual response is "We'll address that in the next Version...")

Best regards,
Paul


On Tue, Mar 9, 2021 at 2:08 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Paul,

Great, let's start the public review tomorrow then. Thank you for all the hard work!

I am assuming Jim is also onboard given that we found a way forward without any delays. Also, nice to know that the PS goes to OS without publishing a COS document but a PS n+1 instead (hopefully). I made a quick and dirty process diagram (sorry, I copypasted a bit and misused some shapes). Could you please check if I am on the right track?

<OASIS OP 2021 process.png>
--
Cheers,
Andrew

On 2021-03-09 , at 19:38, Paul Knight <paul.knight@...> wrote:

Hi all,

Sounds like a good resolution here.

Just a couple of clarifications:

- I have no objections to any of the changes (in https://github.com/oasis-open-projects/administration/issues/19#issuecomment-778436803). My concern was how the changes in RM v2.1 are prepared for publication, and I believe we have resolved that now.

- About "COS" - Following the 2020 process changes, we no longer publish a "Candidate OASIS Standard" (COS) as a separate document. There is simply a 60-day public review of an existing Project Specification (PS). If the review results in "Non Material" changes, an updated PS (PS02, for example) is published, and it will be the subject of the "Call for consent". After approval, the updated PS will be published without further change (other than filenames, etc.) as an OASIS Standard. 
(If there are "Material" changes, the PS02 would need to receive new "Statements of Use" and undergo another 60-day review.)

Best regards,
Paul

On Tue, Mar 9, 2021 at 12:52 PM Axel Reichwein <axel.reichwein@...> wrote:
I'm ok with the proposal.

Best regards,
Axel

On Mon, Mar 8, 2021 at 2:34 PM Chet Ensign <chet.ensign@...> wrote:
Correct. I agreed that the changes are non-material. I just didn't take the time to think through the implications of how to handle that in the ballot. 

Andrew, what I mean is that the current PS01 will be opened up to public review in preparation for the call for consent. Paul or I will send your issues in #19 to the OP mailing list as review comments. (And, as you note, you may get others.) 

After the 60 day review closes, we will follow this section of the TC Process: 

If comments were received and only Non-Material Changes are to be made to the Committee Specification, the editor(s) may prepare a revised Committee Specification. Changes may only be made to address the comments. The TC must provide an acceptable summary that is clear and comprehensible of the changes made and a statement that the TC judges the changes to be Non-Material to the TC Administrator and request a Special Majority Vote to proceed with the call for consent. The TC Administrator shall hold the Special Majority Vote and announce it to the OASIS membership and optionally on other public mail lists along with the summary of changes and the TC’s statement. If the Special Majority Vote passes, the TC Administrator must start the call for consent for OASIS Standard within 7 days of notification.

In other words, we will take the ZIP file (or, if there are other modifications, that resulting file), publish it as PS02, and then hold the SMV to proceed with the call for consent. Once that passes, I will start the call. 

We can run Change Management in parallel with that if you like or process it independently. 

Yes, Jim, Axel, if you can confirm that this is OK by you, we'll move forward. 

/chet

On Mon, Mar 8, 2021 at 5:07 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Chet,

I am happy with the plan, sounds like a good way to kill two birds with one stone, esp. if some non-material changes will be requested during the review and we will need to make minor edits anyway. The only thing that raised I am curious about is:

Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

The document you linked tells me that either those changes go into a "revised CS [PS]" if they are non-material or result in "a CSD [PSD]" and have another PS approved. Do you mean that this process allows us to take a PS01, take it to COS01, get comments and make non-material changes and when you open a ballot for an SMV, the "revised PS" will automatically be approved both as PS02 and COS01?

Finally, should we get all PGB members to reply here for a record that we [hereby] agree to proceed with the public review of RM COS 01 based on RM PS 01 as published in OASIS archive at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/ and not based on the attachment? I do approve that on my part.

Also, I think it should be Chet or Paul who will take the 8 extra changes I made and submit them as comments as I am not sure it will be OK for me to add public comments on the spec document I prepared myself.

--
Cheers,
Andrew

P.S. Jim, it was Chet who was OK with my changes when I asked, not Paul.

On 2021-03-08 , at 22:50, Chet Ensign <chet.ensign@...> wrote:

Hi guys - 

Sorry. Paul is right. I goofed on the ballot but here is an alternative way forward. 

I should not have used the link to the email attachment - https://lists.oasis-open-projects.org/g/oslc-op-pgb/attachment/107/0/rm-2.1-cos01.zip - in the ballot. I *never* should have done that. The version approved as PS01 that is published is the version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. That is the formally approved spec, published, and, crucially, the one all the Statements of Use cite. Asking for approval to move forward with an email attachment was stupid, stupid, stupid and I'm not sure how sleep-deprived I was when I set it up. But I cannot put that forward as the candidate for OASIS Standard. That is just compounding the error. 

I don't see any clean way to go back and redo this. If I set up a ballot to approve that ZIP file as PS02, you'll need to redo everything else. And we don't overwrite specs once published. PS01 has to stand as is. 

Here is what I propose: we will go ahead and run the review on teh approved version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. We will then submit the issues identified in issue #19 as public review feedback. After the public review period has closed, we will kick into the process as described in https://www.oasis-open.org/policies-guidelines/tc-process-2017-05-26/#OSpublicRev. Basically, I will hold a Special Majority Vote to approve the ZIP file as a new PS for submission to the members in the Call for Consent. Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

Again, apologies for this snafu. This is the first cOS ballot from Open Projects and I wanted to get it right. At least this way, we can keep it moving forward in line with the process. 

If you have questions or you want to consider alternate approaches, let me know so that we can hold off starting the public review. 

I'm happy to proceed whichever way you guys want to go. 

Best, 

/chet

On Mon, Mar 8, 2021 at 4:48 PM Axel Reichwein <axel.reichwein@...> wrote:
Hello Andrew,

I agree with whatever you think is the best. 

Best regards,
Axel

On Mon, Mar 8, 2021 at 1:43 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ] 

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)







-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org



-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


-- 

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org



--

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org



--

Chet Ensign

Chief Technical Community Steward

OASIS Open

   
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


Invitation to comment on OSLC Requirements Management V2.1 and Change Management V3.0 before call for consent as OASIS Standards - ends May 8th

Chet Ensign
 

The first Project Specifications from the Open Services for Lifecycle Collaboration (OSLC) Open Project enter the 60-day public review that precedes the call for consent as an OASIS Standard. General information about the public reviews can be found in http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/rm-v2.1-ps01-public-review-metadata.html and http://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/cm-v3.0-ps01-public-review-metadata.html.

OASIS members and other interested parties,

OASIS and the Open Services for Lifecycle Collaboration (OSLC) Open ProjectOpen Services for Lifecycle Collaboration (OSLC) Open Project [1] are pleased to announce that its first approved Project Specifications are available for public review and comment [2].

The OSLC (Open Services for Lifecycle Collaboration) initiative applies Linked Data principles, such as those defined in the W3C Linked Data Platform (LDP), to create a cohesive set of specifications that can enable products, services, and other distributed network resources to interoperate successfully.

Requirements Management V2.1 PS01 builds on OSLC's Core Specification to define the resources, properties and operations to be supported by an OSLC Requirements Definition and Management server. The PS received 3 Statements of Use from SodiusWillert, IBM, and KTH Royal Institute of Technology [3].

Change Management v3.0 defines a RESTful web services interface for managing product change requests, activities, tasks and relationships as well as related resources such as requirements, test cases, or architectural resources. The PS received 3 Statements of Use from KTH Royal Institute of Technology, SodiusWillert, and IBM [4]

The Project Specifications and related files are available here:

OSLC Requirements Management Version 2.1
Project Specification 01
03 September 2020

Part 1: Specification:

HTML (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-spec.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-spec.pdf

Part 2: Vocabulary

HMTL (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-vocab.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-vocab.pdf

Part 3: Constraints

HTML (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-shapes.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-shapes.pdf

Part 4: Machine-readable Vocabulary Terms
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-vocab.ttl

Part 5: Machine-readable Constraints
https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-shapes.ttl

OSLC Change Management Version 3.0.
Project Specification 01
17 September 2020

Part 1: Specification

HTML (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-spec.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-spec.pdf

Part 2: Vocabulary

HTML (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-vocab.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-vocab.pdf

Part 3: Constraints

HTML (Authoritative):
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-shapes.html

PDF:
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-shapes.pdf

Part 4: Machine Readable Vocabulary Terms
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-vocab.ttl

Part 5: Machine Readable Constraints
https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/change-mgt-shapes.ttl

For your convenience, OASIS provides a complete package of each specification document and related files in ZIP distribution files. You can download the ZIP files at:

Requirements Management: https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/rm-v2.1-ps01.zip

Change Management: https://docs.oasis-open-projects.org/oslc-op/cm/v3.0/ps01/cm-v3.0-ps01.zip
 
Public Review Period

The 60-day public review starts 10 March 2021 at 00:00 UTC and ends 08 May 2021 23:59 UTC

This is an open invitation to comment. OASIS solicits feedback from potential users, developers and others, whether OASIS members or not, for the sake of improving the interoperability and quality of its technical work.

Comments may be submitted to the OP via the project mailing list at oslc-op@.... To subscribe, send an empty email to oslc-op+subscribe@... and reply to the confirmation email.

Please append the hashtag #publicreview to the end of the subject line of your message.

All emails to the OP are publicly archived and can be viewed at:

https://lists.oasis-open-projects.org/g/oslc-op/topics

All comments submitted to OASIS are subject to the OASIS Feedback License, which ensures that the feedback you provide carries the same obligations at least as the obligations of the OP members. In connection with this public review of “OSLC Requirements Management V2.1 and OSLC Change Management V3.0,” we call your attention to the open source licenses applicable to the work [5]. All members of the OP should be familiar with this document, which may create obligations regarding the disclosure and availability of a member's patent, copyright, trademark and license rights that read on an approved OASIS specification.

OASIS invites any persons who know of any such claims to disclose these if they may be essential to the implementation of the above specification, so that notice of them may be posted to the notice page for this TC's work.

==============

[1] Open Services for Lifecycle Collaboration (OSLC) Open Project
https://open-services.net/
GitHub organization: https://github.com/oslc-op

[2] Approval ballot:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick

[3] Links to Statements of Use for Requirements Management
 
- SodiusWillert :
https://lists.oasis-open-projects.org/g/oslc-op/topic/sodiuswillert_statement_of/78363625?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78363625
 
- IBM:
https://lists.oasis-open-projects.org/g/oslc-op/topic/ibm_statements_of_use_for/78712131?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78712131
 
- KTH Royal Institute of Technology
https://lists.oasis-open-projects.org/g/oslc-op/topic/kth_statement_of_use_of_oslc/78206691?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78206691

[4] Links to Statements of Use for Change Management
 
- KTH Royal Institute of Technology
https://lists.oasis-open-projects.org/g/oslc-op/topic/kth_statement_of_use_of_oslc/78206683?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78206683
 
- SodiusWillert
https://lists.oasis-open-projects.org/g/oslc-op/topic/sodiuswillert_statement_of/78363625?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78363625
 
- IBM
https://lists.oasis-open-projects.org/g/oslc-op/topic/ibm_statements_of_use_for/78712131?p=,,,50,0,0,0::recentpostdate%2Fsticky,,,50,2,0,78712131

[5] https://github.com/oslc-op/oslc-admin/blob/master/LICENSE.md

--

Chet Ensign

Chief Technical Community Steward

OASIS Open

   
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


Re: [oslc-op-pgb] [oslc-op] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Andrii Berezovskyi
 

"We'll address that in the next Version", nice addition to my co-chair vocabulary :D

Regarding public comments, https://www.oasis-open.org/oasis-open-projects-handbook/ specifies that anyone with a GH account can leave "comments". On the other hand, the handbook indeed sends us the TC process for the COS and that document talks about a completely separate mailing list. We are fine with whatever process you can approve quickly. I think if we want to stick to the letter of the handbook and resolve it quickly, we shall either tell people to get a GH account and open an issue as per the handbook or to create a new list as per the TC process. Though you may use the rule/loophole §8.1/8.2 https://www.oasis-open.org/policies-guidelines/open-projects-process/#repositories-project-tools-dvcs-issues and "bless" the Github repo or anything else as an officially selected tool for public review comments.

--
Cheers,
Andrew

On 2021-03-09 , at 21:00, Paul Knight <paul.knight@...> wrote:

Hi Andrew and all,

I do hope we can start the public reviews tomorrow, although there is still some question (apparently rule interpretations are involved) about how to handle the public comment submissions. (Andrew's suggestion [1] for using the regular OP email is very functional, but not yet approved by Chet, Jamie, etc.). When that is resolved, we'll send out the announcements and start the 60-day review.
(I've put the "public review metadata documents" in place with tomorrow's date, but will adjust the date if needed.)

Regarding the diagram (very nice!), I'm not certain if the "Material changes required" arrow MUST go back to "Prepare PSD" or if there is a way it can go more directly to publication of a new PS. After looking through the TC Process [2] and Open Project Rules [3], I think that you are right -  it DOES require returning to "Prepare PSD", as in your diagram. However, "Material change" [4] is a fairly high bar (requiring change in implementations), so it is very unusual at this stage. (For major change comments, the usual response is "We'll address that in the next Version...")

Best regards,
Paul


On Tue, Mar 9, 2021 at 2:08 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Paul,

Great, let's start the public review tomorrow then. Thank you for all the hard work!

I am assuming Jim is also onboard given that we found a way forward without any delays. Also, nice to know that the PS goes to OS without publishing a COS document but a PS n+1 instead (hopefully). I made a quick and dirty process diagram (sorry, I copypasted a bit and misused some shapes). Could you please check if I am on the right track?

<OASIS OP 2021 process.png>
--
Cheers,
Andrew

On 2021-03-09 , at 19:38, Paul Knight <paul.knight@...> wrote:

Hi all,

Sounds like a good resolution here.

Just a couple of clarifications:

- I have no objections to any of the changes (in https://github.com/oasis-open-projects/administration/issues/19#issuecomment-778436803). My concern was how the changes in RM v2.1 are prepared for publication, and I believe we have resolved that now.

- About "COS" - Following the 2020 process changes, we no longer publish a "Candidate OASIS Standard" (COS) as a separate document. There is simply a 60-day public review of an existing Project Specification (PS). If the review results in "Non Material" changes, an updated PS (PS02, for example) is published, and it will be the subject of the "Call for consent". After approval, the updated PS will be published without further change (other than filenames, etc.) as an OASIS Standard. 
(If there are "Material" changes, the PS02 would need to receive new "Statements of Use" and undergo another 60-day review.)

Best regards,
Paul

On Tue, Mar 9, 2021 at 12:52 PM Axel Reichwein <axel.reichwein@...> wrote:
I'm ok with the proposal.

Best regards,
Axel

On Mon, Mar 8, 2021 at 2:34 PM Chet Ensign <chet.ensign@...> wrote:
Correct. I agreed that the changes are non-material. I just didn't take the time to think through the implications of how to handle that in the ballot. 

Andrew, what I mean is that the current PS01 will be opened up to public review in preparation for the call for consent. Paul or I will send your issues in #19 to the OP mailing list as review comments. (And, as you note, you may get others.) 

After the 60 day review closes, we will follow this section of the TC Process: 

If comments were received and only Non-Material Changes are to be made to the Committee Specification, the editor(s) may prepare a revised Committee Specification. Changes may only be made to address the comments. The TC must provide an acceptable summary that is clear and comprehensible of the changes made and a statement that the TC judges the changes to be Non-Material to the TC Administrator and request a Special Majority Vote to proceed with the call for consent. The TC Administrator shall hold the Special Majority Vote and announce it to the OASIS membership and optionally on other public mail lists along with the summary of changes and the TC’s statement. If the Special Majority Vote passes, the TC Administrator must start the call for consent for OASIS Standard within 7 days of notification.

In other words, we will take the ZIP file (or, if there are other modifications, that resulting file), publish it as PS02, and then hold the SMV to proceed with the call for consent. Once that passes, I will start the call. 

We can run Change Management in parallel with that if you like or process it independently. 

Yes, Jim, Axel, if you can confirm that this is OK by you, we'll move forward. 

/chet

On Mon, Mar 8, 2021 at 5:07 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Chet,

I am happy with the plan, sounds like a good way to kill two birds with one stone, esp. if some non-material changes will be requested during the review and we will need to make minor edits anyway. The only thing that raised I am curious about is:

Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

The document you linked tells me that either those changes go into a "revised CS [PS]" if they are non-material or result in "a CSD [PSD]" and have another PS approved. Do you mean that this process allows us to take a PS01, take it to COS01, get comments and make non-material changes and when you open a ballot for an SMV, the "revised PS" will automatically be approved both as PS02 and COS01?

Finally, should we get all PGB members to reply here for a record that we [hereby] agree to proceed with the public review of RM COS 01 based on RM PS 01 as published in OASIS archive at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/ and not based on the attachment? I do approve that on my part.

Also, I think it should be Chet or Paul who will take the 8 extra changes I made and submit them as comments as I am not sure it will be OK for me to add public comments on the spec document I prepared myself.

--
Cheers,
Andrew

P.S. Jim, it was Chet who was OK with my changes when I asked, not Paul.

On 2021-03-08 , at 22:50, Chet Ensign <chet.ensign@...> wrote:

Hi guys - 

Sorry. Paul is right. I goofed on the ballot but here is an alternative way forward. 

I should not have used the link to the email attachment - https://lists.oasis-open-projects.org/g/oslc-op-pgb/attachment/107/0/rm-2.1-cos01.zip - in the ballot. I *never* should have done that. The version approved as PS01 that is published is the version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. That is the formally approved spec, published, and, crucially, the one all the Statements of Use cite. Asking for approval to move forward with an email attachment was stupid, stupid, stupid and I'm not sure how sleep-deprived I was when I set it up. But I cannot put that forward as the candidate for OASIS Standard. That is just compounding the error. 

I don't see any clean way to go back and redo this. If I set up a ballot to approve that ZIP file as PS02, you'll need to redo everything else. And we don't overwrite specs once published. PS01 has to stand as is. 

Here is what I propose: we will go ahead and run the review on teh approved version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. We will then submit the issues identified in issue #19 as public review feedback. After the public review period has closed, we will kick into the process as described in https://www.oasis-open.org/policies-guidelines/tc-process-2017-05-26/#OSpublicRev. Basically, I will hold a Special Majority Vote to approve the ZIP file as a new PS for submission to the members in the Call for Consent. Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

Again, apologies for this snafu. This is the first cOS ballot from Open Projects and I wanted to get it right. At least this way, we can keep it moving forward in line with the process. 

If you have questions or you want to consider alternate approaches, let me know so that we can hold off starting the public review. 

I'm happy to proceed whichever way you guys want to go. 

Best, 

/chet

On Mon, Mar 8, 2021 at 4:48 PM Axel Reichwein <axel.reichwein@...> wrote:
Hello Andrew,

I agree with whatever you think is the best. 

Best regards,
Axel

On Mon, Mar 8, 2021 at 1:43 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ] 

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)







-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org



-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


-- 

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org



--

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org


Re: [oslc-op-pgb] [oslc-op] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Paul Knight
 

Hi Andrew and all,

I do hope we can start the public reviews tomorrow, although there is still some question (apparently rule interpretations are involved) about how to handle the public comment submissions. (Andrew's suggestion [1] for using the regular OP email is very functional, but not yet approved by Chet, Jamie, etc.). When that is resolved, we'll send out the announcements and start the 60-day review.
(I've put the "public review metadata documents" in place with tomorrow's date, but will adjust the date if needed.)

Regarding the diagram (very nice!), I'm not certain if the "Material changes required" arrow MUST go back to "Prepare PSD" or if there is a way it can go more directly to publication of a new PS. After looking through the TC Process [2] and Open Project Rules [3], I think that you are right -  it DOES require returning to "Prepare PSD", as in your diagram. However, "Material change" [4] is a fairly high bar (requiring change in implementations), so it is very unusual at this stage. (For major change comments, the usual response is "We'll address that in the next Version...")

Best regards,
Paul


On Tue, Mar 9, 2021 at 2:08 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Paul,

Great, let's start the public review tomorrow then. Thank you for all the hard work!

I am assuming Jim is also onboard given that we found a way forward without any delays. Also, nice to know that the PS goes to OS without publishing a COS document but a PS n+1 instead (hopefully). I made a quick and dirty process diagram (sorry, I copypasted a bit and misused some shapes). Could you please check if I am on the right track?


--
Cheers,
Andrew

On 2021-03-09 , at 19:38, Paul Knight <paul.knight@...> wrote:

Hi all,

Sounds like a good resolution here.

Just a couple of clarifications:

- I have no objections to any of the changes (in https://github.com/oasis-open-projects/administration/issues/19#issuecomment-778436803). My concern was how the changes in RM v2.1 are prepared for publication, and I believe we have resolved that now.

- About "COS" - Following the 2020 process changes, we no longer publish a "Candidate OASIS Standard" (COS) as a separate document. There is simply a 60-day public review of an existing Project Specification (PS). If the review results in "Non Material" changes, an updated PS (PS02, for example) is published, and it will be the subject of the "Call for consent". After approval, the updated PS will be published without further change (other than filenames, etc.) as an OASIS Standard. 
(If there are "Material" changes, the PS02 would need to receive new "Statements of Use" and undergo another 60-day review.)

Best regards,
Paul

On Tue, Mar 9, 2021 at 12:52 PM Axel Reichwein <axel.reichwein@...> wrote:
I'm ok with the proposal.

Best regards,
Axel

On Mon, Mar 8, 2021 at 2:34 PM Chet Ensign <chet.ensign@...> wrote:
Correct. I agreed that the changes are non-material. I just didn't take the time to think through the implications of how to handle that in the ballot. 

Andrew, what I mean is that the current PS01 will be opened up to public review in preparation for the call for consent. Paul or I will send your issues in #19 to the OP mailing list as review comments. (And, as you note, you may get others.) 

After the 60 day review closes, we will follow this section of the TC Process: 

If comments were received and only Non-Material Changes are to be made to the Committee Specification, the editor(s) may prepare a revised Committee Specification. Changes may only be made to address the comments. The TC must provide an acceptable summary that is clear and comprehensible of the changes made and a statement that the TC judges the changes to be Non-Material to the TC Administrator and request a Special Majority Vote to proceed with the call for consent. The TC Administrator shall hold the Special Majority Vote and announce it to the OASIS membership and optionally on other public mail lists along with the summary of changes and the TC’s statement. If the Special Majority Vote passes, the TC Administrator must start the call for consent for OASIS Standard within 7 days of notification.

In other words, we will take the ZIP file (or, if there are other modifications, that resulting file), publish it as PS02, and then hold the SMV to proceed with the call for consent. Once that passes, I will start the call. 

We can run Change Management in parallel with that if you like or process it independently. 

Yes, Jim, Axel, if you can confirm that this is OK by you, we'll move forward. 

/chet

On Mon, Mar 8, 2021 at 5:07 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Chet,

I am happy with the plan, sounds like a good way to kill two birds with one stone, esp. if some non-material changes will be requested during the review and we will need to make minor edits anyway. The only thing that raised I am curious about is:

Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

The document you linked tells me that either those changes go into a "revised CS [PS]" if they are non-material or result in "a CSD [PSD]" and have another PS approved. Do you mean that this process allows us to take a PS01, take it to COS01, get comments and make non-material changes and when you open a ballot for an SMV, the "revised PS" will automatically be approved both as PS02 and COS01?

Finally, should we get all PGB members to reply here for a record that we [hereby] agree to proceed with the public review of RM COS 01 based on RM PS 01 as published in OASIS archive at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/ and not based on the attachment? I do approve that on my part.

Also, I think it should be Chet or Paul who will take the 8 extra changes I made and submit them as comments as I am not sure it will be OK for me to add public comments on the spec document I prepared myself.

--
Cheers,
Andrew

P.S. Jim, it was Chet who was OK with my changes when I asked, not Paul.

On 2021-03-08 , at 22:50, Chet Ensign <chet.ensign@...> wrote:

Hi guys - 

Sorry. Paul is right. I goofed on the ballot but here is an alternative way forward. 

I should not have used the link to the email attachment - https://lists.oasis-open-projects.org/g/oslc-op-pgb/attachment/107/0/rm-2.1-cos01.zip - in the ballot. I *never* should have done that. The version approved as PS01 that is published is the version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. That is the formally approved spec, published, and, crucially, the one all the Statements of Use cite. Asking for approval to move forward with an email attachment was stupid, stupid, stupid and I'm not sure how sleep-deprived I was when I set it up. But I cannot put that forward as the candidate for OASIS Standard. That is just compounding the error. 

I don't see any clean way to go back and redo this. If I set up a ballot to approve that ZIP file as PS02, you'll need to redo everything else. And we don't overwrite specs once published. PS01 has to stand as is. 

Here is what I propose: we will go ahead and run the review on teh approved version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. We will then submit the issues identified in issue #19 as public review feedback. After the public review period has closed, we will kick into the process as described in https://www.oasis-open.org/policies-guidelines/tc-process-2017-05-26/#OSpublicRev. Basically, I will hold a Special Majority Vote to approve the ZIP file as a new PS for submission to the members in the Call for Consent. Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

Again, apologies for this snafu. This is the first cOS ballot from Open Projects and I wanted to get it right. At least this way, we can keep it moving forward in line with the process. 

If you have questions or you want to consider alternate approaches, let me know so that we can hold off starting the public review. 

I'm happy to proceed whichever way you guys want to go. 

Best, 

/chet

On Mon, Mar 8, 2021 at 4:48 PM Axel Reichwein <axel.reichwein@...> wrote:
Hello Andrew,

I agree with whatever you think is the best. 

Best regards,
Axel

On Mon, Mar 8, 2021 at 1:43 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ] 

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)







-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org



-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


-- 

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org



--

Paul Knight

Document Process

OASIS Open


+1 781-883-1783
paul.knight@...
www.oasis-open.org


Re: [oslc-op-pgb] [oslc-op] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Andrii Berezovskyi
 

Hello Paul,

Great, let's start the public review tomorrow then. Thank you for all the hard work!

I am assuming Jim is also onboard given that we found a way forward without any delays. Also, nice to know that the PS goes to OS without publishing a COS document but a PS n+1 instead (hopefully). I made a quick and dirty process diagram (sorry, I copypasted a bit and misused some shapes). Could you please check if I am on the right track?


--
Cheers,
Andrew

On 2021-03-09 , at 19:38, Paul Knight <paul.knight@...> wrote:

Hi all,

Sounds like a good resolution here.

Just a couple of clarifications:

- I have no objections to any of the changes (in https://github.com/oasis-open-projects/administration/issues/19#issuecomment-778436803). My concern was how the changes in RM v2.1 are prepared for publication, and I believe we have resolved that now.

- About "COS" - Following the 2020 process changes, we no longer publish a "Candidate OASIS Standard" (COS) as a separate document. There is simply a 60-day public review of an existing Project Specification (PS). If the review results in "Non Material" changes, an updated PS (PS02, for example) is published, and it will be the subject of the "Call for consent". After approval, the updated PS will be published without further change (other than filenames, etc.) as an OASIS Standard. 
(If there are "Material" changes, the PS02 would need to receive new "Statements of Use" and undergo another 60-day review.)

Best regards,
Paul

On Tue, Mar 9, 2021 at 12:52 PM Axel Reichwein <axel.reichwein@...> wrote:
I'm ok with the proposal.

Best regards,
Axel

On Mon, Mar 8, 2021 at 2:34 PM Chet Ensign <chet.ensign@...> wrote:
Correct. I agreed that the changes are non-material. I just didn't take the time to think through the implications of how to handle that in the ballot. 

Andrew, what I mean is that the current PS01 will be opened up to public review in preparation for the call for consent. Paul or I will send your issues in #19 to the OP mailing list as review comments. (And, as you note, you may get others.) 

After the 60 day review closes, we will follow this section of the TC Process: 

If comments were received and only Non-Material Changes are to be made to the Committee Specification, the editor(s) may prepare a revised Committee Specification. Changes may only be made to address the comments. The TC must provide an acceptable summary that is clear and comprehensible of the changes made and a statement that the TC judges the changes to be Non-Material to the TC Administrator and request a Special Majority Vote to proceed with the call for consent. The TC Administrator shall hold the Special Majority Vote and announce it to the OASIS membership and optionally on other public mail lists along with the summary of changes and the TC’s statement. If the Special Majority Vote passes, the TC Administrator must start the call for consent for OASIS Standard within 7 days of notification.

In other words, we will take the ZIP file (or, if there are other modifications, that resulting file), publish it as PS02, and then hold the SMV to proceed with the call for consent. Once that passes, I will start the call. 

We can run Change Management in parallel with that if you like or process it independently. 

Yes, Jim, Axel, if you can confirm that this is OK by you, we'll move forward. 

/chet

On Mon, Mar 8, 2021 at 5:07 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Chet,

I am happy with the plan, sounds like a good way to kill two birds with one stone, esp. if some non-material changes will be requested during the review and we will need to make minor edits anyway. The only thing that raised I am curious about is:

Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

The document you linked tells me that either those changes go into a "revised CS [PS]" if they are non-material or result in "a CSD [PSD]" and have another PS approved. Do you mean that this process allows us to take a PS01, take it to COS01, get comments and make non-material changes and when you open a ballot for an SMV, the "revised PS" will automatically be approved both as PS02 and COS01?

Finally, should we get all PGB members to reply here for a record that we [hereby] agree to proceed with the public review of RM COS 01 based on RM PS 01 as published in OASIS archive at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/ and not based on the attachment? I do approve that on my part.

Also, I think it should be Chet or Paul who will take the 8 extra changes I made and submit them as comments as I am not sure it will be OK for me to add public comments on the spec document I prepared myself.

--
Cheers,
Andrew

P.S. Jim, it was Chet who was OK with my changes when I asked, not Paul.

On 2021-03-08 , at 22:50, Chet Ensign <chet.ensign@...> wrote:

Hi guys - 

Sorry. Paul is right. I goofed on the ballot but here is an alternative way forward. 

I should not have used the link to the email attachment - https://lists.oasis-open-projects.org/g/oslc-op-pgb/attachment/107/0/rm-2.1-cos01.zip - in the ballot. I *never* should have done that. The version approved as PS01 that is published is the version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. That is the formally approved spec, published, and, crucially, the one all the Statements of Use cite. Asking for approval to move forward with an email attachment was stupid, stupid, stupid and I'm not sure how sleep-deprived I was when I set it up. But I cannot put that forward as the candidate for OASIS Standard. That is just compounding the error. 

I don't see any clean way to go back and redo this. If I set up a ballot to approve that ZIP file as PS02, you'll need to redo everything else. And we don't overwrite specs once published. PS01 has to stand as is. 

Here is what I propose: we will go ahead and run the review on teh approved version at http://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/. We will then submit the issues identified in issue #19 as public review feedback. After the public review period has closed, we will kick into the process as described in https://www.oasis-open.org/policies-guidelines/tc-process-2017-05-26/#OSpublicRev. Basically, I will hold a Special Majority Vote to approve the ZIP file as a new PS for submission to the members in the Call for Consent. Once that passes, we will publish the ZIP as PS02 and make it the candidate for the Call for Consent. 

Again, apologies for this snafu. This is the first cOS ballot from Open Projects and I wanted to get it right. At least this way, we can keep it moving forward in line with the process. 

If you have questions or you want to consider alternate approaches, let me know so that we can hold off starting the public review. 

I'm happy to proceed whichever way you guys want to go. 

Best, 

/chet

On Mon, Mar 8, 2021 at 4:48 PM Axel Reichwein <axel.reichwein@...> wrote:
Hello Andrew,

I agree with whatever you think is the best. 

Best regards,
Axel

On Mon, Mar 8, 2021 at 1:43 PM Andrii Berezovskyi <andriib@...> wrote:
Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ] 

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)







-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org



-- 

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


-- 

Paul Knight

Document Process
OASIS Open

+1 781-883-1783
paul.knight@...
www.oasis-open.org


test comment #publicreview

Andrew Berezovskyi <andrew@...>
 

Just testing

--
Cheers,
Andrew


Re: [oslc-op-pgb] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Jim Amsden
 

I though Paul was ok with these changes. Can we verify?


-----oslc-op-pgb@... wrote: -----
To: "oslc-op-pgb@..." <oslc-op-pgb@...>
From: "Andrii Berezovskyi"
Sent by: oslc-op-pgb@...
Date: 03/08/2021 04:43PM
Cc: "oslc-op@..." <oslc-op@...>
Subject: [EXTERNAL] [oslc-op-pgb] [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ]

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)



[OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard

Andrii Berezovskyi
 

Hello Axel, Jim,

The CM COS is proceeding as usual but the RM COS is in a bit of a trouble as Paul is not comfortable with the changes I made to RM PS.

If we want the changes to be applied, we need a new round of SoUs and a PS vote. Otherwise, I think we need to hold a new vote to approve RM PS01 as is to progress to COS. I am most intested in changes 3,4,7. I think Paul will do 1, 2, 5 himself. I think we can convince him to update metadata (8) as well. I don't care much about (6). But I think (3) and (7) are the most important items.


CM COS review will proceed as planned and we can republish RM PS02 and be ready to submit a COS within 3 weeks if I announce intent to publish tomorrow and the new SoUs arrive in parallel during those 3 weeks. In total, it will set us back 6 weeks. KTH will be able to produce SoUs within the next 3 weeks and I think SodiusWillert should be able to as well. If Jim can get SoUs re-approved within 3 weeks from now, there will be no added delay.

Should we do another PS?

--
Cheers,
Andrew

Begin forwarded message:

From: OASIS Issues Tracker <workgroup_mailer@...>
Subject: [OASIS Issue Tracker] (TCADMIN-3919) Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
Date: 8 March 2021 at 22:32:00 CET


   [ https://issues.oasis-open.org/browse/TCADMIN-3919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=78910#comment-78910 ]

Andrii Berezovskyi commented on TCADMIN-3919:
---------------------------------------------

Can we put this on hold for a bit and proceed with another COS (CM) for now? We will discuss this on the mailing list till the weekly Thursday call, but I don't think we can proceed with this in any case: you will be either publishing the package with changes you don't want to see added between PS and COS or you will be publishing the package that is not the package the PGB has voted on. I think we can redo the SoUs to make sure everything is top notch but I have to ask what Jim and Axel think about this.



Publish OSLC Requirements Management Version 2.1 PS01 as a candidate for OASIS Standard
---------------------------------------------------------------------------------------

               Key: TCADMIN-3919
               URL: https://issues.oasis-open.org/browse/TCADMIN-3919
           Project: Technical Committee Administration
        Issue Type: Task
        Components: Document Upload Request
       Environment: OSLC OP
          Reporter: Chet Ensign
          Assignee: Paul Knight
          Priority: Major

Submitted on Friday, March 5, 2021 - 23:27
Submitted by user: censign
Submitted values are:
Your name: Chet Ensign
TC name: OSLC Open Project
TC email address: oslc-op-pgb@...
Title: OSLC Requirements Management Version 2.1 PS01
Approval link:
https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fstick
Original or Amended:  First COS
Previous Candidate OASIS Standard:
Notes: Entered on behalf of the OP after ballot passed. This will be our
first
Project Specification put forward as a candidate for OASIS Standard so adjust
public review metadata accordingly.
The results of this submission may be viewed at:
http://tools.oasis-open.org/issues/browse/TCADMIN



--
This message was sent by Atlassian Jira
(v8.3.3#803004)


The ballot to approve OSLC Requirements Management V2.1 PS01 and OSLC Change Management v3.0 PS01 as candidates for OASIS Standard has passed

Chet Ensign
 

Members of the OSLC OP,

Your Special Majority ballot to approve OSLC Requirements Management V2.1 PS01 and OSLC Change Management v3.0 PS01 as candidates for OASIS Standard has closed and passed. You can find the ballot results at https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,80909739.  

TC Administration will now add the public review document and announce the 60-day public review to OASIS members and the public. TC Admin JIRA tickets https://issues.oasis-open.org/browse/TCADMIN-3919 and -3920 have been started to manage this work.

We'll let you know when the public review begins. Please let me know if you have any questions and congratulations on reaching this milestone.

/chet

--

Chet Ensign

Chief Technical Community Steward

OASIS Open

   
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


Re: oslc-op Weekly Contributors Meeting - Thu, 03/04/2021 #cal-notice

Andrii Berezovskyi
 

No minutes today, action points recorded in https://github.com/oslc-op/oslc-specs/issues/476#issuecomment-790747952

--
Best regards,
Andrew

On 4 March 2021, at 16:00, oslc-op@... Calendar <noreply@...> wrote:

oslc-op Weekly Contributors Meeting

When:
Thursday, 4 March 2021
10:00am to 11:00am
(GMT-05:00) America/New York

Where:
https://meet.jit.si/oslc-op

Organizer:
jamsden@...

Description:
oslc-op contributors weekly telecon. 


One tap audio Dial In: +15124022718,,,,2979764690# (US) or +498938038719,,,,2979764690# (Germany) Looking for a different dial in number? Please see: https://meet.jit.si/static/dialInInfo.html?room=oslc-op
Meeting ID: 2979764690#
 

OASIS OSLC Open Project group home: https://lists.oasis-open-projects.org/g/oslc-op 
oslc-op GitHub Organization: https://github.com/oslc-op
Mailing list: oslc-op@... (archives: https://lists.oasis-open-projects.org/g/oslc-op)



oslc-op Weekly Contributors Meeting - Thu, 03/04/2021 #cal-notice

oslc-op@lists.oasis-open-projects.org Calendar <noreply@...>
 

oslc-op Weekly Contributors Meeting

When:
Thursday, 4 March 2021
10:00am to 11:00am
(GMT-05:00) America/New York

Where:
https://meet.jit.si/oslc-op

Organizer:
jamsden@...

Description:
oslc-op contributors weekly telecon. 


One tap audio Dial In: +15124022718,,,,2979764690# (US) or +498938038719,,,,2979764690# (Germany) Looking for a different dial in number? Please see: https://meet.jit.si/static/dialInInfo.html?room=oslc-op
Meeting ID: 2979764690#
 
The meeting minutes are edited in https://hackmd.io/@driib/oslc-op-minutes/edit
Previous minutes can be found under https://github.com/oslc-op/oslc-admin/tree/master/minutes/2019 

OASIS OSLC Open Project group home: https://lists.oasis-open-projects.org/g/oslc-op 
oslc-op GitHub Organization: https://github.com/oslc-op
Mailing list: oslc-op@... (archives: https://lists.oasis-open-projects.org/g/oslc-op)


Re: A Special Majority Vote to consider submitting Requirements Management V2.1 and Change Management v3.0 as candidates for OASIS Standard has been set up #poll-notice

Andrii Berezovskyi
 

Hello Chet,

We have 3/3 YES votes on both submissions.

--
Best regards,
Andrew

On 25 February 2021, at 20:22, Chet Ensign <chet.ensign@...> wrote:

Participants of the OSLC Open Project, 

A Special Majority Vote to consider submitting Requirements Management V2.1 and Change Management v3.0 as candidates for OASIS Standard has been set up.

The ballot is open now. It closes 05 March 2021 at 23:59 UTC. You can access the ballot at:

https://lists.oasis-open-projects.org/g/oslc-op-pgb/topic/approve_submitting_oslc/80909739?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,80909739

This ballot is only open to members of the PGB. I currently show the following members as eligible to vote:

Jim Amsden (IBM)
Andrew Berezovskyi (KTH Royal Institute of Technology)
Axel Reichwein (Koneksys)

If your name is not on the list and you believe this to be in error, please contact me and the Chair so that we can resolve the issue.

Best regards, 

/chet   

--

Chet Ensign

Chief Technical Community Steward
OASIS Open
     
+1 201-341-1393
chet.ensign@...
www.oasis-open.org


Meeting today

Jad El-Khoury
 

Hi

I am on vacation today and won’t be able to attend the oslc meeting


Jad


Re: CM Primer

Axel Reichwein
 

Great job David on the OSLC CM Primer! 

I've noticed in discussions with potential clients that the mapping from git versioning concepts to OSLC CM is very straight forward, but that the mapping from PLM versioning concepts to OSLC CM isn't, especially as the concept of a "baseline" isn't that immutable in PLM. I have the feeling that this mapping between  PLM versioning concepts to  OSLC CM needs to be discussed more so that we can more easily adopt OSLC CM in PLM. 

Best regards,
Axel

On Mon, Mar 1, 2021 at 10:15 AM Jad El-Khoury <jad@...> wrote:

Hi David

 

I ffinally found some time to read your CM Primer. https://github.com/oslc-op/oslc-specs/wiki/Configuration-Management-3.0-Primer

 

To me, the primer explains the concepts quite well. I understand them at least.

I don't know if it covers all the concepts in the specs. But whatever is being explained is done well.

 

And I now understand your intention of not having a step-by-step kind of instructions. I think what you have is better.

 

I have some minor questions and suggestions, but the overall content is very nice.

Please see attached document for some comments and questions. (It’s a word document so I can add review comments, but it’s an exact copy from the link above)

 

Do you think the document is ready from your side, or are you planning to work more on it?

 

regards

______________________________

Jad El-khoury, PhD

KTH Royal Institute of Technology

School of Industrial Engineering and Management, Mechatronics Division

Brinellvägen 83, SE-100 44 Stockholm, Sweden

Phone: +46(0)8 790 6877 Mobile: +46(0)70 773 93 45

jad@..., www.kth.se