InlineTypes are coming to Java! But what does that mean for you? This session explains the advances being made in Project Valhalla to improve Java's memory d... (more…)
Read more »
I just watch pretty good talk about Java 8 features and I made the notes. Sharing them with you. (more…)
Read more »
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 »
The newest release 4.3.2 of the official ArangoDB Java driver comes with load balancing for cluster setups and advanced fallback mechanics. Load balancing strategies Round robin There are two different strategies for load balancing that the Java driver pr... (more…)
Read more »
JEP 440, finalizing Record Patterns, has been promoted from Proposed to Target to Targeted status for JDK 21, following feedback-driven enhancements in JEP 432 and JEP 405. Record patterns now allow for powerful data navigation and processing when used wi... (more…)
Read more »