ninja
ninja
here's relevant code that could be copied over https://github.com/microsoft/mssql-jdbc/blob/18db69cb8c7372c6bf5ba3fc883278436d48e26a/src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnection.java#L7401
here's a simplified standalone version of that code I used to get the job done: ```kotlin class MSSqlBrowserException(msg: String, cause: Exception? = null) : IOException(msg, cause) private const val BROWSER_PORT...
Here's a patch I made for the main branch, it's working pretty good so far - https://gist.github.com/ninja-/e6d28e4d1350775bfade I'll try to make one for branch 3.x
any update?
any update?
I am curious what's the reproducer from DTO point of view? or does it only affect custom serializers?
@jadahl let's have some discussion on merging this, let's not waste the work done here :D!
@skerit injecting patched versions into minecraft launcher is a bit of a pain at the moment, I wish we had some easier way btw >.>