Skip to content

Commit ac332ea

Browse files
authored
Reflect decision to drop support for runtime-ballerina (#5164)
1 parent 3753daf commit ac332ea

File tree

6 files changed

+1
-121
lines changed

6 files changed

+1
-121
lines changed

ansible/files/runtimes.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -241,22 +241,6 @@
241241
}
242242
}
243243
],
244-
"ballerina": [
245-
{
246-
"kind": "ballerina:0.990",
247-
"default": true,
248-
"image": {
249-
"prefix": "openwhisk",
250-
"name": "action-ballerina-v0.990.2",
251-
"tag": "nightly"
252-
},
253-
"deprecated": false,
254-
"attached": {
255-
"attachmentName": "codefile",
256-
"attachmentType": "text/plain"
257-
}
258-
}
259-
],
260244
"rust": [
261245
{
262246
"kind": "rust:1.34",

core/controller/src/main/resources/apiv1swagger.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,8 +2017,6 @@
20172017
"dotnet:2.2",
20182018
"dotnet:3.1",
20192019
"dotnet:default",
2020-
"ballerina:0.990",
2021-
"ballerina:default",
20222020
"rust:1.34",
20232021
"rust:default"
20242022
],

docs/actions-ballerina.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ into a language-specific tutorial. If your preferred language isn't supported di
5454
the [Docker](actions-docker.md) action or [native binary](actions-docker.md#creating-native-actions)
5555
paths more suitable. Or, you can [create a new runtime](actions-new.md).
5656

57-
* [Ballerina](actions-ballerina.md)
5857
* [Go](actions-go.md)
5958
* [Java](actions-java.md)
6059
* [JavaScript](actions-nodejs.md)

docs/dev/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ This page is generated via script `./gradlew :tools:dev:renderModuleDetails`. Se
4949

5050
| Module | Description | Module Status |
5151
|--- |--- |--- |
52-
| [openwhisk-runtime-ballerina](https://github.com/apache/openwhisk-runtime-ballerina) | Apache OpenWhisk Runtime Ballerina supports Apache OpenWhisk functions written in Ballerina | [![Build Status](https://travis-ci.com/apache/openwhisk-runtime-ballerina.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-ballerina) |
5352
| [openwhisk-runtime-deno](https://github.com/apache/openwhisk-runtime-deno) | Apache OpenWhisk Runtime Deno supports Apache OpenWhisk functions written in Deno | [![Build Status](https://travis-ci.com/apache/openwhisk-runtime-deno.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-deno) |
5453
| [openwhisk-runtime-docker](https://github.com/apache/openwhisk-runtime-docker) | Apache OpenWhisk SDK for building Docker "blackbox" runtimes | [![Build Status](https://travis-ci.com/apache/openwhisk-runtime-docker.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-docker) |
5554
| [openwhisk-runtime-dotnet](https://github.com/apache/openwhisk-runtime-dotnet) | Apache OpenWhisk Runtime .Net supports Apache OpenWhisk functions written in .Net languages | [![Build Status](https://travis-ci.com/apache/openwhisk-runtime-dotnet.svg?branch=master)](https://travis-ci.com/apache/openwhisk-runtime-dotnet) |
@@ -131,6 +130,7 @@ This page is generated via script `./gradlew :tools:dev:renderModuleDetails`. Se
131130
| [openwhisk-package-template](https://github.com/apache/openwhisk-package-template) | [DEPRECATED] - This is a template to be use when creating new packages for OpenWhisk |
132131
| [openwhisk-playground](https://github.com/apache/openwhisk-playground) | [DEPRECATED] - This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension |
133132
| [openwhisk-podspecs](https://github.com/apache/openwhisk-podspecs) | [DEPRECATED] - CocoaPods Podspecs repo for openwhisk-client-swift |
133+
| [openwhisk-runtime-ballerina](https://github.com/apache/openwhisk-runtime-ballerina) | Apache OpenWhisk Runtime Ballerina supports Apache OpenWhisk functions written in Ballerina |
134134
| [openwhisk-sample-matos](https://github.com/apache/openwhisk-sample-matos) | [DEPRECATED] - sample application with Message Hub and Object Store |
135135
| [openwhisk-sample-slackbot](https://github.com/apache/openwhisk-sample-slackbot) | [DEPRECATED] - A proof-of-concept Slackbot to invoke OpenWhisk actions. |
136136
| [openwhisk-selfserve-test](https://github.com/apache/openwhisk-selfserve-test) | [DEPRECATED] - Apache openwhisk |

tests/dat/actions/unicode.tests/src/ballerina/unicode.bal

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)