π€―...Chicory AOT compilation to JVM bytecode is awesome. The team has ported many awesome native libraries to pure Java: github.com/roastedroot
π€―...Chicory AOT compilation to JVM bytecode is awesome. The team has ported many awesome native libraries to pure Java: github.com/roastedroot
Cool⦠so this is kind of a replacement for WireMock, right? If that's the case, any plans to support HTTPS (with custom cert or keystore), HTTP/2, WebSocket and other useful features?
Screenshot of jfr-shell TUI
Nice terminal UI to explore JFR profiles using #TamboUI
By Jaroslav Bachorik
jbachorik.github.io/posts/jfr-sh...
#jfr #java #profiling
inference4j: Java Inference API for Onnx models. Run AI models in Java. Three lines of code, zero setup.
#ai #inference #java #models #onnx
github.com/inference4j/...
Amazing work! Out of the 300MB, how much of that is Clojure? Also, what's the Hello World binary size with the Crema interpreter?
Java interop: Full (runtime class loading) π€― #GraalVM #JVM
Today, @maxandersen.xam.dk and I are happy to announce TamboUI, a terminal UI framework for the Java ecosystem!
melix.github.io/blog/2026/02...
Out with the old, in with the new... Bruno Borges created this site on modern Java usage: https://javaevolved.gith...
Protobuf4j (protoc compiled to Wasm β JVM bytecode) now supports #Kotlin code generation - github.com/roastedroot/...
The Vite for Kotlin test suite fails with Kotlin 2.3.0 because...
Kotlin Wasm has been optimized enough, that the generated Wasm file is so small, that Vite decides to inline it entirely, so there is no visible Wasm in the output
#JDK26 fixes one of the last remaining virtual thread pinning issues, virtual threads now unmount from the carrier instead of pinning while waiting on class initialization by another thread. Better performance, no deadlocks - jdk.java.net/26/release-n... #JVM
Yeah, I was also surprised to see 0% CPU usage on VisualVM when there isn't much activity. Could this have something to do with the JBR25 update?
Project exposing a Delayed Queue, for #Java, #Kotlin and #Scala β¦ a database-powered message queue that can also delay messages, with support for your favourite RDBMS.
github.com/funfix/dat...
Using the #JDK HttpClient, or β¦ not.
Well it depends on each oneβs use cases.
blog.arkey.fr/2026/02/08/t...
nm, /account has BYOK option.. liking the experience so far.
Cool! Does it work with BYOK instead of using a JetBrains subscription? I was able to install it on 2026.1 EAP using the Agent Registry for some time, but it seems to have been removed from the registry now. Are there any plans to bring it back to the Agent Registry?
Syntax highlighting in Java, without the pain #Chicory #java
βοΈ JEP 8361105 was drafted
Title: Code reflection (Incubator)
Type: feature
Component: core
See openjdk.org/jeps/8361105
Nice... seems like most of the issues with the OpenAPI #Ktor compiler plugin got fixed in this release. It generates a good enough OpenAPI spec out of the box without needing the new describe DSL #kotlin #ktor #jvm
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...
It is starting to look like MCP is the new SOAP.
Calling native AI code from Java used to mean JNI pain or shelling out to Python.
With the #FFM API, that changes.
I built a local speech-to-text service using #Quarkus and whisper.cpp.
Everything runs in-process. Everything is explicit.
Feels like an important shift for #Java.
buff.ly/McUa4m1
JetBrains Air, a new agentic dev IDE based on the Fleet tech - air.dev π
After working on ZGC for a decade, Iβm happy to announce that Iβm publishing a book about ZGC in JDK 25. It ships 22 May (www.taylorfrancis.com/books/mono/1...) and is being published by Taylor & Francis. You should get a copy if you want to learn more about ZGC. Itβs available for pre-order now.
Type classes prototype for #java π€― - mail.openjdk.org/pipermail/va...
Actually, OpenJDK 25 is 18% faster than OpenJDK 17 and 21 and a whopping 84% faster than OpenJDK 11. Upgrade now!
I hope I'm not the only one who sometimes wonders: "What is my Java application doing right now?" When you don't see any output. This is where my tiny tool called JStall comes in, as you can read in my blog post at mostlynerdless.de/blog/2025/12...
Kotlin compiler plugins are amazing!
β
Expressive syntax
β
Compile-time checked
β
Fast at runtime