JJADExinjadex.hashnode.dev00Why I Built JADEx Instead of Switching to Kotlin1d ago · 6 min read · Every Java team eventually has that conversation. Someone opens a PR, there's a NullPointerException in production, and someone says: "We should just migrate to Kotlin." I've had that conversation. AnJoin discussion
JJADExinjadex.hashnode.dev00What if Java had Kotlin-style null-safety without migrating your Spring Boot project to Kotlin?Apr 2 · 2 min read · I've been working on JADEx (Java Advanced Development Extension) which is a safety layer that makes Java safer by adding Null-Safety and Final-by-Default semantics without rewriting Java codes and modJoin discussion
JJADExinjadex.hashnode.dev00Safer Java Without Rewriting Java: Meet JADExMar 12 · 4 min read · JADEx (Java Advanced Development Extension) is a safety layer that makes Java safer by adding Null-Safety and Final-by-Default semantics without modifying the JVM. GitHub: https://github.com/nieuwmijJoin discussion