mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade to Karaf 4.4.4 (#3814)
* Sync runtime dependencies with Karaf 4.4.4, most notably: * Jetty 9.4.52.v20230823 * JNA 5.13.0 * SLF4J 2.0.6 * Pax Logging 2.2.3 * Pax Web 8.0.22 * Resolve itest runbundles * Use new Pax Web features to simplify dependency management * Add specs features because Pax Web now depends on "asm" Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -62,7 +62,7 @@ public class UpgradeTool {
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, loglevel);
|
||||
System.setProperty(org.slf4j.simple.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, loglevel);
|
||||
|
||||
String baseDir = commandLine.hasOption(OPT_DIR) ? commandLine.getOptionValue(OPT_DIR)
|
||||
: System.getenv("OPENHAB_USERDATA");
|
||||
|
||||
Reference in New Issue
Block a user