ballerina-lang
ballerina-lang copied to clipboard
The Ballerina Programming Language
Consider a scenario where I have specified a package version in the Ballerina.toml which is not available locally, but I have included the property `repository=local`. e.g., ```toml [[dependency]] org =...
### Description We've observed that the Ballerina.toml file isn't being updated with each tool configuration run. This becomes problematic when there are interdependent tool configurations relying on the details updated...
### Description > $Subject ### Describe your problem(s) With the Ballerina tool integration, we can define tool configurations in the `Ballerina.toml` file. The tool options for the OpenAPI tool are...
### Description According to [ballerina central](https://central.ballerina.io/), "Organization name can only contain alphanumeric values with lower case letters and cannot start with numeric values". However ballerina toml org field validation regex...
## Purpose title. Fixes #42556 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...
## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #41507 Fixes #41635 ## Approach > Describe how you are implementing...
## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues. Fixes #35191 ## Approach Fix xml attribute access on all subtypes of...
### Description With #42512 we are using the nBallerian's function type implementation in jBallerina. However nBallrina's implementation doesn't take `@typeParam` annotation in to consideration. Therefore in #42622 we are using...
## Purpose $subject. Fixes #42698 ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related...
### Description Xml to record conversion is not working for below scenario, ``` John Hollywood FL USA ``` ### Steps to Reproduce _No response_ ### Affected Version(s) _No response_ ###...