Advertisement · 728 × 90

Posts by Suresh

✏️ JEP 8377806 was drafted
Title: HTTP over Unix Domain Sockets
Type: feature
Component: core / net
See openjdk.org/jeps/8377806

1 week ago 5 3 0 0
Preview
Make UseCompactObjectHeaders the default and adjust CDS archives. by coleenp · Pull Request #30322 · openjdk/jdk This change makes UseCompactObjectHeaders default and switches the sense of the CDS archive naming. Now classes.jsa is with UseCompressedOops + UseCompactObjectHeaders (both default). Then theres...

"makes UseCompactObjectHeaders default" 👏

github.com/openjdk/jdk/...

2 weeks ago 1 0 0 0

Well, #Java 26 is boring, except for the #JVM

2 weeks ago 1 2 0 0
Video

Check out a sample server using wasi-http built with our early #WebAssembly Component Model support in @Kotlin! 🤩

github.com/Kotlin/sampl...

Still early, but very satisfying to see it working ✨

Give it a spin and share what you build 🚀

#Wasm #Kotlin #ComponentModel

1/2👇

3 weeks ago 17 8 2 2
Preview
Kotlin tricks: Mandatory varargs - Ivan “CLOVIS” Canet Software engineering, open source and computer security

New article!

Did you know #Kotlin has mandatory varargs?

ivan.canet.dev/blog/2026/03...

4 weeks ago 12 4 2 1
Preview
Roasted Root Roasted Root has 9 repositories available. Follow their code on GitHub.

🤯...Chicory AOT compilation to JVM bytecode is awesome. The team has ported many awesome native libraries to pure Java: github.com/roastedroot

1 month ago 1 0 1 0

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?

1 month ago 0 0 1 0
Screenshot of jfr-shell TUI

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

1 month ago 9 3 0 1
Advertisement
Preview
GitHub - inference4j/inference4j: Java Inference API for Onnx models Java Inference API for Onnx models. Contribute to inference4j/inference4j development by creating an account on GitHub.

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/...

1 month ago 4 2 0 0

Amazing work! Out of the 300MB, how much of that is Clojure? Also, what's the Hello World binary size with the Crema interpreter?

1 month ago 0 0 1 0

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

1 month ago 3 0 0 0
Cédric Champeau's blog: Announcing TamboUI

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...

1 month ago 28 21 2 1

Out with the old, in with the new... Bruno Borges created this site on modern Java usage: https://javaevolved.gith

1 month ago 2 1 0 0

Protobuf4j (protoc compiled to Wasm → JVM bytecode) now supports #Kotlin code generation - github.com/roastedroot/...

1 month ago 1 1 0 0

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

1 month ago 12 5 1 0
JDK 26 Release Notes

#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

1 month ago 7 2 0 0

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?

1 month ago 0 0 1 0
Preview
GitHub - funfix/database: Database toolkit for the JVM Database toolkit for the JVM. Contribute to funfix/database development by creating an account on GitHub.

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...

1 month ago 9 3 0 0
Advertisement
Preview
10+ reasons to NOT use JDK’s HttpClient Java mostly, and general tech

Using the #JDK HttpClient, or … not.
Well it depends on each one’s use cases.

blog.arkey.fr/2026/02/08/t...

1 month ago 5 3 0 0
Post image

nm, /account has BYOK option.. liking the experience so far.

2 months ago 2 0 0 0
Post image

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?

2 months ago 1 0 1 0
Preview
Syntax highlighting in Java, without the pain | Chicory A week ago, my friend Max told me he couldn't find a good library for code syntax highlighting in Java.

Syntax highlighting in Java, without the pain #Chicory #java

2 months ago 7 3 0 0

✏️ JEP 8361105 was drafted
Title: Code reflection (Incubator)
Type: feature
Component: core
See openjdk.org/jeps/8361105

2 months ago 3 3 0 0
Preview
Battling OOMs: The Unexpected Villain in our Migration from AL2 to Amazon Linux 2023 Introduction

luizhespanha.substack.com/p/battling-o...

2 months ago 1 0 0 0

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

2 months ago 5 0 0 0
Advertisement
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...

2 months ago 1 0 0 0

It is starting to look like MCP is the new SOAP.

2 months ago 87 12 12 2
Post image

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

2 months ago 11 3 0 0
Preview
Amper An experimental build tool for the Kotlin and Java languages, with a focus on UX and tooling.

You should check Amper from JetBrains - amper.org/dev/

2 months ago 2 0 1 0
Preview
Air: Multitask with agents, stay in control Air is an agentic development environment. Delegate complex coding tasks to AI agents that work in parallel – always under your oversight.

JetBrains Air, a new agentic dev IDE based on the Fleet tech - air.dev 👀

2 months ago 4 0 0 0