I usually recommend NOT supporting concurrent development on a single package. It’s painful.
Generally, the “need” for concurrent development comes from packages that are doing too much. Aggressive scoping of packages can help with this.
Manual procedures can be developed and followed to minimize concurrency and dev delays. When parallel dev MUST happen, the only effective approach I’ve seen implemented is manual merging. Not pretty, but doable.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB