Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] <permissions.xml> should we deprecate?

Hi,

100% +1.

Permissions.xml handling seems to be a platform feature. It’s not specified by any of the security specs themselves.

For EE 10 we should really consider deprecating this, so we can prune it in EE 11 or 12.

On Tuesday, January 18, 2022, Romain Manni-Bucau <rmannibucau@xxxxxxxxx> wrote:
+1 (and actually there is no real choice since it is now @Deprecated(since="17", forRemoval=true))

Romain Manni-Bucau
@rmannibucau |  Blog | Old BlogGithub | LinkedIn | Book


Le mar. 18 janv. 2022 à 11:45, Jean-Louis Monteiro <jlmonteiro@xxxxxxxxxxxxx> a écrit :
Hi,

We discussed starting to remove the usage of the Security Manager in Security API.
i'm wondering if we should also consider removing permissions.xml usage

We have permissions.xml usage in
- EJB 30
- Security API
- Servlet / JSP
- Connector

From my experience, it's not heavily used, so I wanted to bootstrap the discussion here because it touches many specifications.
--
_______________________________________________
jakartaee-platform-dev mailing list
jakartaee-platform-dev@eclipse.org
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-platform-dev

Back to the top