Problem description:
- given:
- I use Optimize 2.2
- and I want to upgrade to 2.3
- when:
- I execute the upgrade script
- then:
- I get an error, although nothing is wrong:
Execute upgrade... ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
- I get an error, although nothing is wrong:
- expected:
- the script only logs an error if there went something wrong during the upgrade
Hint:
We should think about adding the logging framwork in the parent module as a dependency, so we resolve this issue in every module that will every be created. On the other hand we will remove the transport client and replace it with the http client. Then we might not have this issue anymore anyways, so it would be okay to fix it just in the upgrade module.