This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git

commit 2d2c9e27c1a50edc48e51bda0e3e00876947ab06
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Aug 7 16:42:10 2025 +0200

    update our README to reflect the jakarta Namespace changes
---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3b4313dbe..3096fd82f 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,14 @@
 Contexts and Dependency Injection is a specification, published as: 
 * JSR-299 (CDI-1.0) http://docs.jboss.org/cdi/spec/1.0/html/ 
 * JSR-346 (CDI-1.2) http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html 
-* JSR-365 (CDI-2.0) http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html 
+* JSR-365 (CDI-2.0) http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html
+* Jakarta CDI-3.0 and later https://jakarta.ee/specifications/cdi/
+
+Apache DeltaSpike is compatible with all those specification versions.
+Until Apache DeltaSpike 1.9.x we did target the ``javax`` package.
+
+The current Apache DeltaSpike-2.0.x releases target the ``jakarta`` namespace.
 
-Apache DeltaSpike is compatible with all those specification versions. 
 Note that Apache DeltaSpike is **not** a CDI container itself, but a set of 
portable Extensions for it!
 
 

Reply via email to