-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ballerina-platform/openap…
…i-tools into constraint_b_o # Conflicts: # openapi-bal-service/src/main/java/io/ballerina/openapi/converter/diagnostic/DiagnosticMessages.java # openapi-bal-service/src/main/java/io/ballerina/openapi/converter/service/OpenAPIComponentMapper.java # openapi-cli/src/test/resources/testng.xml
- Loading branch information
Showing
858 changed files
with
275,224 additions
and
7,738 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Ensure all Java files use LF. | ||
*.java eol=lf |
Validating CODEOWNERS rules …
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ The `openapi` command in Ballerina is used for OpenAPI to Ballerina and Ballerin | |
The OpenAPI compiler plugin will allow you to validate a service implementation against an OpenAPI contract during | ||
compile time. | ||
This plugin ensures that the implementation of a service does not deviate from its OpenAPI contract. | ||
For more information on the supported operations, go to [Using the OpenAPI Tools](https://ballerina.io/swan-lake/learn/using-the-openapi-tools/) | ||
For more information on the supported operations, go to [Using the OpenAPI Tools](https://ballerina.io/learn/openapi-tool/) | ||
## Building from the Source | ||
|
||
### Setting Up the Prerequisites | ||
|
@@ -68,7 +68,7 @@ All contributors are encouraged to read the [Ballerina Code of Conduct](https:// | |
## Useful Links | ||
|
||
* Discuss about code changes of the Ballerina project in [[email protected]](mailto:[email protected]). | ||
* Chat live with us via our [Slack channel](https://ballerina.io/community/slack/). | ||
* Chat live with us via our [Discord server](https://discord.gg/ballerinalang). | ||
* Post all technical questions on Stack Overflow with the [#ballerina](https://stackoverflow.com/questions/tagged/ballerina) tag. | ||
* View the [Ballerina performance test results](https://github.com/ballerina-platform/ballerina-lang/blob/master/performance/benchmarks/summary.md). | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,55 @@ | ||
org.gradle.caching=true | ||
group=io.ballerina | ||
version=1.2.0-SNAPSHOT | ||
version=1.8.0-SNAPSHOT | ||
|
||
#dependency | ||
ballerinaLangVersion=2201.2.0-20220714-175300-1f0ead80 | ||
testngVersion=7.4.0 | ||
ballerinaLangVersion=2201.8.0-20230816-121900-c1174ddd | ||
testngVersion=7.6.1 | ||
slf4jVersion=1.7.30 | ||
org.gradle.jvmargs=-Xmx4096M | ||
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 | ||
commonsLang3Version=3.9 | ||
commonsIoVersion=2.6 | ||
netLingalaZip4jVersion=2.8.0 | ||
jacocoVersion=0.8.6 | ||
|
||
#stdlib | ||
stdlibIoVersion=1.2.2 | ||
stdlibRegexVersion=1.3.0 | ||
stdlibFileVersion=1.3.0 | ||
stdlibOsVersion=1.3.0 | ||
stdlibLogVersion=2.3.0 | ||
stdlibMimeVersion=2.3.0 | ||
stdlibCryptoVersion=2.2.2 | ||
stdlibAuthVersion=2.3.0 | ||
stdlibHttpVersion=2.3.1-20220715-183500-7edae09 | ||
stdlibTimeVersion=2.2.2 | ||
stdlibTaskVersion=2.2.2 | ||
stdlibCacheVersion=3.2.2 | ||
stdlibJwtVersion=2.3.0 | ||
stdlibOAuth2Version=2.3.0 | ||
stdlibUuidVersion=1.3.0 | ||
stdlibUrlVersion=2.2.2 | ||
stdlibXmldataVersion=2.2.2 | ||
stdlibGraphqlVersion=1.3.1 | ||
stdlibGrpcVersion=1.3.0 | ||
stdlibWebsubVersion=2.3.0 | ||
stdlibConstraintVersion=1.0.0-20220711-153400-5cab109 | ||
jacocoVersion=0.8.10 | ||
swaggerParserVersion=2.1.16 | ||
puppycrawlCheckstyleVersion = 10.12.1 | ||
|
||
# Stdlib Level 01 | ||
stdlibIoVersion=1.5.0 | ||
stdlibRegexVersion=1.4.3 | ||
stdlibTimeVersion=2.3.0 | ||
stdlibUrlVersion=2.3.0 | ||
stdlibXmldataVersion=2.6.0 | ||
|
||
# Stdlib Level 02 | ||
stdlibConstraintVersion=1.3.0 | ||
stdlibCryptoVersion=2.4.0 | ||
stdlibLogVersion=2.8.1-20230718-085900-36c385c | ||
stdlibOsVersion=1.7.0 | ||
stdlibTaskVersion=2.4.0 | ||
|
||
# Stdlib Level 03 | ||
stdlibCacheVersion=3.6.0 | ||
stdlibFileVersion=1.8.0 | ||
stdlibMimeVersion=2.8.0 | ||
stdlibUuidVersion=1.6.0 | ||
|
||
# Stdlib Level 04 | ||
stdlibAuthVersion=2.9.0 | ||
stdlibJwtVersion=2.9.0 | ||
stdlibOAuth2Version=2.9.0 | ||
|
||
# Stdlib Level 05 | ||
stdlibHttpVersion=2.10.0-20230809-150400-0c9cad9 | ||
|
||
# Stdlib Level 06 | ||
stdlibGrpcVersion=1.9.1-20230809-211700-feffbef | ||
stdlibWebsocketVersion=2.9.1-20230809-174700-6942521 | ||
stdlibWebsubVersion=2.9.1-20230809-211400-c6c75d2 | ||
|
||
# Stdlib Level 07 | ||
stdlibGraphqlVersion=1.10.0-20230809-214800-d775b0d | ||
|
||
# Ballerinax Observer | ||
observeVersion=1.0.4 | ||
observeInternalVersion=1.0.3 | ||
observeVersion=1.1.0 | ||
observeInternalVersion=1.1.0 |
Oops, something went wrong.