Announcing OpenMRS Platform 2.7.0 Release

Thank you, @Grace.

The easiest way to try out Platform 2.7.0-SNAPSHOT is through the OpenMRS SDK. You can find the installation guide in our documentation. Once the SDK is set up, run the following command to install Platform 2.7.0-SNAPSHOT:

mvn openmrs-sdk:setup -Dplatform=2.7.0-SNAPSHOT

The SDK will then prompt you for details like the server name and database connection parameters—just enter them based on your setup.

To start the server, run:

mvn openmrs-sdk:run -DserverId=server

(Note: DserverId is the server name you chose during setup.)

This release also includes the migration from the Hibernate Criteria API to JPA

4 Likes