boot/src/main/java/org/apache/karaf/minho/boot/service/LifeCycleService.java [68:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try {
                runnable.run();
            } catch (final Exception e) {
                ise.addSuppressed(e);
            }
        });
        if (ise.getSuppressed().length > 0) {
            throw ise;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



boot/src/main/java/org/apache/karaf/minho/boot/service/LifeCycleService.java [87:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            try {
                runnable.run();
            } catch (final Exception e) {
                ise.addSuppressed(e);
            }
        });
        if (ise.getSuppressed().length > 0) {
            throw ise;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



