Tagged articles
2 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Dec 4, 2025 · Databases

Why MySQL JDBC Stalls on Java Virtual Threads—and What to Do

The article examines how MySQL’s JDBC driver has been slow to adopt Java’s virtual thread (Loom) support compared with Oracle, PostgreSQL, MariaDB and SQL Server drivers, explains the technical reasons behind the delay, offers a workaround by replacing synchronized with ReentrantLock, and recommends upgrading to the 9.x driver for optimal performance and security.

Driver CompatibilityJDBCJava virtual threads
0 likes · 5 min read
Why MySQL JDBC Stalls on Java Virtual Threads—and What to Do
360 Quality & Efficiency
360 Quality & Efficiency
May 23, 2016 · Information Security

Compatibility Testing: Common Pitfalls and Strategies for Software, Drivers, and OS

This article outlines common compatibility testing challenges across software components, online upgrades, driver interactions, and operating system variations, and provides practical testing strategies to detect and mitigate issues such as version mismatches, file ordering, and security software conflicts.

Driver CompatibilityOS compatibilitySoftware Testing
0 likes · 6 min read
Compatibility Testing: Common Pitfalls and Strategies for Software, Drivers, and OS