From c56248936112fac620e5daa700c0673d516f522f Mon Sep 17 00:00:00 2001 From: Benedikt Waldvogel Date: Mon, 6 Jul 2026 13:36:51 +0200 Subject: [PATCH] Remove incubating notice for authorization test support --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 35fa6c8..ee79e7d 100644 --- a/README.md +++ b/README.md @@ -385,9 +385,7 @@ Maven: ``` -### 🛡️ Authorization Test Support [INCUBATING] - -> **INCUBATING** — API and output format may change in a backwards-incompatible way in any release. +### 🛡️ Authorization Test Support AuthorizationTestUtil generates an authorization matrix for a running Spring MVC application as a Markdown table. This is useful for asserting that each endpoint is reachable by exactly the roles you expect.