Community
Participate
Working Groups
Currently, the CFSB has an operations method that returns a factory of operations but each operation still needs to be run. This is partial refactoring work that never got completed correctly. CFSB should have API that actually perform operations (e.g. creating services, deleting services, etc..) rather than simply returning the operation without running them as callers may forget to call "run" on the operation and can be a source of bugs.
Im actually going to close this. The reason is that we need an interface that provides information from CF to CFT that different client providers can contribute via extension point, and one possible candidate is to enhance CloudBehaviourOperations to define this set of API. This work will now continue with this item instead: https://bugs.eclipse.org/bugs/show_bug.cgi?id=514512