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

Topic - Edition

Java

3 items on 08 Jul 2026
Java GitHub Architecture

netty/netty: netty-4.1.136.Final

What's Changed SingleThreadEventExecutor: document Throwable safety contract on run() by @daguimu in #16814 Make HTTP/2 frame hashCode consistent with equals by @daguimu in #16692 Add BlockHound exception for…

Source: Netty Releases normanmaurer
Java GitHub

micronaut-projects/micronaut-core: Micronaut Core 5.1.4

What's Changed Improvements ⭐ sonar: Suppress false stream warning in StreamPair by @sdelamo in #12767 Ensure ByteBuf release during writes by @sdelamo in #12769 Track JRT file system for cleanup by @sdelamo in #12768…

Source: Micronaut Core Releases sdelamo
Java

BCE/ECB for Static, Semantic Web

TLDR: a static site splits into business components (BCs), each a directory exposing an index.html built with semantic markup and web standards only. The BCE pattern is usually explained with Java: JAX-RS resources as…

Source: Adam Bien Blog