opsgenie-configuration-backup
opsgenie-configuration-backup copied to clipboard
PR - rebased of ibre5041/master
@masovsky @vojtechDB
- Create a separate PR for Log4j version upgrade mentioning the use case/reason for upgrading
- Create a separate PR for Java version upgrade
- Regarding support for web behind proxy, please update the ReadME file stating the command to use, use case and the steps to test it.
@masovsky java -Dhttp.nonProxyHosts="github.mycompany.com" -Dhttps.proxyHost=192.168.100.1 -Dhttps.proxyPort=8080 -jar OpsGenieExportUtil-0.xx.xx.jar ....... The above command doesn't work. You will have to modify README mentioning how to run the jar file using above proxy properties.
Hello, and thanks for all the edits can we know when we will have the new version because we are blocked by the proxy from ni internal gitlab thank you
@masovsky @vojtechDB
- Create a separate PR for Log4j version upgrade mentioning the use case/reason for upgrading
- Create a separate PR for Java version upgrade
- Regarding support for web behind proxy, please update the ReadME file stating the command to use, use case and the steps to test it.
The latest Log4J is not available for Java 1.6. That's Why these two patches have to be applied together.