From ea1f273f24154aed50b0cc46f1f29b4da35aa178 Mon Sep 17 00:00:00 2001 From: Ivar Grimstad Date: Tue, 20 Sep 2022 10:52:26 +0200 Subject: [PATCH] Apply new template to Authorization (#551) --- authorization/2.1/_index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/authorization/2.1/_index.md b/authorization/2.1/_index.md index 94ddd97bcc..cddb4487ed 100644 --- a/authorization/2.1/_index.md +++ b/authorization/2.1/_index.md @@ -8,14 +8,21 @@ facilitating subject based security by determining whether a given subject has a to transform security constraints for specific containers (such as Jakarta Servlet or Jakarta Enterprise Beans) into these permissions. -This release contains the following changes: - +### New features, enhancements or additions + * [Issue #53](https://github.com/jakartaee/authorization/issues/53): Add getPolicyConfiguration methods without state requirement * [Issue #52](https://github.com/jakartaee/authorization/issues/52): Add methods to PolicyConfiguation to read permissions * [Issue #105](https://github.com/jakartaee/authorization/issues/105): Generic return value for getContext +### Removals, deprecations or backwards incompatible changes + +* None + +### Minimum Java SE Version + +**Java SE 11 or higher** -This release requires Java SE 11 or newer (aligned with Jakarta EE 10). +# Details * [Jakarta Authorization 2.1 Release Record](https://projects.eclipse.org/projects/ee4j.jacc/releases/2.1) * [Jakarta EE Platform 10 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee10/JakartaEE10ReleasePlan)