Build: #2401 was successful
Job: Default Job was successful
Code commits
openmrs-core master
-
Ivo <teleivo@users.noreply.github.com> 04e9a7792aa35737caa6a6975ac5171bfe38c1e3
Let dependabot ignore incompatible lucene deps
according to the compatibility matrix of hibernate search at http://hibernate.org/search/releases/ our lucene deps need to be on 5.5 as we are on hibernate search 5.11
dependabot allows us to ignore version ranges. We will need to adjust them whenever we do major updates.- .github/dependabot.yml (version 04e9a7792aa35737caa6a6975ac5171bfe38c1e3)
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b36db22ed2f6f3b0049d9685368e20785065749c
maven(deps): bump maven-war-plugin from 2.4 to 3.3.1
Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 2.4 to 3.3.1.
- [Release notes](https://github.com/apache/maven-war-plugin/releases)
- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-2.4...maven-war-plugin-3.3.1)
Signed-off-by: dependabot[bot] <support@github.com>- pom.xml (version b36db22ed2f6f3b0049d9685368e20785065749c)
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 70a6cffdf3e0cafaa8dac6737f47a2308723bf9b
maven(deps): bump aspectjrt from 1.9.5 to 1.9.6
Bumps [aspectjrt](https://github.com/eclipse/org.aspectj) from 1.9.5 to 1.9.6.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)
Signed-off-by: dependabot[bot] <support@github.com>- pom.xml (version 70a6cffdf3e0cafaa8dac6737f47a2308723bf9b)
-
achilep <pahonsibebeto@gmail.com> 62a5d93135a9d070b92b05dce60cb69b63e3d819
TRUNK-5817: Migrate web and webapp package tests to Junit 5
- web/pom.xml (version 62a5d93135a9d070b92b05dce60cb69b63e3d819)
-
achilep <pahonsibebeto@gmail.com> 85a357ee6e2457ea519554e23ed223d1c4ae5b74
TRUNK-5817: Migrate web and webapp package tests to Junit 5
- web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java (version 85a357ee6e2457ea519554e23ed223d1c4ae5b74)
-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 33ab45e71287a98b1a82700f2fe44bea843cdd21
maven(deps-dev): bump mysql-connector-java from 8.0.20 to 8.0.21
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.21.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.20...8.0.21)
Signed-off-by: dependabot[bot] <support@github.com>- pom.xml (version 33ab45e71287a98b1a82700f2fe44bea843cdd21)
-
Ivo <teleivo@users.noreply.github.com> 29c5199608923e4f57bd391fb0da9f8dbf487102
Remove unused dom4j from root pom.xml
dom4j is vulnerable according to https://github.com/openmrs/openmrs-core/network/alert/pom.xml/dom4j:dom4j/open
but we do not even use it, so let's just remove it
I did remove it earlier from the api/pom.xml but forgot to remove it from the root pom.xml- pom.xml (version 29c5199608923e4f57bd391fb0da9f8dbf487102)
-
Ian Bacher f82c1b28c7e8a598c603c173b9aa284f36a7fb5e
Add some notes on dependencies
Also refactors Lucene to use a property.- pom.xml (version f82c1b28c7e8a598c603c173b9aa284f36a7fb5e)
-
Wolf Schlegel <wolf.schlegel@thoughtworks.com> defefc82072aecaffc7b0c3f9b1f549e1e625805
TRUNK-5817 add wrapper for the DatabaseUpdater class to support mocking without PowerMock
- api/src/main/java/org/openmrs/liquibase/LiquibaseProvider.java (version defefc82072aecaffc7b0c3f9b1f549e1e625805)
- web/src/main/java/org/openmrs/web/filter/update/DatabaseUpdaterWrapper.java (version defefc82072aecaffc7b0c3f9b1f549e1e625805)
- web/src/main/java/org/openmrs/web/filter/update/UpdateFilterModel.java (version defefc82072aecaffc7b0c3f9b1f549e1e625805)
- web/src/test/java/org/openmrs/web/filter/update/UpdateFilterModelTest.java (version defefc82072aecaffc7b0c3f9b1f549e1e625805)