This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 64bcd6b402 opened packages for wicket-auth-roles
64bcd6b402 is described below
commit 64bcd6b40256e532cf800b7a4442877cf4843288
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Oct 19 15:28:46 2023 +0200
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;
}