dave2wave commented on issue #614: URL: https://github.com/apache/tooling-trusted-releases/issues/614#issuecomment-4400734277
@pombredanne @ppkarwasz We are buillding out our CLE support and we have a need to produce the correct purl Is the PURL ecosystem heading towards [this proposal as best for the ASF](https://github.com/package-url/purl-spec/issues/516)? ```json { "$schema": "https://ecma-tc54.github.io/ECMA-428/cle.v1.0.0.schema.json", "definitions": { "support": [ { "description": "Apache project community support", "id": "default" } ] }, "events": [ { "effective": "2026-06-26T00:00:00Z", "id": 19, "published": "2026-05-06T17:20:44.949860Z", "supportId": "default", "type": "endOfDevelopment", "versions": [ { "range": "vers:semver/>=3.0.0|<4.0.0" } ] }, { "effective": "2026-05-27T00:00:00Z", "id": 18, "published": "2026-05-06T17:06:25.149704Z", "supportId": "default", "type": "endOfSupport", "versions": [ { "range": "vers:semver/>=2.0.0|<3.0.0" } ] }, { "effective": "2026-03-20T14:06:43.100756Z", "id": 8, "license": "Apache-2.0", "published": "2026-03-20T14:06:43.100756Z", "type": "released", "version": "2026-03-13" }, { "effective": "2026-03-06T10:26:46.005602Z", "id": 7, "license": "Apache-2.0", "published": "2026-03-06T10:26:46.005602Z", "type": "released", "version": "1.2" }, { "effective": "2026-03-23T11:56:32.021678Z", "id": 6, "license": "Apache-2.0", "published": "2026-03-23T11:56:32.021678Z", "type": "released", "version": "test1" }, { "effective": "2026-02-20T10:15:31.683566Z", "id": 5, "license": "Apache-2.0", "published": "2026-02-20T10:15:31.683566Z", "type": "released", "version": "1.3" }, { "effective": "2026-02-17T10:17:29.750693Z", "id": 4, "license": "Apache-2.0", "published": "2026-02-17T10:17:29.750693Z", "type": "released", "version": "0.3" }, { "effective": "2025-12-22T17:56:28.927788Z", "id": 2, "license": "Apache-2.0", "published": "2025-12-22T17:56:28.927788Z", "type": "released", "version": "0.2" }, { "effective": "2025-12-17T11:24:32.401758Z", "id": 1, "license": "Apache-2.0", "published": "2025-12-17T11:24:32.401758Z", "type": "released", "version": "0.1" } ], "identifier": "pkg:apache/tooling", "updatedAt": "2026-05-06T17:20:44.949860Z" } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
