OpenSSL based Authenticode signing for PE/MSI/Java CAB files - mtrojnar/osslsigncode... (more…)
Read more »
As developers, we have a tendency to focus on what our code is supposed to do, the happy path. Unfortunately, the real world is rarely that simple. Our code ... (more…)
Read more »
The Amazon Corretto team introduces the open source Heapothesys benchmark, a synthetic workload that simulates fundamental application characteristics that affect garbage collector (GC) latency. The benchmark creates and tests GC load scenarios defined by... (more…)
Read more »
A pragmatic guide to Java logging—what should we log, what shouldn’t we log, and how to implement Java logging properly. (more…)
Read more »
Enhance the Java programming language with records, which are classes
that act as transparent carriers for immutable data. Records can be thought of
as nominal tuples. (more…)
Read more »