Skip to content

3.0.2

Compare
Choose a tag to compare
@Emily-Jiang Emily-Jiang released this 03 Oct 11:29

Javadocs | Spec PDF | Spec html

This release includes the following changes

  • Use the parent pom.xml version 2.6
  • Enable TCKs running on both CDI 3.0 and CDI 4.0 (Lite)

To get started with MicroProfile Config 3.0, add the following dependency to your pom:

<dependency>
  <groupId>org.eclipse.microprofile.config</groupId>
  <artifactId>microprofile-config-api</artifactId>
  <version>3.0.2</version>
</dependency>