-
-
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
[max] remove dependency on org.apache.commons.net.util #8418
[max] remove dependency on org.apache.commons.net.util #8418
Conversation
Replace org.apache.commons.net.util.Base64 with java.util.Base64 Signed-off-by: Marcel Verpaalen <[email protected]>
Travis tests have failedHey @marcelrv, |
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.
LGTM. travis fails on itests.
Travis tests have failedHey @marcelrv, |
@openhab/core-maintainers Do you know why all the tests in itest are failing with a strange
|
itests seem a bit unstable when run on individual bindings. It won't run for me locally either 😞 I guess we can merge this. |
Travis fails because it does a partial build which doesn't build the bnd indices (the |
It does seem these tests now fail. I had forgotten Jenkins skips tests when building. 🙁 |
…ab#8418)" This reverts commit 6aa1793. It breaks the build because test fails. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
This reverts commit 6aa1793. It breaks the build because test fails. Moved standard unit test to binding itself. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Replace org.apache.commons.net.util.Base64 with java.util.Base64 Signed-off-by: Marcel Verpaalen <[email protected]>
…penhab#8423) This reverts commit 6aa1793. It breaks the build because test fails. Moved standard unit test to binding itself. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Replace org.apache.commons.net.util.Base64 with java.util.Base64 Signed-off-by: Marcel Verpaalen <[email protected]>
…penhab#8423) This reverts commit 6aa1793. It breaks the build because test fails. Moved standard unit test to binding itself. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Replace org.apache.commons.net.util.Base64 with java.util.Base64 Signed-off-by: Marcel Verpaalen <[email protected]>
…penhab#8423) This reverts commit 6aa1793. It breaks the build because test fails. Moved standard unit test to binding itself. Signed-off-by: Hilbrand Bouwkamp <[email protected]>
Replace org.apache.commons.net.util.Base64 with java.util.Base64
eliminating several warning messages
[WARNING] org.openhab.binding.max.internal.command.MCommand.java:[23] The package org.apache.commons.net.utils should not be used.
Signed-off-by: Marcel Verpaalen [email protected]