1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-2348

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> b6ba388457f38c4f9af77d7fc2bc1ab12354dbb4 TRUNK-5816 Run action on BinaryStreamHandlerTest
since its an easier one to assert we can read what we wrote into it
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> 87b67e09cb41f975bcc2472805b8ecacd0eb9519 TRUNK-5816 Make action name refer to jira task
so its clear to everyone that we run this action for now to figure out why the MediaHandlerTest and BinaryStreamHandlerTest fail on Windows
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> cb02ca1148b8ef5e7ff07583b85f0a6c72979119 TRUNK-5816 Add caching on GitHub action
Not sure if ~/.m2 will work on Windows. Most likely not. Lets see
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> a439568e4c9dfa1a7ebf98c8aad3d0da8314c47b TRUNK-5816 Comma invalid on Windows
not sure yet how to pass 2 files on windows
the comma seems invalid
Ivo <teleivo@users.noreply.github.com> Ivo <teleivo@users.noreply.github.com> 379bf76fae3ee2477c95cd8a2cbc2f6aa9238233 TRUNK-5816 Reproduce failing tests on Windows
using GitHub actions which we can run on Windows

see https://talk.openmrs.org/t/junit-5-migration/29273/50
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> c5928a553593ba2f798fad220b7627519ccbdf71 Revert "TRUNK-5816 Make StartModuleExecutionListener JUnit independent"
This reverts commit 117033748d6da65428b485c75952b26c5c8349ee.
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> b86a624a8c4abc6c87d8cace079768a3644e770e Revert "TRUNK-5816 Run StartModuleAnnotationTest"
This reverts commit 00a3747a41d41e2739fd011058933104f7527b06.

Fails due to java.lang.IllegalStateException: Failed to load ApplicationContext
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 00a3747a41d41e2739fd011058933104f7527b06 TRUNK-5816 Run StartModuleAnnotationTest
it was not run since all tests in the test folder are excluded from the
surefire plugin in the api

https://github.com/openmrs/openmrs-core/blob/d5585afd4142a3facb1d12340e0c4588f0db6565/api/pom.xml#L363-L367
Most likely so that the BaseContext...Test classes dont get picked up.
Not sure if they would actually run tough since they have no @Test
annoation. We can double check that.

Moving the test to the annotation package since there is already a
StartModuleAnnotation test
teleivo <teleivo@users.noreply.github.com> teleivo <teleivo@users.noreply.github.com> 117033748d6da65428b485c75952b26c5c8349ee TRUNK-5816 Make StartModuleExecutionListener JUnit independent
so it can be reused in JUnit 4 and 5 BaseContextSensitiveTests