Show r/java: jbundle – GitHub Action to ship JVM apps as self-contained binaries (no JDK required on target)
Show r/java: jbundle – GitHub Action to ship JVM apps as self-contained binaries (no JDK required on target)
#Java UI in 2026: The Complete Guide
https://robintegg.com/2026/02/08/java-ui-in-2026-the-complete-guide.html
Today, a great guest blog post:
Rediscovering #Java #ServiceLoader: Beyond Plugins and Into Capabilities

When you think of Java modularity, chances are your first thoughts land on JPMS, or perhaps on Spring’s flexible configuration model. For those who 'experienced' like me, thought can reach OSGI specification or other stacks like Vert-X. Yet long before either, Java offered a minimal yet powerful mechanism for loose coupling: ServiceLoader. In this article, we’ll explore what ServiceLoader is, how it works under the hood, what its limitations are, and how to use it effectively in a modern Java e
⚡ Veld Framework v1.0.3: Compile-Time Dependency Injection
Key innovation: ASM bytecode weaving only for @inject on private fields.
Zero runtime reflection. Everything else is pure method calls.
Performance: 5.9M ops/ms | startup: 1μs | memory: 2.1MB
🏗️ All contributors are welcome!
GitHub: https://github.com/yasmramos/Veld
#Java #OpenSource #Microservices #DI #DependencyInjection #CompileTime #Veld