Manoj Lakshan

Results 18 comments of Manoj Lakshan

@dkayiwa @ibacher could you please review this work?

> Are you able to run this on our bamboo CI server? This has not integrate with CI process yet, I just need to review my work and then we...

@dkayiwa here are the steps to generate liquilbase snapshot automatically 1. set ENV variable called `OPENMRS_INSTALLATION_SCRIPT` `export OPENMRS_INSTALLATION_SCRIPT=/liquibase/scripts/installation.properties` 2. run the script, `username` and `passowrd` refer to a MySQL user:...

> Can we also avoid running the tests? yes we can , when make a release we run the tests so I think we do not need to run the...

> So can you make the necessary changes? Update the script to generate snapshot without dropping the existing database.

@Craigacp I use JENV to manage multiplue java version in my machine. So my `$JAVA_HOME` is set as `/home/manoj/.jenv/versions/1.8.0.202`

@wikumChamith @dkayiwa can you have a look on this PR?

Previous [PR](https://github.com/openmrs/openmrs-core/pull/4819) was closed by deleting the head repository.

@ibacher what about adding logger for "Log4JCompatibility" in `log4j2.xml` file. By adding the "Log4JCompatibility" logger configuration, 'log4j' can capture all log messages for this logger and send them to the...

@ibacher initializing the `log4j` logger after the `log4j2` memory appender starts, that cause to set the `compatinilityLogger` level to `OFF`.