IntelliJ IDEA
IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin
Java Annotated Monthly – March 2026
A lot is happening in tech and beyond, and as we step into March, we have pulled together a fresh batch of articles, thought pieces, and videos to help you learn, connect, and see things from new angles.
This edition shines with Holly Cummins, whose sharp voice and sharp finds on Java bring both insight and inspiration.
We are also excited to feature the premiere of IntelliJ IDEA — The IDE That Changed Java Forever. From a tiny team of visionary engineers to a global product powering millions, JetBrains didn’t just build an IDE, it redefined what developer tools could be.
The documentary is now available on the CultRepo YouTube channel.
Featured Content
Hello, Java-Monthly-ers! This month, Java Marches On (see what I did there?). The cherry trees are blooming, the daffodils are emerging, and there’s so much new Java stuff to play with. This time of year also means conference season, so part of me is excited, and part of me is cursing past-me for being over-optimistic about how much I can synthesise. I’ve got three talks in three days in the middle of March, and all of them are new talks, on semi-unfamiliar topics. Still, it’s good to learn and try new things, right?
Right now, I’m impressed by how many new things Java is trying. If you want to be picky, Java is an inanimate platform and can’t actually try things. But grammar is for parsers, right? Loads of new things are appearing in the Java runtime itself, and even more new things are popping up in the Java ecosystem.
I enjoyed exploring java.evolved as a way of reminding myself how much the Java language has been improving. Most of the new patterns were familiar, but some of them I didn’t know, so it was good learning, too. However, for me, some of the most exciting Java innovations aren’t about syntax, but performance.
I care a lot about sustainability, and that means I care about performance by default. A few years ago, GraalVM knocked everyone’s socks off by showing how a Java application could be compiled to binary and start faster than a lightbulb. But how fast can a Java application start while still being a Java application? The promise of Project Leyden is to allow a sort of sliding scale of do-up-front-ness, while always allowing a fallback to the dynamic Java that we love. The Quarkus team has been experimenting with Leyden and has started to write about it. My colleague Guillaume wrote a fantastic blog post digging deep into some of the optimisations Quarkus was able to make to fully leverage Leyden (spoiler: sub-100 ms start time for a pure-Java application).
Java’s fast and getting faster, but it’s also versatile. Project Babylon is allowing Java to take advantage of GPUs and run machine learning models (with a little help from some FFM friends). Chicory allows the JVM to run WebAssembly, and since almost any language can be compiled to WASM, the JVM can run almost anything (yes, that means JavaScript on the JVM, and C on the JVM, and …).
What about the front end? The ecosystem for Java UIs hasn’t had all that much excitement for a while (like… a decade). But I predict a back-to-the-future moment. The terminal is back, but this time it’s got CSS, pictures, forms, and animations… and Java has joined the party. TamboUI is a Terminal UI framework for Java that enables interactive, pretty terminal-based applications. The demo trailer is pretty eye-popping. After I wrote this, I spotted Awesome Java UI, a catalog of Java UI frameworks which seemed specifically designed to prove me wrong when I said the Java UI space wasn’t where the energy was. I’ll admit that my statement was a bit sweeping, but I also notice that many of the new projects in the awesome-java list are command-line-oriented, like TamboUI, JLine, and Æsh.
And with that, I’d better get back to writing about Commonhaus, Developer Joy, trade-offs, knockers-up, and interest rates. You’ll be able to see what I end up with (and a preview of upcoming talks) on my website.
Java News
Fresh Java news, hot off the press, so you stay sharp, fast, and one step ahead:
- Java News Roundup 1, 2, 3, 4
- LazyConstants in JDK 26 – Inside Java Newscast #106
- Quality Outreach Heads-Up – JDK 26: DecimalFormat Uses the Double.toString(double) Algorithm
- Quality Outreach Heads-Up – JDK 27: Removal of ThreadPoolExecutor.finalize()
- JEP targeted to JDK 27: 527: Post-Quantum Hybrid Key Exchange for TLS 1.3
- Episode 45 “Announcement – The New Inside Java Podcast”
- JDK 26 Release Candidate | JavaOne and More Heads-Up
- Towards Better Checked Exceptions – Inside Java Newscast #107
- JDK 26 and JDK 27: What We Know So Far
- Episode 46 “Java’s Plans for 2026”
Java Tutorials and Tips
Dive in and level up your Java game:
- 25 Years of IntelliJ IDEA: The IDE That Grew Up With Java (#91)
- Level Up Your LangChain4j Apps for Production
- Carrier Classes and Carrier Interfaces Proposed to Extend Java Records
- Bringing Java Closer to Education: A Community-Driven Initiative
- Local Variable Type Inference in Java: Friend or Foe?
- Optimizing Java Class Metadata in Project Valhalla
- Bootstrapping a Java File System
- Reactive Java With Project Reactor
- Feedback on Checked Exceptions and Lambdas
- A Bootiful Podcast: Java Champion and Hilarious Friend, Richard Fichtner
- A Bootiful Podcast: Java Developer Advocate Billy Korando on the Latest-and-Greatest in the Java Ecosystem
- Inside Java Podcast Episode 44 “Java, Collections & Generics, BeJUG”
- Foojay Podcast #90: Highlights of the Java Features Between LTS 21 and 25
- What 2,000+ Professionals Told Us About the State of Java, AI, Cloud Costs, and the Future of the Java Ecosystem
- Ports and Adapters in Java: Keeping Your Core Clean
- Episode 47 “Carrier Classes” [IJN]
- The Java Developer’s Roadmap for 2026: From First Program to Production-Ready Professional
Kotlin Corner
Learn the news and pick up a few neat tricks to help you write cleaner Kotlin:
- Compose Multiplatform 1.9.0 Released
- 15 Things To Do Before, During, and After KotlinConf’26
- Java to Kotlin Conversion Comes to Visual Studio Code
- Koog x ACP: Connect an Agent to Your IDE and More
- New tutorial: AI-Powered Applications With Kotlin and Spring AI
- klibs.io – the search application for Kotlin Multiplatform libraries is published to GitHub https://github.com/JetBrains/klibs-io
- Intro to Kotlin’s Flow API
- Explicit Backing Fields in Kotlin 2.3 – What You Need to Know
- Qodana for Android: Increasing Code Quality for Kotlin-First Teams
AI
Explore what’s possible with smart tools, real use cases, and practical tips on AI:
- Why Most Machine Learning Projects Fail to Reach Production
- Anthropic Agent Skills Support in Spring AI
- Code. Check. Commit. 🚀 Never Leave the Terminal With Claude Code + SonarQube MCP
- Let the AI Debug It: JFR Analysis Over MCP
- Researching Topics in the Age of AI – Rock-Solid Webhooks Case Study
- Safe Coding Agents in IntelliJ IDEA With Docker Sandboxes
- Latest Gemini and Nano Banana Enhancements in LangChain4j
- Spring AI Agentic Patterns (Part 5): Building Interoperable Agent Systems With A2A Integration
- From Prompts to Production: A Playbook for Agentic Development
- The Craft of Software Architecture in the Age of AI Tools
- Beyond Code: How Engineers Need to Evolve in the AI Era
- 🌊 Windsurf AI + Sonar: The Agentic Dream Team for Java Devs 🚀
- Enabling AI Agents to Use a Real Debugger Instead of Logging
- Runtime Code Analysis in the Age of Vibe Coding
- Context Engineering for Coding Agents
- A Language For Agents
- Easy Agent Skills With Spring AI and the New Skillsjars Project!
Languages, Frameworks, Libraries, and Technologies
Discover what’s new in the tools and technologies shaping your stack today:
- This Week in Spring 1, 2, 3, 4
- How to Integrate Gemini CLI With IntelliJ IDEA Using ACP
- A Bootiful Podcast: JetBrains and Spring community Legend Marco Behler
- Getting Feedback From Test-Driven Development and Testing in Production
- Kubernetes Drives AI Expansion as Cultural Shift Becomes Critical
- MongoDB Sharding: What to Know Before You Shard
- The Shai-Hulud Cyber Worm and More Thoughts on Supply Chain Attacks
- Redacting Data From Heap Dumps via hprof-redact – Mostly Nerdless
Conferences and Events
Plan your trips or schedule online presence for the following events:
- Devnexus – Atlanta, USA, March 4–6; Anton Arhipov will speak about Debugging with IntelliJ IDEA and Database Migration Tools.
- JavaLand – Rust, Germany, March 10–12; Marit van Dijk is presenting her famous talk on being more productive with IntelliJ IDEA.
- JavaOne – Redwood City, USA, March 17–19; Anton Arhipov and Arun Gupta will be the event, come and meet them.
- Voxxed Days Zurich – Zurich, Switzerland, March 24; Marit van Dijk is the speaker.
- Voxxed Days Bucharest – Bucharest, Romania, March 26–27
- Voxxed Days Amsterdam – Amsterdam, the Netherlands, April 1-2; Meet the JetBrains people there – Anton Arhipov, Marit van Dijk, and Rachel Appel.
Culture and Community
Join the conversation full of stories, voices, and ideas that bring developers together:
- How to Be Remarkable
- So, You ’10x’d’ Your Work…
- How I Estimate Work as a Staff Software Engineer
- Get Specific!
And Finally…
The most recent IntelliJ IDEA news and updates are here:
- Wayland By Default in 2026.1 EAP
- Editor Improvements: Smooth Caret Animation and New Selection Behavior
- Migrating to Modular Monolith Using Spring Modulith and IntelliJ IDEA
That’s it for today! We’re always collecting ideas for the next Java Annotated Monthly – send us your suggestions via email or X by March 20. Don’t forget to check out our archive of past JAM issues for any articles you might have missed!
