-
-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use upstream nrjavaserial 3.15.0 on runtime #761
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ | |
<properties> | ||
<jetty.version>9.4.12.v20180830</jetty.version> | ||
<jna.version>4.5.2</jna.version> | ||
<nrjavaserial.version>3.15.0.OH2</nrjavaserial.version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That property has not been necessary at all, as it is used at one place -- in the feature. Now the bundle declaration in the feature has been moved at all to another feature repository. |
||
</properties> | ||
|
||
<build> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,7 +154,12 @@ | |
|
||
<feature name="openhab.tp-serial-rxtx" version="${project.version}"> | ||
<capability>openhab.tp;feature=serial;impl=rxtx</capability> | ||
<bundle>mvn:com.neuronrobotics/nrjavaserial/3.14.0</bundle> | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Extra line? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used that empty line to separate the commented stuff from other lines. |
||
<!-- Use "no liblockdev" version --> | ||
<!-- See: https://github.com/openhab/openhab-core/pull/761 --> | ||
<!-- See: https://github.com/openhab/openhab-core/issues/750 --> | ||
<!-- <bundle>mvn:com.neuronrobotics/nrjavaserial/3.15.0</bundle> --> | ||
<bundle>mvn:org.openhab/nrjavaserial/3.15.0.OH2</bundle> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be statically called, or should it be...
... like it was in the openhab-transport-serial? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version should be statically (I tried to already comment this in a self made review of my own changes). |
||
</feature> | ||
|
||
<feature name="openhab.tp-xtext" description="Xtext - Language Engineering Made Easy" version="${project.version}"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's just for testing (
runtime
POM is used in itests and for the Bnd based demo applications). I don't see any need to use a non upstream implementation there (we can consider to change it if someone needs it because he develop on an arm64 machine).