I have a requirement of writing a ballerina util function that can alternatively wait on a given set of futures and return the result, where the number of futur
This code below for ballerina Java interop is failing to generate the data signature. Can you spot why it is failing on the following line? The code is run with
This code below for ballerina Java interop is failing to generate the data signature. Can you spot why it is failing on the following line? The code is run with
It's me again! After getting help with this question here, I managed writing a little microservice in Ballerina. For that I switched to Swan Lake as recommended
I checked out Ballerina and built using mvn clean install. I get the following error. [ERROR] Failed to execute goal com.github.spotbugs:spotbugs-maven->plu
I am trying to invoke a function using java reflection. My initial program is written in Ballerina which is given below. import ballerina/http; function __getQ