-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[bin2json] bin2json Transformation #5348
Conversation
Signed-off-by: Pauli Anttila <[email protected]>
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.
I would say we merge the transform here, and people can move it over to core at some point if they want to.
Looks good so far, except the bundled jar file.
Please notify when you are done
...form.bin2json/src/main/java/org/openhab/transform/bin2json/internal/ConversionException.java
Outdated
Show resolved
Hide resolved
...enhab.transform.bin2json/src/main/java/org/openhab/transform/bin2json/internal/Bin2Json.java
Outdated
Show resolved
Hide resolved
|
||
== Third-party Content | ||
|
||
jbbp |
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.
Can the jbbp-1.4.1.jar
library be provided by maven as dependency instead of adding the jar file?
Signed-off-by: Pauli Anttila <[email protected]>
Signed-off-by: Pauli Anttila <[email protected]>
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 much better. You need to adapt the karaf feature file as well, so that the dependency is downloaded when installing the transformation.
Signed-off-by: Pauli Anttila <[email protected]>
Signed-off-by: Pauli Anttila <[email protected]>
Thanks David. I added it to Karaf features, even it most probably cause merge problems if merge is delayed. |
Forgotten that JBBP jar is not a OSGi bundle so build fails. I add static jar file back to binding. |
Signed-off-by: Pauli Anttila <[email protected]>
No you should use the "wrap" prefix. Have a look at all the other bundles in the karaf feature file that are using wrap already. If there is a maven release, a jar file will no longer be accepted. |
@davidgraeff, that's sounds great...will do. |
Signed-off-by: Pauli Anttila <[email protected]>
Signed-off-by: Pauli Anttila <[email protected]>
Binary To JSON transformation service Signed-off-by: Pauli Anttila <[email protected]> Signed-off-by: Pshatsillo <[email protected]>
Binary To JSON transformation service Signed-off-by: Pauli Anttila <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
Binary To JSON transformation service
Signed-off-by: Pauli Anttila [email protected]