ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Fix Graalvm build for module-ballerinax-persist.sql #7381

Closed warunalakshitha closed 2 days ago

warunalakshitha commented 2 days ago

Description

We are getting error {ballerina/sql:1}ApplicationError&{ballerina/sql:1}Error ("Error in SQL connector configuration: The program tried to reflectively invoke method public void com.microsoft.sqlserver.jdbc.SQLServerDataSource.setEncrypt(java.lang.String) without it being registered for runtime reflection. Add public void com.microsoft.sqlserver.jdbc.SQLServerDataSource.setEncrypt(java.lang.String) to the reflection metadata to solve this problem.

Version

No response