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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 19ff8fc62 enh: added new algorithms to the blog
19ff8fc62 is described below
commit 19ff8fc6284e756b7527a3bac7a48f7485faa16d
Author: lprimak <[email protected]>
AuthorDate: Thu Feb 29 18:08:49 2024 -0600
enh: added new algorithms to the blog
---
src/site/content/blog/2024/02/apache-shiro-200-released.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/site/content/blog/2024/02/apache-shiro-200-released.adoc
b/src/site/content/blog/2024/02/apache-shiro-200-released.adoc
index e0409ee24..144f6da61 100644
--- a/src/site/content/blog/2024/02/apache-shiro-200-released.adoc
+++ b/src/site/content/blog/2024/02/apache-shiro-200-released.adoc
@@ -33,6 +33,7 @@ This release is available for download now.
== Release Highlights
* Java 11 is the minimum supported JVM version
+* Stronger default password hashing algorithms (Argon2 and BCrypt)
* Jakarta EE 10 support (Java/Jakarta EE 8 is also supported)
* New Jakarta EE integration module (see
https://shiro.apache.org/jakarta-ee.html[Jakarta EE Integration] for more
information)
* SpringBoot 3.x support (SpringBoot 2.x is also supported)