Skip to content

Commit

Permalink
Merge pull request #668 from xlight05/bump-dep-u8
Browse files Browse the repository at this point in the history
Bump depedencies for update 8
  • Loading branch information
xlight05 committed Sep 21, 2023
2 parents 5202a23 + 9033bc2 commit 28ba065
Show file tree
Hide file tree
Showing 10 changed files with 112 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
distribution: 'graalvm'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
distribution: 'graalvm'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: 'false'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
distribution: 'graalvm'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: 'false'
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '17.0.7'
distribution: 'graalvm'
distribution: 'graalvm-community'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
set-java-home: 'false'
Expand Down
105 changes: 66 additions & 39 deletions ballerina-tests/tests/test.bal

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerinax"
name = "azure.functions"
version = "4.1.0"
distribution = "2201.7.0"
distribution = "2201.8.0"
repository = "https://github.com/ballerina-platform/module-ballerinax-azure.functions"
license = ["Apache-2.0"]
keywords = ["azure", "functions", "serverless", "cloud"]
Expand All @@ -16,5 +16,5 @@ path = "../native/build/libs/azure.functions-native-4.1.0-SNAPSHOT.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.8.0"
path = "./lib/mime-native-2.8.0.jar"
version = "2.9.0"
path = "./lib/mime-native-2.9.0.jar"
34 changes: 17 additions & 17 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
name = "auth"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.6.0"
version = "3.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -33,15 +33,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.3.0"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -50,7 +50,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.8.1"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.9.2"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -93,7 +93,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -110,7 +110,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -201,7 +201,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.1"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -215,7 +215,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -225,7 +225,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -238,15 +238,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.7.0"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -258,7 +258,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -267,15 +267,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerinax"
name = "azure.functions"
version = "@toml.version@"
distribution = "2201.7.0"
distribution = "2201.8.0"
repository = "https://github.com/ballerina-platform/module-ballerinax-azure.functions"
license = ["Apache-2.0"]
keywords = ["azure", "functions", "serverless", "cloud"]
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:constraint-ballerina:${stdlibConstraintVersion}"
ballerinaStdLibs "io.ballerina.stdlib:io-ballerina:${stdlibIoVersion}"
ballerinaStdLibs "io.ballerina.stdlib:log-ballerina:${stdlibLogVersion}"
ballerinaStdLibs "io.ballerina.stdlib:regex-ballerina:${stdlibRegexVersion}"
ballerinaStdLibs "io.ballerina.stdlib:mime-ballerina:${stdlibMimeVersion}"
ballerinaStdLibs "io.ballerina.stdlib:auth-ballerina:${stdlibAuthVersion}"
ballerinaStdLibs "io.ballerina.stdlib:jwt-ballerina:${stdlibJwtVersion}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public class Constants {
public static final String FUNCTION_JSON_NAME = "function.json";

public static final String BALLERINA_ORG = "ballerina";
public static final String NATIVE_BUILDER_IMAGE_NAME = "azure_native_builder";
public static final String NATIVE_BUILDER_IMAGE = BALLERINA_ORG + "/" + NATIVE_BUILDER_IMAGE_NAME;
public static final String NATIVE_BUILDER_IMAGE_NAME = "azf_native_builder";
public static final String NATIVE_BUILDER_IMAGE = BALLERINA_ORG + "/" + NATIVE_BUILDER_IMAGE_NAME + ":" + "java17";

public static final String CONTAINER_OUTPUT_PATH = ":/app/build/output";

Expand Down
39 changes: 19 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,23 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8'
group=org.ballerinax.azurefunctions
version=4.1.0-SNAPSHOT
systemProp.org.gradle.internal.publish.checksums.insecure=true
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
stdlibConstraintVersion=1.3.0
stdlibIoVersion=1.5.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibHttpVersion=2.9.0
stdlibAuthVersion=2.9.0
stdlibFileVersion=1.8.0
stdlibRegexVersion=1.4.3
stdlibCacheVersion=3.6.0
stdlibCryptoVersion=2.4.0
stdlibTimeVersion=2.3.0
stdlibMimeVersion=2.8.0
stdlibOsVersion=1.7.0
stdlibTaskVersion=2.4.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0
stdlibUuidVersion=1.6.0
stdlibUrlVersion=2.3.0
observeVersion=1.1.0
observeInternalVersion=1.1.0
ballerinaLangVersion=2201.8.0
stdlibConstraintVersion=1.4.0
stdlibIoVersion=1.6.0
stdlibLogVersion=2.9.0
stdlibHttpVersion=2.10.0
stdlibAuthVersion=2.10.0
stdlibFileVersion=1.9.0
stdlibCacheVersion=3.7.0
stdlibCryptoVersion=2.5.0
stdlibTimeVersion=2.4.0
stdlibMimeVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0
stdlibJwtVersion=2.10.0
stdlibOAuth2Version=2.10.0
stdlibUuidVersion=1.7.0
stdlibUrlVersion=2.4.0
observeVersion=1.2.0
observeInternalVersion=1.2.0
ballerinaGradlePluginVersion=2.0.1

0 comments on commit 28ba065

Please sign in to comment.