Skip to content

Commit 2d2c9e2

Browse files
committed
update our README to reflect the jakarta Namespace changes
1 parent ae5a0bb commit 2d2c9e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515
Contexts and Dependency Injection is a specification, published as:
1616
* JSR-299 (CDI-1.0) http://docs.jboss.org/cdi/spec/1.0/html/
1717
* JSR-346 (CDI-1.2) http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html
18-
* JSR-365 (CDI-2.0) http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html
18+
* JSR-365 (CDI-2.0) http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html
19+
* Jakarta CDI-3.0 and later https://jakarta.ee/specifications/cdi/
20+
21+
Apache DeltaSpike is compatible with all those specification versions.
22+
Until Apache DeltaSpike 1.9.x we did target the ``javax`` package.
23+
24+
The current Apache DeltaSpike-2.0.x releases target the ``jakarta`` namespace.
1925

20-
Apache DeltaSpike is compatible with all those specification versions.
2126
Note that Apache DeltaSpike is **not** a CDI container itself, but a set of portable Extensions for it!
2227

2328

0 commit comments

Comments
 (0)