Add LS support for importing mule projects and expose available migration tools#265
Merged
LakshanWeerasinghe merged 11 commits intoballerina-platform:mainfrom Sep 1, 2025
Merged
Conversation
69fc28f to
579df50
Compare
...cture-model-generator-core/src/main/java/io/ballerina/projectservice/core/MigrationTool.java
Show resolved
Hide resolved
...tension/src/main/java/io/ballerina/projectservice/extension/response/ImportMuleResponse.java
Outdated
Show resolved
Hide resolved
ee5f9b6 to
8be2cd7
Compare
...tension/src/test/java/io/ballerina/designmodelgenerator/extension/GetMigrationToolsTest.java
Outdated
Show resolved
Hide resolved
...r-ls-extension/src/test/java/io/ballerina/designmodelgenerator/extension/ImportMuleTest.java
Outdated
Show resolved
Hide resolved
...or/modules/architecture-model-generator-ls-extension/src/main/resources/migration_tools.json
Outdated
Show resolved
Hide resolved
8be2cd7 to
e40f1d9
Compare
dan-niles
reviewed
Aug 29, 2025
...odel-generator-core/src/main/java/io/ballerina/projectservice/core/baltool/BalToolsUtil.java
Outdated
Show resolved
Hide resolved
NipunaRanasinghe
previously approved these changes
Aug 29, 2025
Contributor
Author
|
The project migration test failed due to the generated functions.bal file from the project having different orderings of function definitions. functions.bal generated in the GitHub actionfunctions.bal generated locallyBoth use the same migrate-mule version and consistently exhibit this ordering difference. Why exactly this happens needs to be investigated further. Since the single mule file test case is passing, it should be acceptable to remove this test case, as from BI's perspective it doesn't matter whether we are migrating a single |
4 tasks
e6476ea to
b599b12
Compare
LakshanWeerasinghe
approved these changes
Sep 1, 2025
b599b12 to
d137e5d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
$subject
Fixes wso2/product-ballerina-integrator#974
Related: wso2/product-ballerina-integrator#380