This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new de49d03d32 WICKET-7081 opened packages for wicket-auth-roles
de49d03d32 is described below

commit de49d03d329d655a9e38687d8b4cb924f717892d
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Oct 19 15:28:46 2023 +0200

    WICKET-7081 opened packages for wicket-auth-roles
---
 wicket-auth-roles/src/main/java/module-info.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wicket-auth-roles/src/main/java/module-info.java 
b/wicket-auth-roles/src/main/java/module-info.java
index 78fe988214..5bd0a08e11 100644
--- a/wicket-auth-roles/src/main/java/module-info.java
+++ b/wicket-auth-roles/src/main/java/module-info.java
@@ -27,4 +27,8 @@ module org.apache.wicket.auth.roles {
     exports org.apache.wicket.authroles.authorization.strategies.role;
     exports 
org.apache.wicket.authroles.authorization.strategies.role.annotations;
     exports org.apache.wicket.authroles.authorization.strategies.role.metadata;
+
+    //opening packages to allow resources access
+    opens org.apache.wicket.authroles.authentication.pages;
+    opens org.apache.wicket.authroles.authentication.panel;
 }

Reply via email to