Wouter Born
Wouter Born
The Telldus binding mentions using 32-bit: https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.tellstick#telldus-core-bridge Some dependencies like Netty and Google/AWS SDKs and anything using JNA also use native libraries. It is probably less of an issue nowadays...
See also: https://github.com/openremote/openremote/actions/runs/10883105059/job/30195517098 ``` GatewayTest > Gateway asset provisioning and local manager logic test PASSED Test Verify gateway client service FAILED (16.9s) Condition not satisfied after 15.00 seconds and 76...
No see: https://github.com/openhab/openhab-addons/blob/dbaf081daa477af222f8078e0b8a0b9ac535e296/pom.xml#L74
> Can we somehow prevent lastnpe to check 3rdparty libs? It's a compilation error generated by the compiler and AFAIK you can't disable these for certain dirs/files or use some...
> Short feedback - with the latest code we still have some occurrences (463 imports) of org.apache.commons left: Only 159 occurrences left now. :slightly_smiling_face: ``` $ grep -iR "import org.apache.commons.io"...
The reason is explained in the first comment @FordPrfkt .
I have triggered a Core build!
No but I also just clicked that button. :rocket:
Micrometer has built in support for providing JVM metrics: https://docs.micrometer.io/micrometer/reference/reference/jvm.html Some interesting metrics for the dashboards might be the amount of JVM heap used/available. As well as how much CPU...
Looks like all .json files are currently configured to be cached for 1800 seconds (30 minutes): https://github.com/openremote/openremote/blob/d0167dbfcbd8391afc11e09b2e2258bdc8593a74/manager/src/main/java/org/openremote/manager/web/ManagerFileServlet.java#L60-L73 Request in the browser: 