Converting Let’s Encrypt Certificate into Java JKS Keystore for Tomcat
It’s really no rocket science, I can just never remember it exactly. So here it is: (more…)
Read more »Java enums will be enhanced with generics support and with the ability to add methods to individual items, a new JEP shows. Since both features can be delivered with the same code change, they are bundled together in the same JEP. The change only affects …