Skip to content

Commit

Permalink
[Automated] Sync master after 1.15.0 release (#2149)
Browse files Browse the repository at this point in the history
* Move dependencies to stable versions

* [Automated] Update the native jar versions

* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v1.15.0'.

* [Gradle Release Plugin] - new version commit:  'v1.15.1-SNAPSHOT'.

* Update the changelog after 1.15.0 release

---------

Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent d145c95 commit f65d34f
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion ballerina-tests/graphql-test-common/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "graphql-native"
version = "1.15.0"
path = "../native/build/libs/graphql-native-1.15.0-SNAPSHOT.jar"
path = "../native/build/libs/graphql-native-1.15.0.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "graphql-commons"
version = "1.15.0"
path = "../commons/build/libs/graphql-commons-1.15.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.15.0.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin"
class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.15.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.15.0.jar"

[[dependency]]
path = "../commons/build/libs/graphql-commons-1.15.0-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.15.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20250127-101700-a4b67fe5"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.15.0] - 2025-02-08

### Added
- [[#4122] Introduce Parallel Execution for GraphQL Resolvers](https://github.com/ballerina-platform/ballerina-library/issues/4122)

Expand Down
44 changes: 22 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.15.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
version=1.15.1-SNAPSHOT
ballerinaLangVersion=2201.11.0

checkstylePluginVersion=10.12.0
spotbugsPluginVersion=6.0.18
Expand All @@ -15,35 +15,35 @@ jacocoVersion=0.8.10

# Ballerina Library Dependencies
# Level 01
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
stdlibUrlVersion=2.5.0-20250127-170200-e4cac31
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0
stdlibUrlVersion=2.5.0

# Level 02
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
stdlibLogVersion=2.11.0-20250127-173700-45079a8
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
stdlibConstraintVersion=1.6.0
stdlibCryptoVersion=2.8.0
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0
stdlibTaskVersion=2.6.0

# Level 03
stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
stdlibFileVersion=1.11.0-20250128-125300-1f45bfa
stdlibMimeVersion=2.11.0-20250127-182500-46c9896
stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6
stdlibCacheVersion=3.9.0
stdlibFileVersion=1.11.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0

# Level 04
stdlibAuthVersion=2.13.0-20250127-182300-e14b66f
stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703
stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c
stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0
stdlibAuthVersion=2.13.0
stdlibDataJsonDataVersion=1.0.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0

# Level 05
stdlibHttpVersion=2.13.0-20250129-095000-ebfea77
stdlibHttpVersion=2.13.0

# Level 06
stdlibWebsocketVersion=2.13.0-20250129-104700-183ad34
stdlibWebsocketVersion=2.13.0

# Ballerinax Observer
observeVersion=1.4.0-20250127-170200-f9c0dec
observeInternalVersion=1.4.0-20250127-171000-b05ff1d
observeVersion=1.4.0
observeInternalVersion=1.4.0

0 comments on commit f65d34f

Please sign in to comment.