Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

2 items on 19 Jul 2026
Java GitHub Frameworks

apache/dubbo: dubbo-3.2.20

What's Changed Init SslContext when channel inited by @AlbumenJ in #15664 3.2.19 release by @oxsean in #15771 update .asf.yaml by @RainYuY in #15780 Fix Update Zookeeper download URL in build-and-test-pr.yml by…

Source: Dubbo Releases RainYuY
Java

Security Baked Into the JVM: the Safe Codebase Audit Pipeline

In Part 1, the minimal deployment showed constraints traveling with the proxy: authentication, encryption, hardened deserialization, all declared in configuration and enforced at the call boundary. The proxy is a JAR.…

Source: A Java geek