trivago runs a GraphQL gateway handling 9,000+ req/s per subgraph.
After migrating to GraalVM Native Image, they:
β eliminated warm-up
β reduced replicas from 43 to 12
β cut CPU usage
Learn more about their migration process and recommendations: medium.com/graalvm/insi...
Posts by GraalVM
Bootiful GraalVM by @thomaswue.dev and @starbuxman.joshlong.com:
www.youtube.com/watch?v=YlMi...
What if you could replace C++ with Java for a real-time robotics stack?π€
Hebi Robotics's Florian Enner did exactly that using GraalVM Native Image shared libraries.
Learn how and see cool demos in this Devoxx talk π www.youtube.com/watch?v=md2J...
whoa hey! Where did that come from? @graalvm.org I believe, and the amazing people at @jetbrains.com who have made #webassembly components out of it! (A nice extra trick for this one if you come to @wasm.io)
Learn how Asana uses GraalVM to run Scala and TypeScript in the same process, sharing caches to accelerate data computation for live client updates: asana.com/resources/sc...
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.
PyEditor for ESA SNAP, available since v1.5 of EOMasters Toolbox Pro, allows to use packages like #numpy on Linux and do data analysis directly in SNAP.
On Windows this will still take a little while. The maintainers of GraalPython are working on this. @graalvm.org
#earthobservation #remotesensing
Learn how Picnic built a rule engine on GraalVM, where rules are defined in JavaScript or Python and executed by a Java backend, handling 37M evaluations and 2M actions daily π
medium.com/graalvm/java...
Arconia CLI Supercharge Your Spring Boot Workflow brew install arconia-io/tap/arconia-cli # Run your Spring Boot application during development arconia dev # Build your application as a native executable arconia build --native # Run tests for your Java application arconia test # Build a container image using Cloud Native Buildpacks arconia image build buildpacks --image-name ghcr.io/thomasvitale/myapp # Migrate your application to Spring Boot 4.0 arconia update spring-boot --to-version 4.0
The new version of the Arconia CLI is now out, ready to supercharge your Spring Boot workflow π The CLI uses Java 25, Spring Boot 4, and is now powered by @picocli.bsky.social after migrating from Spring Shell. It's released as a native executable with @graalvm.org and released with @jreleaser.org.
Learn how you can build your custom GraalVM distribution from source: github.com/oracle/graal...
Building an AI Travel Assistant with GraalVM, @micronautfw.bsky.social, and @langchain4j.dev: medium.com/graalvm/buil... by @alina-yurenko.bsky.social
This is one of the @tamboui.dev demo applications, compiled to a native binary using @graalvm.org . It runs natively at 60fps+ (only limited by the refresh rate that is set in the demo) and consumes about 20MB of RAM.
melix.github.io/blog/2026/02...
Are you looking for a summer internship?π¨βπ
Join our team on a mission to make all languages fast, and developers all over the world more productive!
Learn more and apply:
www.graalvm.org/community/in...
Good morning #JFokus!π
Make sure to catch @ssmith.bsky.social and @fniephaus.com to ask anything you want to know about GraalVM & WebAssembly, and attend their session on Wednesday!
Fusion 1.0.33 released π
Better HTTP server, smarter CLI config, improved Handlebars, cleaner logs, Tomcat 11.0.15.
π github.com/yupiik/fusion
#java #opensource #frameworks @graalvm.org
GraalVM 25.0.2 is now available! π
Upgrade to get the latest security updates and improvements.
Release notes: www.graalvm.org/release-notes/
Downloads: www.graalvm.org/downloads/
New blog post: Fast AI Search with GraalVM, Spring Boot, and Oracle AI Database: medium.com/oracledevs/f... by @alina-yurenko.bsky.social
Jfokus speaker banner with Shaun Smith and Fabio Niephaus presenting "GraaVM + Wasm: Fast, Efficient, Portable Apps".
I'm really looking forward to @jfokus.se which is coming up soon! It's always a great conference and you might still be able to find tickets so you can join @fniephaus.com and me as we sail our longship to the mysterious lands of #WebAssembly and @graalvm.org.
The @kotlinlang.org team at @jetbrains.com is working on a @graalvm.org-compiled kotlinc. Early experiments look very promising:
> So far, a native image with PGO offers a properly "warmed-up" kotlinc and with up to 20% more peak throughput.
Ticket: youtrack.jetbrains.com/issue/KT-823...
A practical guide to high-performance serverless with GraalVM and Spring: www.infoworld.com/article/4078...
#GraalVM #Spring #serverless
Really great to see plans for adding better integrated support for running @graalvm.org language implementations for JavaScript, Python, and WebAssembly in your Spring applications! github.com/spring-proje...
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...
Introduce support for JavaScript, Python and Wasm execution via Graal languages in Spring framework π github.com/spring-proje... by @seb.deleuze.fr
GraalVM 25 October CPU release is now available!π
Upgrade to get the latest security updates and improvements.
www.graalvm.org/downloads/
Nice demo from @fniephaus.com from the @graalvm.org team of a Spring Boot application summarizing various files with MarkItDown and Hugging Face Transformers popular Python libraries with GraalPy. github.com/fniephaus/gr...
GraalVM Community Summit has started π
This year we are welcoming over 70 participants!:) π
@graalvm.org #GraalVMSummit
WebAssembly support is now available in MySQL Heatwave!
Compiled code runs at near-native speed, securely sandboxed by GraalVM π
Learn more: blogs.oracle.com/mysql/post/w...
Interesting approach to bridge multiple languages (WASM, Python, TypeScript) into Java using GraalVM: