component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [330:337]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return new BaseOSGiImpl<>((executionContext, op) ->
            run(
                executionContext,
                t -> {
                    try {
                        return op.apply(t);
                    }
                    catch (Exception e) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [347:354]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        return new BaseOSGiImpl<>((executionContext, op) ->
            run(
                executionContext,
                t -> {
                    try {
                        return op.apply(t);
                    }
                    catch (Exception e) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



