Chintana Wilamuna
Chintana Wilamuna
I have a program with a dependent jar that has non-reducible loops. The program I'm running can also have non-reducible loops. Here I'm running the program through Kraal before native...
Introducing 2 command line options to exclude packages and class. Kraal will skip files that matches exclusion list, a comma separated list of packages and classes. --excludePackages="org.pkg1,org.pkg2" --excludeClasses="class1,class2" Signed-off-by: Chintana...
Thanks for publishing this useful tool. I'm trying to get native image generation for jars generated by [Ballerina language](https://ballerina.io/). When I'm testing, I could generate a simple jar file and...
Readme file on this repo should document, 1. What this repo is about, what's the component structure etc... 2. How it's related to product-apim 3. What's the significance of it...