This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 974f051fe Update README.md
974f051fe is described below
commit 974f051feaa97f059d312009f52a7502ca7e2c99
Author: Thomas Andraschko <[email protected]>
AuthorDate: Tue Apr 14 11:42:24 2026 +0200
Update README.md
---
README.md | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 02ecbcd72..9935cb7a0 100644
--- a/README.md
+++ b/README.md
@@ -18,23 +18,19 @@ Requires Java 17+
### owb_4.0.x

-Jakarta CDI 4.0 implementation
-Requires Java 11+
+Jakarta CDI 4.0 implementation (Jakarta EE 10), requires Java 11+.
### owb_2.0.x

-CDI 2.0 (JSR-365) implementation
-Requires Java 8+.
+CDI 2.0 (JSR-365) implementation (Java EE 8), requires Java 8+.
### owb_1.7.x

-CDI 1.2 (JSR-346) implementation
-Requires Java 7+.
+CDI 1.2 (JSR-346) implementation (Java EE 7), requires Java 7+.
### owb_1.2.x

-CDI 1.0 (JSR-299) implementation
-Requires Java 5+.
+CDI 1.0 (JSR-299) implementation (Java EE 6), requires Java 5+.
## Minimum Requirements (main)