Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.59 KB

preface.asciidoc

File metadata and controls

44 lines (29 loc) · 1.59 KB

Preface

Foreword

Jakarta Contexts and Dependency Injection 2.0 (link:http://jakarta.ee/specifications/cdi) is an update to Contexts and Dependency Injection 1.2 (JSR-346).

Starting with version 2.0 CDI targets Java SE and Jakarta EE platforms. CDI in Java SE and CDI in a Jakarta EE container share the features defined in core CDI.

Organisation of this document

This document is organized in 4 parts:

  • An introduction (this part), which is not part of the specification but introduces CDI concepts and give examples.

  • The core CDI specification: [part_1].

  • Specific CDI features for Java SE: [part_2].

  • Specific CDI features for Jakarta EE: [part_3].

Major changes

This CDI 2.0 includes important changes for the platform.

The full changelog can be found here.