James Hilliard
James Hilliard
I'm not using rauc, but I have the same issue with [swupdate](https://sbabic.github.io/swupdate/) which should be directly applicable here. Currently I have a hacky lua script that uses the bootctl binary...
@Zhentar If you want to send an email to the address in my profile I can give you some more info.
FYI this failure appears to be due to the gradle version being too old, so i think #546 is probably also needed for tests to pass.
@johndevs Could you take a look at this? It would be good to have this fixed so that jdk16/gradle7 upgrades aren't blocked for projects that depend on this plugin.
@johndevs I managed to get all the tests passing, could you take a look and see if this is good to merge now?
This test: https://github.com/jpos/jPOS/pull/402/checks?check_run_id=2070940240
Seems this is where it starts: ```java 2021-03-09T22:17:15.9825130Z TransactionManagerTestCase > testFastAbort() STANDARD_ERROR 2021-03-09T22:17:15.9828593Z Exception in thread "SystemMonitor" com.sleepycat.je.ThreadInterruptedException: (JE 18.3.12) txnmgrtest java.lang.InterruptedException THREAD_INTERRUPTED: InterruptedException may cause incorrect internal state, unable...
Supporting reconfiguration of devices without unique ID's would be helpful for certain types of devices such as the [hlk-sw16](https://github.com/home-assistant/core/tree/dev/homeassistant/components/hlk_sw16) which is a 16 switch device that does not have hardware...
> Here is another approach https://github.com/home-assistant/core/pull/38341/files I think the main issue with that approach is that it's not really possible to trigger the reauth flow manually. For devices like the...
> * Remove `build_rust` subcommand (the `setup.py` entry point is deprecated, so no need to support it IMO) I would recommend holding off on this as [it's not currently possible...