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... (more…)
Read more »
A failure to sanity check signatures for division-by-zero flaws makes forgeries easy. (more…)
Read more »
SAML v2.0 bindings in Java using JAXB. Contribute to FusionAuth/fusionauth-samlv2 development by creating an account on GitHub. (more…)
Read more »
MCS Queued Lock variations. Contribute to Skylarkarms/MCS-variations development by creating an account on GitHub. (more…)
Read more »
RefDiff - A tool to compare different versions of Java source code to find refactoring changes between them... (more…)
Read more »