https://kotlinlang.org logo
t

tapac

08/18/2017, 11:02 AM
Please pay attention when use jdbc mysql driver with server-side prepared statements, there is memory leak in it. (https://bugs.mysql.com/bug.php?id=87429) Our team prepared custom build with fix for that driver, it is available in bug’s comment.
w

wouterdoeland

08/20/2017, 11:58 AM
How can I get this fix while using maven? Or do I not have to worry about it?
1
t

tapac

08/20/2017, 3:28 PM
Only if you will put patched jar in local folder and then target it as dependency.
6 Views