Commit graph

7 commits

Author SHA1 Message Date
Weijia Wang 6fd4a58877
Merge pull request #221651 from wegank/ballerina-darwin
ballerina: fix JAVA_HOME
2023-03-17 15:50:46 +02:00
Weijia Wang ba88a0bc54 ballerina: fix JAVA_HOME 2023-03-17 15:04:01 +02:00
R. Ryantm 98ee15d192 ballerina: 2201.2.2 -> 2201.4.0 2023-03-02 12:54:12 +00:00
R. Ryantm 55325e23f8 ballerina: 2201.2.1 -> 2201.2.2 2022-10-24 23:24:09 +08:00
Sebastian Reuße fc6517a55b ballerina: 2201.1.0 -> 2201.2.1
Additionally, we now force Java 11. While Ballerina documentation says to use
“Java 11 or above”, comments on GitHub indicate that Java 17 is currently
unsupported.

Using Ballerina 2201.2.1 on Java 17 yields me a ConcurrentModificationException
arising from the Ballerina compiler when compiling a simple test service. This
exception is avoided when running Ballerina on Java 11 instead.
2022-10-17 09:05:31 +02:00
Sebastian Reuße cd3591f562 ballerina: add smoke test 2022-08-19 08:39:55 +02:00
Sebastian Reuße 1be3859507 ballerina: init at 2201.1.0 2022-08-19 08:39:55 +02:00