This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new bc928d0e4 Update and expand the CITATION file (#2766)
bc928d0e4 is described below
commit bc928d0e4c434f888df72b12775b1ce2e468dd52
Author: John Bampton <[email protected]>
AuthorDate: Sat Jun 13 04:48:34 2026 +1000
Update and expand the CITATION file (#2766)
---
CITATION.cff | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/CITATION.cff b/CITATION.cff
index 4c3a8ead9..49464b5a0 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -20,7 +20,16 @@ message: If you use this software, please cite it as below.
title: Apache Shiro
type: software
authors:
- - name: Apache Shiro Project
+ - name: Apache Shiro Contributors
repository-code: https://github.com/apache/shiro
url: https://shiro.apache.org
license: Apache-2.0
+abstract: Apache Shiro is a powerful and easy-to-use Java security framework
that performs authentication, authorization, cryptography, and session
management
+keywords:
+ - security
+ - authentication
+ - authorization
+ - cryptography
+ - session-management
+ - Java
+ - Apache