Releases: eclipse/microprofile-health
4.0.1
Javadocs | Spec PDF | Spec html
This is the 4.0.1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>4.0.1</version>
</dependency>
Changes in 4.0.1
The following changes occurred in the 4.0.1 release, compared to 4.0. A full list of changes may be found on the MicroProfile Health 4.0.1 milestone.
MicroProfile Health 4.0
Javadocs | Spec PDF | Spec html
This is the 4.0 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>4.0</version>
</dependency>
Changes in 4.0
The following changes occurred in the 4.0 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.
4.0-RC3
Javadocs | Spec PDF | Spec html
This is the 4.0-RC3release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>4.0-RC3</version>
</dependency>
Changes in 4.0-RC3
The following changes occurred in the 4.0-RC3 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.
MicroProfile Health 4.0-RC1
Javadocs | Spec PDF | Spec html
This is the 4.0-RC1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>4.0-RC1</version>
</dependency>
Changes in 4.0-RC1
The following changes occurred in the 4.0-RC1 release, compared to 3.1. A full list of changes may be found on the MicroProfile Health 4.0 milestone.
MicroProfile Health 3.1
Javadocs | Spec PDF | Spec html
This is the 3.1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.1</version>
</dependency>
Changes in 3.1
The following changes occurred in the 3.1 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.
Incompatible Changes
- None
API/SPI Changes
- Added
@Startup
qualifier for the Kubernetes startup probes health check procedures (#274) - Introduction of
/health/started
endpoint that must call all the startup procedures
Functional Changes
- Specify the behavior of the startup health checks (#274)
- Specify the
mp.health.default.startup.empty.response
config property (#274)
Other Changes
MicroProfile Health 3.1-RC3
Javadocs | Spec PDF | Spec html
This is the 3.1-RC3 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.1-RC3</version>
</dependency>
Changes in 3.1-RC3
The following changes occurred in the 3.1-RC3 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.
MicroProfile Health 3.1-RC2
Javadocs | Spec PDF | Spec html
This is the 3.1-RC2 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.1-RC2</version>
</dependency>
Changes in 3.1-RC2
The following changes occurred in the 3.1-RC2 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1 milestone.
MicroProfile Health 3.1-RC1
Javadocs | Spec PDF | Spec html
This is the 3.1-RC1 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.1-RC1</version>
</dependency>
Changes in 3.1-RC1
The following changes occurred in the 3.1-RC1 release, compared to 3.0. A full list of changes may be found on the MicroProfile Health 3.1-RC1 milestone.
MicroProfile Health 3.0
Javadocs | Spec PDF | Spec html
This is the 3.0 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.0</version>
</dependency>
Changes in 3.0
The following changes occurred in the 3.0 release, compared to 2.2. A full list of changes may be found on the MicroProfile Health 3.0 milestone.
Incompatible changes
Other changes
MicroProfile Health 3.0-RC6
Javadocs | Spec PDF | Spec html
This is the 3.0-RC6 release. Maven coordinates:
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
<artifactId>microprofile-health-api</artifactId>
<version>3.0-RC6</version>
</dependency>
Changes in 3.0
The following changes occurred in the 3.0 release, compared to 2.2. A full list of changes may be found on the MicroProfile Health 3.0 milestone.