Advertisement · 728 × 90
#
Hashtag
#GraalVM
Advertisement · 728 × 90
Preview
native-image-config-transformer Additional transformers for the Maven shade plugin dealing with GraalVM native image configuration files.

Released version 1.0.1 of my #Native #Image #Config transformer plugin for the #Maven #Shade plugin that also deals with types defined in reachability-metadata-schema-v1.2.0.json format:

codeberg.org/michael-simo...

Useful if you need to shade stuff in ur projects that comes with #GraalVM config.

0 0 0 0
Preview
Java 26 Released: What Shipped in March 2026 Java 26 landed on March 17 with 10 JEPs — HTTP/3, AoT object caching, and the Applet API's final removal. Plus GraalVM Native 1.0 GA, JavaOne 2026, and the Spring/Jakarta ecosystem.

Java 26 Released: What Shipped in March 2026

techlife.blog/posts/java-m...

#Java #JDK26 #Spring #GraalVM #JakartaEE #TechNews

2 1 0 0
Preview
Closed-world assumption in Java Building Native Image for a Java application requires configuration of reflection, proxies, and other dynamic Java mechanisms. But why is this necessary if the JVM handles all of this automatically...

Building Native Image for Java applications needs reflection or proxy config Java mechanisms.

But why if the JVM handles this automatically?
We look at the differences between static and dynamic compilation in Java in the article. #java #jvm #graalvm

2 1 0 0
Post image

Awesome Roberto Cortez will tell us about #GraalVm and #Microservices : the last crusade!

At #jprime26!

Grab Your Pass 🚨
🗓️ 3-4 June 2026 !
📍 Sofia 🇧🇬 !
🎫 jprime.io/tickets

1 1 0 0
Preview
Catching Up with GraalVM: When “Faster Java” Turns into Patch Tuesday—and a Clean Break with Intel Macs -- ADTmag The story of GraalVM in early 2026: a project settling into a quarterly cadence, tightening its support matrix, and—thanks to Oracle—being very explicit about what it is no longer going to be.

Catching Up with GraalVM: When “Faster Java” Turns into Patch Tuesday—and a Clean Break with Intel Macs

#graalvm #java #oracle

adtmag.com/articles/202...

2 1 0 0
Preview
Catching Up with GraalVM: When “Faster Java” Turns into Patch Tuesday—and a Clean Break with Intel Macs -- ADTmag The story of GraalVM in early 2026: a project settling into a quarterly cadence, tightening its support matrix, and—thanks to Oracle—being very explicit about what it is no longer going to be.

GraalVM is entering a more operational phase with quarterly security patch cycles, Intel Mac support removed in the 25 stream, and a clearer separation from Oracle Java SE.

See what changed for Java teams: adtmag.com/articles/2026/03/03/catc...

#Java #GraalVM #DevOps

1 1 0 0
Post image

MapStruct + Quarkus works.

Until native build.

Or dev mode.

Then:
• ClassNotFoundException
• Stale mappers
• Hot reload confusion

The Quarkiverse MapStruct extension fixes both. Cleanly.

buff.ly/ombXitp

#Java #Quarkus #GraalVM #NativeImage

6 2 0 0
Post image

Как ускорить тесты проекта в 6 раз: от 10 минут к 101 секунде Почти 800 тестов, 10 минут на прогон, каждый пуш — ожи...

#scala #scalatest #testcontainers #postgresql #тестирование #оптимизация #параллелизм #sbt #graalvm #hikaricp

Origin | Interest | Match

0 0 0 0
Post image

Java на диете: 45 МБ RAM и старт за 1.4 с. Смертный приговор классическим JVM? Когда я впервые увидел, как мой сервис н...

#java #axiom #nik #graalvm #native #image #spring #boot #3 #project #loom

Origin | Interest | Match

1 0 0 0
Java на диете: 45 МБ RAM и старт за 1.4 с. Смертный приговор классическим JVM?

Java на диете: 45 МБ RAM и старт за 1.4 с. Смертный приговор классическим JVM? JVM 427 МБ VS Native 49 МБ (-88%) Когда я впервые ув...

#axiom #nik #graalvm #java #native #image #project #loom #spring #boot #3

Origin | Interest | Match

0 0 0 0

Java interop: Full (runtime class loading) 🤯 #GraalVM #JVM

3 0 0 0
Post image

Wanna try a faster alternative to jbang using GraalVM native-image + Crema?

github.com/borkdude/cre...

~20-30ms for executing Java "scripts" with dependencies. It's a shame the name JavaScript was already taken!

#clojure #graalvm #java

18 2 1 1
IBM Enterprise Build of Quarkus Demo - Native Executables
IBM Enterprise Build of Quarkus Demo - Native Executables YouTube video by Daniel Oh

#quarkus #ibm #native #graalvm
youtu.be/UFnFE4rOyDo

2 0 0 0
Video

Do you actually need JIT, or are you paying for unpredictability?
@thomaswue.dev (Founder of GraalVM) explains when JIT makes sense, when it doesn’t, and why predictable performance matters more than peak numbers.
🎥 Watch: youtu.be/naO1Up63I7Q
#GraalVM #Java #Performance #Compilers

6 3 0 1

Shenandoah/Generational-Shenandoah GC into Native Image reached a milestone according to Volker Simonis where there is no a libshenandoah, there are still quite some significant work remains tough.

Follow updates there: github.com/oracle/graal...
#shenandoah #openjdk #graalvm

1 0 0 0
FFI with GraalVM Native Image: The Real Work of Maintaining a Library That Crosses Language Boundaries It's not about compiling to native and calling it done. It's about stack overflows in unexpected places, locks that survive crashes, and data that vanishes between processes. Battle documentation from...

FFI with @graalvm.org Native Image: The Real Work of Maintaining a Library That Crosses Language Boundaries

avelino.run/ffi-graalvm-...

#ffi #graalvm #rust #learning #libc

0 0 1 0
Preview
What is JBang? The Complete Guide to Java Scripting - Marc Nuri Learn what JBang is and how it transforms Java into a scripting language. Complete guide with installation, dependencies, native images, and examples.

What is JBang? The Complete Guide to Java Scripting

#graalvm #groovylang #java #jbang #kotlin

blog.marcnuri.com/jbang...

1 1 0 0

Tired of GraalVM reflection configs and incompatible libraries? jbundle turns your JVM app into a single binary — zero external dependencies, full JVM compatibility, no setup headaches. Just `jbundle build` and ship

github.com/avelino/jbun...

#clojure #graalvm #nativeimage #java #scala #groove

6 2 1 0
Preview
[GR-52220] Support for Cosmopolitan Libc · Issue #8350 · oracle/graal Feature request Build-once, run-anywhere, but for native-image Is your feature request related to a problem? Please describe. Currently, one must run a Native Image build for each operating system ...

This is awesome, a single Actually Portable Executable (APE) compiled with #GraalVM + Cosmopolitan libc, runs on any OS and architecture. Cross-compilation was never possible for native-image... until now - github.com/oracle/graal...

1 0 0 0
Post image

Tu as déjà un #server #Pterodactyl et tu veux jouer à #Hytale ?
Check mon #git : git.zogg.fr/kraoc/hytale
#Docker #GraalVM #Tuning

(oui, je la joue à la korben lol)

0 0 0 0

If something feels strange, sorry, that was me. I just rebuild the universe. 😉

[3/8] Building universe...

#Java #GraalVM

1 1 0 0
Post image

My latest article with #SpringBoot on #CloudRun with #DDD, clean archi and #GraalVM has been highlighted on the Medium Google Cloud Community page 😍😍

medium.com/google-cloud...

#GoogleCloud #Java

2 2 1 0
Preview
High-Performance Spring Boot on Cloud Run with DDD, Clean Architecture, and GraalVM Introduction

Java on serverless is finally living up to the promise.

Spring Boot + GraalVM on Cloud Run delivers fast cold starts, lower memory use, and clean DDD-based architecture — without sacrificing scalability.

medium.com/google-cloud...

#Java #SpringBoot #Serverless #Cloud #GraalVM #Architecture

2 1 0 0
Preview
TornadoVM 2.0 release extends Java accelerator support for NVIDIA PTX, OpenCL, and SPIR-V -- ADTmag TornadoVM, an open-source plug-in for OpenJDK and GraalVM that compiles and offloads Java code to accelerators such as GPUs, released version 2.0 last month, adding support for new data types and memory-handling features to improve performance and reduce overhead on heterogeneous systems.

TornadoVM, an open-source plug-in for OpenJDK and GraalVM that compiles and offloads Java code to accelerators such as GPUs, has released version 2.0 with updates aimed at faster and more capable GPU execution.

Learn more: https://ow.ly/1fzE50XTqfe

#Java #GPU #OpenCL #GraalVM #HPC

4 3 0 0
Post image

🚀 New article

Spring Boot on Cloud Run with
DDD + Clean Architecture + GraalVM Native Image

⚡ Drastically reduced cold starts
🧼 Clean, testable domain
☕ Modern Java

📖 Link in comments👇

@javabubble.bsky.social

#Java #SpringBoot #GraalVM #CloudRun #googlecloud

2 4 1 0
jcli - Java Command Line Tool - 2026 Reboot

Try it today via Homebrew:

brew tap psumiya/jcli
brew install jcli

Full breakdown of the "vibe-based" reboot and the repo below:

- sumiya.page/2026/January...
- sumiya.page/2026/January...
- github.com/psumiya/jcli
- psumiya.github.io/jcli/

#Java #Java25 #GraalVM #GenerativeAI #jcli

(5/5)

1 1 0 0
Post image

Ready to go beyond basic @Inject?

Standard dependency injection is easy. But what about custom scopes? Reactive wiring? Making it all work in GraalVM Native Image?

Level up your CDI skills with this deep dive: buff.ly/iiFEgfc

#Java #GraalVM #Engineering #Quarkus

2 1 0 0

JIT warmup is like stretching before running.
Native image is like sprinting out of the womb.

#Elide #GraalVM #Native #JIT #Java

1 1 0 0
Preview
Release 0.33 · xmolecules/jmolecules-integrations ⭐ New Features Make Spring native image annotations an opt-in feature #388 Avoid generating EmbeddableInstantiators for records on Hibernate 7 #382 🐞 Bug Fixes Adding annotations to types can ca...

🥁📢 #jMolecules 2025.0.2 is out (2.0.1 spec, integration 0.33)! New features in the integrations: annotation generation for reflective metadata generation for domain types on #GraalVM. Avoid custom integration for embeddable records on Hibernate 7+. ☕️⚗️ github.com/xmolecules/j...

5 2 0 0