Skip to content

Commit

Permalink
Apply new template to Dependency Injection (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargrimstad authored Sep 20, 2022
1 parent 2eceda2 commit ada134d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions dependency-injection/2.0/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ summary: "Release for Jakarta EE 9"

Jakarta Dependency Injection specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI).

### New features, enhancements or additions
<!-- List here -->
* Moved to the `jakarta.*` namespace

### Removals, deprecations or backwards incompatible changes
<!-- List here -->
* None

### Minimum Java SE Version
<!-- Specify the minimum required Java SE version for this specification -->
**Java SE 8 or higher**

# Details

* [Jakarta Dependency Injection 2.0 Release Record](https://projects.eclipse.org/projects/ee4j.cdi/releases/3.0)
* [Jakarta EE Platform 9 Release Plan](https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee9/JakartaEE9ReleasePlan)
* [Jakarta Dependency Injection 2.0 Specification Document](jakarta-injection-spec-2.0.pdf) (PDF)
Expand All @@ -19,13 +33,10 @@ Jakarta Dependency Injection specifies a means for obtaining objects in such a w
([sig](https://download.eclipse.org/jakartaee/dependency-injection/2.0/jakarta.inject-tck-2.0.2-bin.zip.sig),
[sha](https://download.eclipse.org/jakartaee/dependency-injection/2.0/jakarta.inject-tck-2.0.2-bin.zip.sha256),
[pub](https://jakarta.ee/specifications/jakartaee-spec-committee.pub))

* TCK Summary Results [Weld 4.0.0.Alpha2](https://github.com/jakartaredhat/weld-inject-tck/wiki/Jakarta-Dependency-Injection-2.0-TCK-Results)

* Maven coordinates
* [jakarta.inject:jakarta.inject-api:jar:2.0.1](https://repo1.maven.org/maven2/jakarta/inject/jakarta.inject-api/2.0.1/)


# Compatible Implementations

* [Weld 4.0.3.Final](https://weld.cdi-spec.org/download/)
Expand Down

0 comments on commit ada134d

Please sign in to comment.