Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-platform-dev] Safe to remove permissions.xsd?
  • From: Ed Burns <Edward.Burns@xxxxxxxxxxxxx>
  • Date: Tue, 9 Jul 2024 21:31:10 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microsoft.com; dmarc=pass action=none header.from=microsoft.com; dkim=pass header.d=microsoft.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=zcO0ZlK8daAqRrs3YUiUzZaakMbs4aKCPFmN11tRN+A=; b=sSrogIDI9qsHfa83d76rvl9U6xijjOK/mK1IWYZc4/e+L4mQhGNDR0+qefeTAYi6aOt17XynZlhPB4yXbKmbjJcis4LK7VPcFGQ3YMQYA/Y6c5tB+zBKjQ7V8IBvdUstjbjAOTGhhOz91ktx+VnUQKuGEy5hO0kGzFPblgTIv7wiyvk9P+JWF8Rsa+f0jIhRqSVesnone1zMCL8KWDsbazptNpRwYWEsm+wsNEx7bO2ztVvnQsuGHpKMCHHIfLMWQ0V19wURUhIh5YQ5hg55eOuXwvXv/G2EWVF2dcliX43wrcFTCHSO/RuNYrTJIZvn0RvkWnE/bFKe4K5pWDcGBA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=kv7B4NiUdxmMZRRdgt9WFdcHybui1dfOP5O3EbMDR/Q+MHP3GA/HGoswSb7dmIXLvby//nO0Vnm6vk9rJipVhXs5+bGvhfWuhd1/tmm3guT32fICk8op5qhdd8h53ximQHF5Q6CmHqpwI0JgP9CPOIJx53wdYj+sH+4gEod7tmqvtWh1DIpdfnkhbgJ+eN7ZZNuh6dpb8ig4mNEchpzDqJePWNb7N4Y3p89yVxdC8ZvPPy4q15QcpsBsqYn0dztBE2915KjlSYj443/O95BXDhd0bs2ho2rL269A7Pj/JZ3J1eDGTr40eQivzcpreLbtVSps+znXtMKgigtB1lcc7g==
  • Delivered-to: jakartaee-platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-platform-dev/>
  • List-help: <mailto:jakartaee-platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-platform-dev>, <mailto:jakartaee-platform-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=True; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2024-07-09T21:29:58.1634135Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard
  • Thread-index: AQHa0kclWrlCHP0t30KbM238g6kEeQ==
  • Thread-topic: Safe to remove permissions.xsd?

Greetings Programs,

 

With the removal of the Security Manager content from the Platform spec in commit fa33ec3, I believe the corresponding descriptor `permissions.xsd` can also be removed.

 

This issue seeks to confirm with the community if this schema can be removed.

 

Note that Ivar's XSD spreadsheet has a red box for this one.

 

To jog your memory, here is a compliant XML file.

 

<permissions xmlns=https://jakarta.ee/xml/ns/jakartaee

             xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
             xsi:schemaLocation=https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/permissions_10.xsd
             version="10">
    <permission>
        <class-name>told.you</class-name>
        <name>Twice</name>
        <actions>read,write</actions>
    </permission>
</permissions>
 

Thanks,

 

Ed

 

https://dev.azure.com/jakarta-ee-azdo/jakarta-ee-azdo/_workitems/edit/397

 


Back to the top