Interesting comparison from the @quarkus.io maintainers shows that @graalvm.org native image remains by far the best option to deploy Quarkus applications for optimizing startup time, container image size, and memory consumption (RSS). Link in comments.
05.03.2026 17:30 β
π 4
π 1
π¬ 1
π 0
Quarkus 3.32.2 - Maintenance release
Quarkus: Supersonic Subatomic Java
We released Quarkus 3.32.2, with the first round of fixes for our 3.32 stream. Looking forward to more reports as we stabilize the upcoming 3.33 LTS. quarkus.io/blog/quarkus...
05.03.2026 09:09 β
π 3
π 2
π¬ 0
π 0
Fabric8 Kubernetes Client 7.6 is now available! - Marc Nuri
Fabric8 Kubernetes Client 7.6 is available! Check out the major changes and learn how you can contribute.
Fabric8 Kubernetes Client 7.6.0 is out! π
β¨ Kubernetes 1.35 (Timbernetes) support
β¨ New Vert.x 5 HTTP client implementation
β¨ OkHttp upgraded to 5.3.2
π TLS, timeout & type erasure fixes
π blog.marcnuri.com/fabric8-kube...
03.03.2026 11:20 β
π 6
π 5
π¬ 0
π 0
How Project Leyden brought a new perspective
Quarkus: Supersonic Subatomic Java
In this new post, @gsmet.bsky.social explains how Project Leyden gave us a fresh perspective on improving Quarkus, and more broadly Java, applications startup. Library or framework developer? This oneβs for you. quarkus.io/blog/leyden-1/
24.02.2026 16:02 β
π 7
π 5
π¬ 0
π 1
I'll be at @devnexus.bsky.social 2026 in Atlanta next week helping to promote Open Source, and specifically @langchain4j.dev!
Come by booth 27 in the open source area and say hi (& also play a cool game that I built using @langchain4j.dev, agents, and @intellijidea.com)!
23.02.2026 20:43 β
π 9
π 5
π¬ 0
π 0
We have released 1.0.0.Alpha1 of the a2a-java SDK, which updates to the (still in progress) 1.0 A2A protocol specification.
More details:
* quarkus.io/blog/a2a-jav...
* medium.com/@kabir_khan/...
20.01.2026 10:55 β
π 5
π 4
π¬ 0
π 0
Quarkus Community Call on the first and third Tuesday of each month at 2PM (Paris time)
We host a Quarkus Community Call on the first and third Tuesday of each month at 2PM (Paris time) to discuss technical topics and project updates.
View the call calendar for details:
calendar.google.com/calendar/emb...
06.01.2026 22:00 β
π 1
π 2
π¬ 0
π 0
30.12.2025 10:54 β
π 11
π 1
π¬ 0
π 1
Build your first reactive messaging app with Quarkus.
I turned a classic βorder β kitchen β notificationβ workflow into a fully reactive pipeline with channels, stream completion, and message transformation. No Kafka needed. Pure Quarkus.
buff.ly/46p0hKI
#Java #Quarkus #ReactiveMessaging
25.12.2025 07:15 β
π 5
π 2
π¬ 0
π 0
Tool Guardrails - Protecting Your Function Calls :: Quarkiverse Documentation
You will find more doc on: docs.quarkiverse.io/quarkus-lang....
The implementation is relatively trivial, but they are some annoying edge cases (like always :-))
11.12.2025 17:31 β
π 0
π 0
π¬ 1
π 0
tokio-rs / axum
Ergonomic and modular web framework built with Tokio, Tower, and Hyper
tokio-rs / axum: Ergonomic and modular web framework built with Tokio, Tower, and Hyper β
24031 https://github.com/tokio-rs/axum
06.12.2025 20:06 β
π 5
π 3
π¬ 0
π 0
Mastering the Java Monorepo: Dynamic Builds, Mixed JDK Versions, and Auto-Updating Badges
How I automated 100+ Java/Quarkus projects with one GitHub Action that detects changes, picks the correct JDK, and updates README badges automatically.
www.the-main-thread.com/p/java-monor...
06.12.2025 08:15 β
π 4
π 2
π¬ 0
π 0
The Marco Show is back with a new episode! Marco and @kevindubois.com (IBM, Quarkus team) discuss the evolution of Java: cloud, AI, GraalVM, hot reloads, and the Quarkus revolution. Watch now and join the giveaway! https://youtu.be/IRqTbgC2JLU
#TheMarcoShow #Java #Developers #Quarkus #SpringBoot
12.11.2025 15:05 β
π 17
π 6
π¬ 1
π 0
ArC was rewritten from Gizmo 1 to Gizmo 2.
ArC was rewritten from Gizmo 1 to Gizmo 2. What does that mean for you?
Learn the impacts in Ladislav Thon's blog post, "ArC migrates to Gizmo 2".
quarkus.io/blog/arc-mig...
11.11.2025 18:01 β
π 7
π 5
π¬ 0
π 0
Quarkus 3.26 quietly gave Qute a superpower.
With dynamic includes (_id), templates can now adapt at runtime. Perfect for dashboards, CMS pages, and feature-flagged UIs.
I wrote a full hands-on tutorial for Java developers: buff.ly/RFRTiL0
#Java #Quarkus #Qute #Developers
08.11.2025 07:15 β
π 9
π 4
π¬ 0
π 0
Continued Focus on Native by Severin Gehwolf
Quarkus continues to focus on native for swift start-up time and low memory footprint. Learn more in By Severin Gehwolf's blog post, "Continued Focus on Native"
quarkus.io/blog/continu...
03.11.2025 19:00 β
π 11
π 7
π¬ 0
π 1
Quarkus 3.29 - Multiple cache backends and Qute DAP debugger support
Quarkus: Supersonic Subatomic Java
New release time: Quarkus 3.29 is here!
Whatβs new?
- Define multiple cache backends
- Debug your Qute templates with DAP support. οΏΌ
- Hibernate ORM & Reactive extensions now stay enabled even if you have no entity. οΏΌ
buff.ly/wHFaqEr
#CloudNative #JavaFramework
#Java #Quarkus
30.10.2025 11:01 β
π 2
π 3
π¬ 0
π 0
How to Secure Your A2A Server Agent with Keycloak OAuth2
Quarkus: Supersonic Subatomic Java
π #A2A Java SDK 0.3.0.Final is here with security and cloud enhancements!
Check out our blog post to learn how to:
Β π Secure your server agent with Keycloak OAuth2
Β π Configure your client to obtain and pass the required token
quarkus.io/blog/quarkus...
28.10.2025 15:51 β
π 2
π 3
π¬ 0
π 0
Quarkus gRPC Zero
Learn how Quarkus gRPC Zero brings gRPC code generation into the JVM so you no longer need native 'protoc' binaries. Add the extension, build your project, and the generated stubs appear just like before in this blog post by Andrea Peruffo.
quarkus.io/blog/grpc-ze...
28.10.2025 13:05 β
π 4
π 3
π¬ 1
π 0
Wednesday IBM TechXchange Quarkus Sessions
Wednesday IBM TechXchange Quarkus Sessions:
"USAA Innovative Approach to Align Platform Strategies with Business Goals" w/ Stephen Grace & Casey Cruise
"Think Agentic AI is only for Python? Think again. Javaβs in the game" w/ Don Bourne, Alasdair Nottingham, and Daniel Oh
(1/2)
08.10.2025 12:03 β
π 2
π 2
π¬ 1
π 0
New extensions added to the extensions catalog in September
Check out the new extensions added to the extensions catalog in September!
quarkus.io/extensions/n...
#ExtendQuarkus
08.10.2025 14:04 β
π 4
π 2
π¬ 0
π 0
Mandrel 25 is Here!
Quarkus: Supersonic Subatomic Java
Mandrel 25, a downstream distribution of GraalVM 25, is here!
This release brings a lot of great new features around monitoring, DX, and platform support.
Learn more: quarkus.io/blog/mandrel...
03.10.2025 10:29 β
π 12
π 7
π¬ 0
π 0
Check out the new #Quarkus #AI landing page π€©
quarkus.io/ai/
02.10.2025 16:13 β
π 9
π 4
π¬ 0
π 0
There will be plenty of opportunity to get in depth with Quarkus next week at Devoxx Belgium.
There will be plenty of opportunity to get in depth with Quarkus next week at Devoxx Belgium.
October 6-10 in Antwerp, Belgium
github.com/quarkusio/qu...
#quarkusworldtour
30.09.2025 12:01 β
π 5
π 5
π¬ 0
π 0