Fix JSON to EDI Data Binding in REST client #55
Merged
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.
Fixes: ballerina-platform/ballerina-library#6813
This pull request introduces several enhancements and fixes to the EDI REST codegen functionality. Below are the key changes included in this PR:
Limit Package Name Length: The organization and package name length has been limited to a maximum of 256 characters. This change helps ensure that our package naming conventions adhere to commonly accepted standards and prevents issues related to overly long names that could affect system performance and usability.
Fix JSON to EDI Code Generation: Addressed an issue in the JSON to EDI REST code generation process. This fix ensures that the conversion logic correctly handles all specified edge cases, improving the reliability of our code generation tool.
Add Examples for REST Codegen: Added new examples to the REST code generation documentation. These examples are intended to provide clearer guidance and support for users utilizing our codegen tools, demonstrating practical use cases and enhancing user understanding.