You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Creating a lambda based on this results in
2025-01-08 00:44:39 67a87119-0069-48d8-90ad-5de8e2a32ee0 WARN CompositeHandler:126 - handleRequest: Completed with an exception.
java.lang.StringIndexOutOfBoundsException: begin 0, end -6, length 10
at java.lang.String.checkBoundsBeginEnd(Unknown Source) ~[?:?]
at java.lang.String.substring(Unknown Source) ~[?:?]
at com.microsoft.sqlserver.jdbc.ConfigurableRetryLogic.getCurrentClassPath(ConfigurableRetryLogic.java:290) ~[task/:?]
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Creating a lambda based on this results in
This is due to the following issue: microsoft/mssql-jdbc#2578
Expected behavior
That error doesn't happen.
Screenshots / Exceptions / Errors
See above
Connector Details (please complete the following information):
2025.1.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: