Wouter Born
Wouter Born
Do you really mean `bom/pom.xml` or those new lines that are added to `bundles/pom.xml`?
Look at PR #13418 for a workaround. :wink:
This will be fixed when the following issues are fixed in the Maven archetype plugin: * https://issues.apache.org/jira/browse/ARCHETYPE-584 * https://github.com/apache/maven-archetype/pull/35 * https://github.com/apache/maven-archetype/pull/65 * https://issues.apache.org/jira/browse/ARCHETYPE-587
Is this still an issue for you @lolodomo now that [ARCHETYPE-637](https://issues.apache.org/jira/browse/ARCHETYPE-637) got fixed in 3.3.0 of the maven-archetype-plugin? The scripts don't specify a version so they use the latest version.
The Spotless issue is fixed with https://github.com/openhab/openhab-core/pull/4851.
See https://github.com/openhab/openhab-distro/issues/1540
It's in the super POM: https://github.com/openhab/infrastructure/blob/584bc58b00260c73613c51f13bfb55cf784ba3c3/pom.xml#L59 We probably want to override the version and test it in the sandbox build first, before going through the hassle of releasing the super...
I can reproduce the issue. It returns `false` [here](https://github.com/openremote/openremote/blob/181b51176e284dd326fdbb963a8975c2896d8bc7/manager/src/main/java/org/openremote/manager/asset/AssetStorageService.java#L888) which causes the error. It looks like it first removes gateways and their assets. Afterwards it tries to remove the remaining...
I tested if https://github.com/openremote/openremote/pull/1432 fixes this issue locally. However it still shows the error when you delete a gateway with those changes.
I can no longer reproduce this issue with the latest changes in #1432. :+1: