JBang provides a way of running Java code as a script, similar to JShell. However, unlike JShell, JBang works great on Java 8 and can be used to automatically download dependent libraries as well. In fact, JBang can even run without Java being installed -… Read more
Similar
The title says that CodenameOne is Xamarin's Java cousin but it really is much more than that. CodenameOne is a very light, open source, '... (more…)
Read more »
Nowadays, an increasing number of applications uses deserialization. This
technique, based on rebuilding the instance of objects from serialized byte
streams, can be dangerous since it can open the application to attacks such as
remote code execution (RCE... (more…)
Read more »
stackparam - JVM agent to add method parameters to Java stack traces... (more…)
Read more »
Second part of Scala enumerations, after some discussions. Looking at enumerations libs overheads, and Java enums as an alternative.
Read more »
Enhance the Shenandoah garbage collector with experimental generational collection capabilities to improve sustainable throughput, load-spike resilience, and memory utilization. (more…)
Read more »