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 31e6581fb bugfix: Jakarta EE still using alpha version (fixed)
31e6581fb is described below
commit 31e6581fb30efcd3e2883fa585a5ce74e7fe68a7
Author: lprimak <[email protected]>
AuthorDate: Wed Feb 28 14:17:12 2024 -0600
bugfix: Jakarta EE still using alpha version (fixed)
---
src/site/content/jakarta-ee.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/content/jakarta-ee.adoc b/src/site/content/jakarta-ee.adoc
index c10f3ba34..0f66dac08 100644
--- a/src/site/content/jakarta-ee.adoc
+++ b/src/site/content/jakarta-ee.adoc
@@ -17,7 +17,7 @@ The module is compatible with Java EE 8 through Jakarta EE 10
or later. It may w
Include the `shiro-jakarta-ee` dependency in you application classpath (we
recommend using a tool such as Apache Maven or Gradle to manage this).
++++
-<@dependencies.dependencies anchorId="cli" deps=[{'g':'org.apache.shiro',
'a':'shiro-jakarta-ee', "v":"${versions.latestAlphaRelease}"}] />
+<@dependencies.dependencies anchorId="cli" deps=[{'g':'org.apache.shiro',
'a':'shiro-jakarta-ee', "v":"${versions.latestRelease}"}] />
++++
== Relationships between Jakarta EE and CDI / Jax-RS modules