Abel Matos
Abel Matos
Can we also remove the error log? We shouldn't log it if an Exception is thrown. https://github.com/dotnet/aspnetcore/blob/21e8836755b8be5f7fc7bf35d9f5b87ae60b62a0/src/SignalR/clients/java/signalr/core/src/main/java/com/microsoft/signalr/OkHttpWebSocketWrapper.java#L135
I'm using the default installed version java 21. there is a 17 too https://github.com/actions/runner-images/blob/ubuntu22/20240516.1/images/ubuntu/Ubuntu2204-Readme.md#java e.g. ``` # https://github.com/actions/runner-images/blob/ubuntu22/20240516.1/images/ubuntu/Ubuntu2204-Readme.md#java - name: Switch to Java 17 run: echo "JAVA_HOME=$JAVA_HOME_17_X64" | tee -a...
Same issue with `provider::kubernetes::manifest_decode_multi`
@olegz olegz Should this value be made configurable for both `OutputBindingLifecycle` and `InputBindingLifecycle`? Having sensible defaults is great, but it would be even better to allow users to customize the...