Dmitry Kornilov's Avatar

Dmitry Kornilov

@dmitrykornilov

Oracle, Java, Helidon, Jakarta EE, open-source, speaker, writer

52
Followers
14
Following
25
Posts
14.12.2023
Joined
Posts Following

Latest posts by Dmitry Kornilov @dmitrykornilov

Preview
Building an MCP Server with Helidon Declarative Building an MCP Server with Helidon Declarative

New blog post:
"Building an MCP Server with Helidon Declarative"
by Santiago Pericas-Geertsen
medium.com/helidon/buil...

29.10.2025 10:00 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon Data Helidon version 4.3 introduces support for the Data Repository pattern. Let’s briefly discuss what the pattern does and then look at what…

New blog post:
"Helidon Data" by TomΓ‘Ε‘ Kraus
medium.com/helidon/heli...

21.10.2025 15:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon MCP: Building Connected AI Agents with Model Context Protocol In the rapidly evolving landscape of AI, new technologies and products emerge daily. Among them are AI agentsβ€Šβ€”β€Šapplications powered by…

New blog post:
"Helidon MCP: Building Connected AI Agents with Model Context Protocol" by Thibault Vallin
medium.com/helidon/heli...

14.10.2025 17:31 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon 4.3.0 released Announcing Helidon 4.3.0: AI, Developer Productivity and Observability features and enhancements

Helidon 4.3.0 released!

What's new:

- MCP support for AI-ready services
- Deeper LangChain4j integration
- Declarative APIs for HTTP, scheduling and fault tolerance
- Helidon Data with repository pattern
- and more

Smarter apps, simpler dev. Try it now!
medium.com/helidon/heli...

02.10.2025 12:41 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - helidon-io/helidon-mcp: Helidon Model Context Protocol Support Helidon Model Context Protocol Support. Contribute to helidon-io/helidon-mcp development by creating an account on GitHub.

We are happy to announce the technology preview of the Helidon MCP server. It supports imperative and declarative APIs, build-time processing, and runs on Helidon’s virtual-thread web server. Feedback is welcome!

github.com/helidon-io/h...

29.08.2025 10:38 πŸ‘ 1 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

πŸš€ Helidon 4.2.4 is out now!

This release of Helidon contains important bugfixes and is recommended for all users of Helidon 4.

πŸ› οΈ Changelog: github.com/helidon-io/h...

16.07.2025 14:04 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸš€ Helidon 4.2.3 is out now!

This release of Helidon contains important bugfixes and is recommended for all users of Helidon 4.

πŸ› οΈ Changelog: github.com/helidon-io/h...

09.06.2025 15:42 πŸ‘ 4 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
Building AI Assistant Application in Java In my previous article, I discussed how Helidon integrates with LangChain4J. While the article provided a solid foundation, some readers pointed out the lack of a complete, hands-on example. This t…

Just published: "Building an AI Assistant in Java"

A hands-on guide to building a stateless AI chatbot with #Java, #Helidon & #LangChain4J.

βœ”οΈ Preparing and ingesting Asciidoc docs
βœ”οΈ Stateless backend with AI Summarizer
βœ”οΈ Serving static web pages

dmitrykornilov.net/2025/05/16/b...

16.05.2025 13:21 πŸ‘ 2 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Post image

πŸš€ Helidon 4.2.1 is out now!

This update includes key bug fixes and performance enhancements - strongly recommended for all Helidon 4 users.

πŸ› οΈ Changelog: github.com/helidon-io/h...

25.04.2025 11:08 πŸ‘ 1 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

Want to hear about the first Jakarta EE Core Profile implementation powered by a pure Virtual Thread based web server? Join me at JDConf 2025 for my session about #Helidon. RSVP Now: jdconf.com #Java #JDConf #AI #Cloud

28.03.2025 13:43 πŸ‘ 7 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon and AOT startup optimization benchmark Leyden vs. Native Image vs. CRaC, which makes Helidon start faster?

Leyden vs. Native Image vs. CRaC β€” What makes Helidon start faster?

In a new article, @kec.bsky.social explores and benchmarks the three leading approaches to Java startup optimization, comparing real-world performance and trade-offs.

medium.com/helidon/heli...

27.03.2025 13:41 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Developing AI-Powered Applications with Helidon and LangChain4J Introduction The rise of Large Language Models (LLMs) has opened new doors for AI-powered applications, enabling dynamic interactions, natural language processing, and retrieval-augmented generatio…

Read my article about Helidon integration with LangChain4J!

Learn how Helidon 4.2 simplifies AI-powered app development with LangChain4J:

- Declarative AI services
- Seamless integration
- Less boilerplate, more productivity

dmitrykornilov.net/2025/03/13/d...

18.03.2025 12:58 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon Inject Injection is one of the fundamental building blocks of modern applications and to support that fully, we introduced the Helidon Inject.

πŸš€ Meet Helidon Injection! πŸš€

A lightweight, compile-time dependency injection framework designed for fast startup and minimal overhead.

- No reflection, no runtime scanning
- Instant startup, low memory usage
- Simple annotation-based DI

Read more: medium.com/helidon/heli...

17.03.2025 14:01 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon 4.2 released New features and enhancements: Helidon AI, Dependency Injection, CRaC, JDK 24, Eureka, Coherence, Metrics, Grafana

πŸš€ Helidon 4.2 is here! πŸš€

Discover new features like Helidon Inject, Helidon AI, and CRaC supportβ€”along with JDK 24 compatibility and enhanced observability!

Read more: medium.com/helidon/heli...

#Helidon #Java #Microservices #AI

14.03.2025 10:31 πŸ‘ 5 πŸ” 4 πŸ’¬ 0 πŸ“Œ 1

πŸš€ New Blog Alert! πŸš€

Want to supercharge your Java apps with Helidon and Virtual Threads? Dive into this must-read post by @kec.bsky.social and discover how to harness the power of modern concurrency with Project Loom!

πŸ‘‰ Read it now: link.medium.com/NVfmlMgUzQb

30.01.2025 11:54 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

Look! Me and Werner Keil are featured on the JavaOne web site! :)

28.01.2025 16:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

πŸš€ Discover Distributed Tracing with Helidon, Coherence, & Oracle Autonomous DB using OpenTelemetry in this article by Ali Mukadam!

πŸ“– Read more: link.medium.com/kULtuvk4pQb

#DistributedTracing #OpenTelemetry #DevOps #Observability

24.01.2025 13:38 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Converting Spring Boot Projects to Helidon with AI My previous article on migrating the Spring Petclinic Rest project to Helidon (see here) received a lot of positive feedback, which encouraged me to explore this area further. The manual conversion…

Excited to share my latest article: "Converting Spring Boot Projects to Helidon MP with AI"!

In this post, I dive into my experience designing AI-powered project converters, exploring various approaches, challenges, and the results they delivered.

πŸ‘‰ Read it here: dmitrykornilov.net/2025/01/16/c...

16.01.2025 14:05 πŸ‘ 2 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Preview
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework [Redlich, Michael P.] on Amazon.com. *FREE* shipping on qualifying offers. Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework

Exciting news! The new book "Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework" by Michael Redlich is here!

Learn the ins and outs of both Helidon SE & Helidon MP and start creating powerful applications quickly.

www.amazon.com/Helidon-Reve...

09.01.2025 10:55 πŸ‘ 3 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0

Are you ready for a little bit of time-travel next year? We will have @czjug.bsky.social meetup about the history of #VirtualThreads in #Java. Don't miss it if you are in Prague on Tuesday 14.1., this time at Oracle Prague office, πŸ•is sponsored by @helidon-io.bsky.social!

19.12.2024 11:51 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
InfoQ Java Trends Report - December 2024 This report summarizes how the InfoQ Java editorial team and several Java Champions currently see the adoption of technology and emerging trends within the Java and JVM space in 2024. We focus on Java...

"We have moved Helidon to the Early Majority category due to their support for virtual threads with the release of Helidon 4.0 in October 2023 featuring their new reconstructed virtual threads web server."
www.infoq.com/articles/jav...

18.12.2024 21:24 πŸ‘ 1 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - openai/openai-java: The official Java library for the OpenAI API The official Java library for the OpenAI API. Contribute to openai/openai-java development by creating an account on GitHub.

The official #OpenAI SDK for #Java is finally out.

github.com/openai/opena...

17.12.2024 23:08 πŸ‘ 47 πŸ” 14 πŸ’¬ 2 πŸ“Œ 1
Post image

Helidon 4.1.5 is out now!

This release contains important bugfixes and is recommended for all users of Helidon 4.

github.com/helidon-io/h...

16.12.2024 17:04 πŸ‘ 2 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

Want to see how cool is imperative code again? And how much sense it makes to run Jakarta EE APIs on Virtual Threads? Watch #Jakartaee livestream on 3 December! Register today to learn more: hubs.la/Q02Ymr7h0 #JavaEE #CloudNativeJava #Helidon

27.11.2024 11:20 πŸ‘ 6 πŸ” 6 πŸ’¬ 0 πŸ“Œ 0
Preview
What the CRaC - Superfast JVM startup, Mon, Dec 9, 2024, 7:00 PM | Meetup In a world where microservices are more and more a standard architecture for Java based applications running in the cloud, the JVM warmup time can become a limitation. Espe

Gerrit Grunwald aka @hansolo.eu from @azulsystems.bsky.social will come to #Prague speak about CRaC(Coordinated Restore at Checkpoint) at #czjug event. All #Java geeks are welcome!

www.meetup.com/czjug-prague...

27.11.2024 11:59 πŸ‘ 8 πŸ” 6 πŸ’¬ 0 πŸ“Œ 0

Exciting news! Helidon now has an official Bluesky account: @helidon-io.bsky.social

πŸ“’ Stay connected and get updates directly from the Helidon teamβ€”don’t forget to subscribe!

26.11.2024 09:31 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

🌟 New Blog Alert 🌟
Check out our latest post: "Helidon Update: Virtual Threads, Adaptive Concurrency, gRPC, and More" by Ali Mukadam. Discover the cutting-edge features and innovations shaping Helidon's future!
πŸ”— Read here: link.medium.com/swzufo4QPOb

26.11.2024 09:28 πŸ‘ 5 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

Helidon 4.1.4 is out now!
This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4.
github.com/helidon-io/h...

14.11.2024 10:41 πŸ‘ 5 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Post image

Helidon 4.1.3 is out now!
This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4.
github.com/helidon-io/h...

07.11.2024 14:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Helidon 4.1.2 is out now!
This release contains important bugfixes and enhancements and is recommended for all users of Helidon 4.
github.com/helidon-io/h...

11.10.2024 12:46 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0