Bump the http library version to 2.14.7#427
Bump the http library version to 2.14.7#427nipunayf merged 1 commit intoballerina-platform:1.2.xfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the HTTP library version from 2.14.6 to 2.14.7 to resolve failing test cases. The changes also include updating the crypto library version from 2.9.1 to 2.9.2 and the jsondata library version from 1.1.1 to 1.1.3 in test resource files. Additionally, a label correction was made to change "Open Model/Embedding Provider" to "OpenAI Model/Embedding Provider", and a regex pattern fix was applied to prevent incorrect removal of leading letters in AI module names.
Key Changes
- Updated HTTP library version from 2.14.6 to 2.14.7 across all test configuration files
- Updated crypto library version from 2.9.1 to 2.9.2 in test resource files
- Fixed AI provider label generation to correctly handle module names starting with "ai"
Reviewed Changes
Copilot reviewed 50 out of 50 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| gradle.properties | Updated stdlibHttpVersion property to 2.14.7 |
| flow-model-generator test resources | Updated HTTP version references in JSON test configuration files |
| AiUtils.java | Fixed regex pattern to prevent incorrect removal of "ai" prefix from module names |
| architecture-model-generator test resources | Updated HTTP version references in JSON test configuration files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...es/flow-model-generator-core/src/main/java/io/ballerina/flowmodelgenerator/core/AiUtils.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 44 out of 44 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
225baf1 to
2d62405
Compare
2d62405 to
c081168
Compare
Purpose
$title to fix the failing test cases