This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git
The following commit(s) were added to refs/heads/main by this push:
new b6c5632 clarify jakarta package
b6c5632 is described below
commit b6c5632f96598e13c562e8fd30670415f7b690df
Author: Mark Struberg <[email protected]>
AuthorDate: Fri May 8 13:10:17 2026 +0200
clarify jakarta package
---
content/cdi_explained.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/cdi_explained.md b/content/cdi_explained.md
index fcbe570..3fa4ebd 100644
--- a/content/cdi_explained.md
+++ b/content/cdi_explained.md
@@ -11,6 +11,8 @@ Apache OpenWebBeans implements these standards. This page
will give you an intro
CDI in general. We will add a special hint whenever a feature is ambiguous in
the specification
and OpenWebBeans implements it in a certain way which might be different on
other CDI containers.
+From CDI-4.0 onwards, we did move from the `javax` to the `jakarta` package
space.
+
## What is CDI at all?
Originally developed under the name ‘Web Beans’, the CDI specification was
created