Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature]: Multiple developers cannot work in a single integration project #3644

Open
Bhashinee opened this issue Sep 30, 2024 · 0 comments

Comments

@Bhashinee
Copy link
Member

Bhashinee commented Sep 30, 2024

Description

Description

At xxx project structure we organized the logic as

  • Integration logic is deployed separately
  • Endpoints, properties and other environment dependent things that are used by integrations are deployed separately (env dependent CApp)

When multiple people work on endpoint project adding their own endpoint, the artifact.xml and pom.xml files get conflicted. The reason we identified was, the integration studio try to reorganize the entries in these files in alphabetical order or some manner automatically. When merging the pull requests, even if developers are not supposed to know or touch artifact.xml most of the time it is conflicted by changes of another developer who added a completely different endpoint.

This makes the integration studio not suitable for team development. Please fix.

Affected Component

IntegrationStudio

Version

MI 4.2.0

Environment Details (with versions)

Windows 10

Related Issues

https://github.com/wso2-enterprise/wso2-mi-internal/issues/660

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant