summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/AppUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix NPESimon Rettberg2024-05-151-1/+3
|
* [AppUtil] logHeader: Print VM bitnessSimon Rettberg2022-03-241-0/+6
|
* Print maximum VM memory in logHeader()Simon Rettberg2022-03-221-0/+12
|
* AppUtil: Fix opening jar file if running from network shareSimon Rettberg2022-02-141-23/+24
| | | | | | | | Turning the URL of the jar into either an URI, or the URI into a string results in a representation that the File constructor cannot turn back into a meaningful path to the file. Fix this by directly opening an InputStream from the URL instance, without the File detour.
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-1/+1
|
* Add util methods to print App information from MANIFEST.MFManuel Bentele2021-07-021-0/+147