-
-
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
[dmx] move binding to new build system #5078
Conversation
I can't get the tests running (this is not showing up in Travis since they are disabled).
and then it hangs forever. |
net.bytebuddy.byte-buddy;version='[1.7.9,1.7.10)',\ | ||
net.bytebuddy.byte-buddy-agent;version='[1.7.9,1.7.10)',\ | ||
org.apache.commons.collections;version='[3.2.1,3.2.2)',\ | ||
org.mockito.mockito-core;version='[2.13.0,2.13.1)',\ |
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.
This file will need to be regenerated because of the Mockito upgrade (openhab/openhab-core#647).
I still have problem getting the tests running. If I use
I I use the |
I will have a look at and come up with a PR to yours... |
@J-N-K pure JUnit tests should be placed in |
@J-N-K PR has been created against your branch. |
We now have a BOM (bom/openhab-addons/pom.xml) for the add-ons. So it has to be updated for the bundle "groupId" change too. |
Signed-off-by: Jan N. Klug <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]>
Signed-off-by: Markus Rathgeb <[email protected]>
Signed-off-by: Jan N. Klug <[email protected]>
todo: need to move unit tests |
Signed-off-by: Jan N. Klug <[email protected]>
Travis is happy, Jenkins fails in MQTT, I guess that is unrelated. From my side this is ready. |
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.
Thanks all!
Also-by: Markus Rathgeb <[email protected]> Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Pshatsillo <[email protected]>
Also-by: Markus Rathgeb <[email protected]> Signed-off-by: Jan N. Klug <[email protected]> Signed-off-by: Maximilian Hess <[email protected]>
Signed-off-by: Jan N. Klug [email protected]