Skip to content

Commit e8838aa

Browse files
authored
RESTWS-988: Update to OpenMRS Platform 2.7.x and Support Java 21 (#670)
* Update to Platform 2.7.x * Merge 2.5 and 2.7 * Merge 2.4 and 2.7 * Merge omod and omod-2.7 * Update ChangePasswordController1_8 * Move InitPathMatcher2_4 to the correct package * Address review comments * Add the licence header * Revert AnimalResource_1_11 * Update tests * Update tests * Update AnimalClassResourceLegacy * Remove setCurrentOpenMRSVersion method * Revert formatting changes * Revert formatting changes * Revert formatting changes * Merge omod and commons * Revert "Merge omod and commons" This reverts commit c68ef20. * Move RestServiceImplTest to omod * Remove AnimalClassResourceLegacy.java * fix doSearch_shouldProcessIncludeAll * update doSearch_shouldProcessIncludeAll * update doSearch_shouldProcessIncludeAll * Use hamcrest in ProviderController2_0Test
1 parent 12982eb commit e8838aa

File tree

563 files changed

+714
-1429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

563 files changed

+714
-1429
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
platform: [ ubuntu-latest ]
16-
java-version: [ 8 ]
16+
java-version: [ 8, 11, 17, 21 ]
1717

1818
runs-on: ${{ matrix.platform }}
1919
env:

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>webservices.rest</artifactId>
6-
<version>2.51.0-SNAPSHOT</version>
6+
<version>3.0.0-SNAPSHOT</version>
77
</parent>
88
<artifactId>webservices.rest-integration-tests</artifactId>
99
<packaging>jar</packaging>

omod-2.4/pom.xml

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)