mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Upgrade nrjavaserial to fix file descriptor leak (#2899)
Uses an openHAB 5.2.1.OH1 build based on the latest changes in the nrjavaserial master branch (7aa21d1dc8
).
When there is an official release containing those changes we can upgrade to that.
Most importantly this fixes a file descriptor leak when checking lock dir permissions.
It also adds FreeBSD aarch64 (ARM64) support.
Fixes #1842
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
df978f434a
commit
5df95cd8be
@ -512,7 +512,7 @@
|
||||
<dependency>
|
||||
<groupId>com.neuronrobotics</groupId>
|
||||
<artifactId>nrjavaserial</artifactId>
|
||||
<version>5.2.1</version>
|
||||
<version>5.2.1.OH1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
||||
|
||||
<feature name="openhab.tp-serial-rxtx" version="${project.version}">
|
||||
<capability>openhab.tp;feature=serial;impl=rxtx</capability>
|
||||
<bundle>mvn:com.neuronrobotics/nrjavaserial/5.2.1</bundle>
|
||||
<bundle>mvn:com.neuronrobotics/nrjavaserial/5.2.1.OH1</bundle>
|
||||
</feature>
|
||||
|
||||
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy" version="${project.version}">
|
||||
|
Loading…
Reference in New Issue
Block a user