Talking to Postgres Through Java 16 Unix-Domain Socket Channels

Reading a blog post about what’s coming up in JDK 16 recently,
I learned that one of the new features is support for Unix domain sockets (JEP 380).
Before Java 16, you’d have to resort to 3rd party libraries like jnr-unixsocket in order to use them.
If y… Read more

Similar

Java 14 GA

This page provides production-ready open-source builds of the Java Development Kit, version 14, an implementation of the Java SE 14 Platform under the GNU General Public License, version 2, with the Classpath Exception. (more…)

Read more »