ApproveJ Release v1.6.0
ApproveJ Release v1.6.0
RE: https://mastodon.social/@javapro/116330281280918292
This is a really useful collection of upgrades in a easily digestible format.
Time to open your mind to the #JVM or admit you're holding onto prejudice; these features are GPL, and a few, explicitly for you!
Just published: a real-time ISS tracker built with Java and Quarkus.
It streams live spacecraft position updates using Server-Sent Events, renders them with Qute, and runs entirely on the JVM.
Space + Java = always a good combination.
https://www.the-main-thread.com/p/real-time-iss-tracker-quarkus-sse-qute-java
Ever wonder what your #JVM really sees? Most #Java devs ship code every day without knowing what the bytecode actually looks like — or how the #JDK tools interpret it.
Mahendra Rao breaks it down with javap & reveals what happens behind the curtain.
Read: https://javapro.io/2025/11/27/behind-the-bytecode-exploring-java-features-with-javap-tool/
Less boilerplate sounds great. But are you trading it for hidden complexity? #PatternMatching adds power—and surprising pitfalls. @cayhorstmann dives into where it actually pays off.
Sharpen your mental model before production: https://javapro.io/2026/03/24/effective-pattern-matching-2026-edition/
What kills a technically solid #OpenSource project? Not bugs. Not architecture. Adoption. @verhas explains why his enterprise-grade documentation tool never found its audience & what developers actually want instead.
See the lessons learned: https://javapro.io/2026/02/20/why-i-abandoned-my-30-year-open-source-project/
Java TLS has been a blind spot for eBPF-based #observability tools for years. JSSE runs entirely inside the JVM with no exported symbols and nothing to attach to.
Here is how to solve it: https://coroot.com/blog/java-tls-instrumentation-with-ebpf/
Benchmarking our eBPF Java TLS agent against OpenTelemetry, Coroot added only +15% CPU overhead vs +38% from OTEL, which dropped 20% of requests under load.
#opensource #FOSS #OpenTelemetry #eBPF #Monitoring #SysAdmins #Linux #Java #JVM #JSSE #DevOps #Kubernetes #SRE