T
traeai
Sign in
返回首页
InfoQ

Java News Roundup: OpenJDK JEPs, Azul Payara, WildFly, LangChain4j, OpenXava, Google ADK

8.5Score
Java News Roundup: OpenJDK JEPs, Azul Payara, WildFly, LangChain4j, OpenXava, Google ADK

TL;DR · AI Summary

InfoQ provides a monthly update on Java news, including enhancements from OpenJDK, Azul Payara, WildFly, LangChain4j, OpenXava, and Google ADK.

Key Takeaways

  • OpenJDK will introduce new Java Enhancement Proposals (JEPs) to support modern J
  • Azul Payara and WildFly expand their open-source frameworks for enterprise appli
  • LangChain4j and OpenXava represent significant advancements in natural language

Outline

Jump quickly between sections.

  1. InfoQ provides a monthly update on Java news, including enhancements from OpenJDK, Azul Payara, WildFly, LangChain4j, OpenXava, and Google ADK.

  2. The article introduces OpenJDK's new Java Enhancement Proposals, Azul Payara and WildFly's expansion, LangChain4j and OpenXava's innovations, and how these technologies drive Java ecosystem growth.

Mindmap

See how the topics connect at a glance.

查看大纲文本(无障碍 / 无 JS 友好)
  • Java News Roundup
    • OpenJDK JEPs
      • New Java Enhancement Proposals
    • Azul Payara
      • Enterprise Application Framework
    • WildFly
      • Open-Source Web Server
    • LangChain4j
      • Natural Language Processing Framework
    • OpenXava
      • Web Framework

Highlights

Key sentences worth saving and sharing.

  • OpenJDK will introduce new Java Enhancement Proposals (JEPs) to support modern Java ecosystems.

    Paragraph 2

    ⬇︎ 下载 PNG𝕏 分享到 X
  • Azul Payara and WildFly expand their open-source frameworks for enterprise applications.

    Paragraph 2

    ⬇︎ 下载 PNG𝕏 分享到 X
  • LangChain4j and OpenXava represent significant advancements in natural language processing and web frameworks.

    Paragraph 2

    ⬇︎ 下载 PNG𝕏 分享到 X
#Java#OpenJDK#AZUL#WildFly#LangChain4j
Open original article

Java News Roundup: OpenJDK JEPs, Azul Payara, WildFly, LangChain4j, OpenXava, Google ADK - InfoQ

BT

InfoQ Software Architects' Newsletter

A monthly overview of things you need to know as an architect or aspiring architect.

View an example

Enter your e-mail address

Select your country - [x] I consent to InfoQ.com handling my data as explained in this Privacy Notice.

We protect your privacy.

Close

QCon San Francisco (Nov 16-20): What's next in AI? What's next in software? Learn from the teams already doing it. Register Now

Close

Toggle Navigation

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

English edition

Write for InfoQ

Search

Register Sign in

Unlock the full InfoQ experience

Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources.

Log In

or

Don't have an InfoQ account?

Register

  • Stay updated on topics and peers that matter to you Receive instant alerts on the latest insights and trends.
  • Quickly access free resources for continuous learning Minibooks, videos with transcripts, and training materials.
  • Save articles and read at anytime Bookmark articles to read whenever youre ready.

Logo - Back to homepage

News Articles Presentations Podcasts Guides

Featured in AI, ML & Data Engineering

We wanted to expose a B2B intelligence platform built on more than one million company profiles to an LLM client through an MCP server so a user can ask “find SaaS companies in Germany with 50-200 employees” and receive results through the LLM client. The engineering problem was: How do you make that workflow useful without creating an unsafe bridge between an LLM and production data?

![Image 4: Building a Secure MCP Server on AWS for a Million-Company B2B Platform/articles/secure-mcp-server-aws/en/smallimage/secure-mcp-server-aws-thumbnail-1778765095736.jpg)](https://www.infoq.com/articles/secure-mcp-server-aws)

All in ai-ml-data-eng Follow Topic

Culture & Methods

Featured in Culture & Methods

Stéphane Di Cesare and Cat Morris share how engineers can move from being a "cost center" to a value driver using product discovery. They explain the "Double Diamond" framework and why identifying user problems must precede building solutions. Learn to choose the right metrics, build customer empathy through shadowing, and use business context to maximize the impact of your technical work.

![Image 5: Product Thinking for Cloud Native Engineers/presentations/product-cloud-native/en/smallimage/CatMorrisStephaneDiCesare-thumbnail-1778661429675.jpg)](https://www.infoq.com/presentations/product-cloud-native)

All in culture-methods Follow Topic

DevOps

![Image 7: InfoQ Architect Certification - image Online InfoQ Architect Certification The more senior you become, the fewer people pressure-test your decisions. This 5-week cohort gives you that check. Register Now.](https://certification.qconferences.com/architecture?utm_source=infoq&utm_medium=referral&utm_campaign=homepageheader_onlinecohortarchitecturejune26)

![Image 8: QCon AI Boston - image QCon AI Boston Learn how leading engineering teams run AI in production—reliably, securely, and at scale. Register Now.](https://boston.qcon.ai/?utm_source=infoq&utm_medium=referral&utm_campaign=homepageheader_qaiboston26)

![Image 9: QCon AI Boston - image Online InfoQ AI Engineering Certification A practical online cohort for senior engineers making decisions around retrieval, agents, evals, and AI infrastructure. Register Now.](https://certification.qconferences.com/ai-engineering?utm_source=infoq&utm_medium=referral&utm_campaign=homepageheader_onlinecohortaijuly26)

![Image 10: QCon San Francisco - image QCon San Francisco Learn what's next in AI and software, from teams already doing it. Register Now.](https://qconsf.com/?utm_source=infoq&utm_medium=referral&utm_campaign=homepageheader_qsf26)

InfoQ Homepage News Java News Roundup: OpenJDK JEPs, Azul Payara, WildFly, LangChain4j, OpenXava, Google ADK

Java Architecting for Autonomous Reliability: Embedding AI into Your Observability Stack (Webinar Jun 25th)

JEP 537, Vector API (Twelfth Incubator), has been elevated from its JEP Draft 8381663 to Candidate to Proposed to Target (announced here and here, respectively) for JDK 27. This JEP proposes an twelfth incubation, with no substantial implementation changes since JDK 25, after eleven rounds of incubation delivered in JDK 16 through JDK 26. This feature introduces an API to "_express vector computations that reliably compile at runtime to optimal vector instructions on supported CPU architectures, thus achieving performance superior to equivalent scalar computations._" The Vector API will continue to incubate until the necessary features of Project Valhalla become available as preview features. At that time, the Vector API team will adapt the Vector API and its implementation to use them, and will promote the Vector API from Incubation to Preview. The review is expected to conclude on May 19, 2026.

JEP 538, PEM Encodings of Cryptographic Objects, has been elevated from its JEP Draft 8376991 to Candidate status. This JEP proposes to finalize this feature, with changes, after two rounds of preview delivered in JDK 25 and JDK 26. This feature offers "_an API for encoding objects that represent cryptographic keys, certificates, and certificate revocation lists into the widely-used Privacy-Enhanced Mail (PEM) transport format, and for decoding from that format back into objects._" This JEP will support conversions between PEM text and cryptographic objects in PKCS #8 and X.509 binary formats. Changes include: a reclassification of the PEM record class to a regular class as a convenience for providing constructors that accept Base64-encoded content in byte arrays; and a rename of the `DEREncodable` interface to `BinaryEncodable` to more accurately describe the binary data stored in PEM text.

Oracle has announced that maintenance of the macOS/x64 port will end with the release of JDK 27 due to Apple phasing out its support for the x64 architecture. However, developers interested in continuing to maintain this port should let the team know with the caveat that significant time and effort will be required to do so.

#### JDK 27

Build 22 of the JDK 27 early-access builds was made available this past week featuring updates from Build 21 that include fixes for various issues. Further details on this release may be found in the release notes.

For JDK 27, developers are encouraged to report bugs via the Java Bug Database.

#### Azul Payara

Five months after the Azul acquisition of Payara, the team has introducedAzul Payara Community as the new name for Payara Platform Community. Developers will still have the convenience of choosing to work with Azul Payara Server Community or Azul Payara Micro Community for their applications. The official logo has also been updated to reflect this change.

On the blog post, Dominika Tasarz-Sochacka, Senior Developer Advocate, Payara Community, Jakarta EE & Foojay.io at Azul, described what this rebranding means to the Java community, writing:

The rebrand is part of bringing Azul Payara Community properly into the Azul portfolio alongside Azul Zulu (OpenJDK), Azul Prime, Intelligence Cloud and Azul Payara’s commercial offering. It's the same open-source project with a new home in the broader Azul ecosystem.

The Micronaut Foundation has released version 4.10.14 of the Micronaut Framework, based on Micronaut Core 4.10.23, features bug fixes, a patch update to Micronaut Data and a dependency upgrade to Netty 4.2.13, the latest release that addresses over a dozen CVEs. Further details on this release may be found in the release notes.

#### WildFly

The WildFly team has introduced a new open-source command line tool, wado, to build and run WildFly containers of different versions in both domain and standalone modes. Written in Rust, wado, short for WildFly admin containers, allows developers to build and run WildFly containers with sensible defaults for naming, ports and credentials.

#### LangChain4j

The _formal release_ (along with the _twenty-fifth beta release_) of LangChain4j 1.15.0 provides bug fixes, dependency upgrades and new features such as: an integration of the Docling document parser; and a new `defaultValue()` attribute, added to the `@P` annotation, that allows tool developers to specify a runtime fallback value when an LLM does not provide an argument. More details on this release may be found in the release notes.

#### OpenXava

The release of OpenXava 7.7.2 delivers bug fixes, documentation improvements, dependency upgrades and improvements such as: a refined `AGENTS.md` file for improved AI code generation when writing new actions; and the ability to add a dashboard with a simple prompt. Further details on this release may be found in the release notes.

#### Google Agent Development Kit

The release of Agent Development Kit (ADK) for Java 1.3.0 ships with bug fixes and new features such as: a new `ChatCompletionsHTTPClient` class that adds a chat completion API that supports the Google Cloud Apigee API; and a new `SkillSource` interface that supports loading skills from various sources in the ADK. More details on this release may be found in the release notes.

About the Author

Image 12

#### Michael Redlich

Michael Redlich has been an active member within the Java community for the past 25 years. He founded the Garden State Java User Group (formerly the ACGNJ Java Users Group) in 2001 that remains in continuous operation. Since 2016, Mike has served as a Java community news editor for InfoQ where his contributions include monthly news items, technical writing and technical reviews. He has presented at venues such as Oracle Code One, Emerging Technologies for the Enterprise, Trenton Computer Festival (TCF), TCF IT Professional Conference, and numerous Java User Groups. Mike serves as a committer on the Jakarta NoSQL and Jakarta Data specifications and participates on the leadership council of the Jakarta EE Ambassadors. He was named a Java Champion in April 2023. With 33-1/2 years service, Mike recently retired from ExxonMobil Technology & Engineering in Clinton, New Jersey with experience in developing custom scientific laboratory and web applications. He also has experience as a Technical Support Engineer at Ai-Logix, Inc. (now AudioCodes) where he provided technical support and developed telephony applications for customers.

#### Related Sponsors

  • ##### [[eBook] The State of the Kubernetes Ecosystem](https://www.infoq.com/vendorcontent/show.action?vcr=46f97eef-a68e-47b6-a42b-62cc5e253083&primaryTopicId=1&vcrPlace=BOTTOM&pageType=NEWS_PAGE&vcrReferrer=https%3A%2F%2Fwww.infoq.com%2Fnews%2F2026%2F05%2Fjava-news-roundup-may11-2026%2F)

#### Related Sponsor

![Image 13: Related sponsor icon/filters:no_upscale()/sponsorship/topic/ae9df779-fe62-46d8-a42e-92795ae3c56e/promptfoo-horizontal-logo-1775562471842.png)](https://www.infoq.com/url/f/9e1e2056-ec65-4658-aaaa-50b66b2d0ee1/) Confidently test, evaluate, and red-team your LLM apps with Promptfoo — catch regressions, benchmark models, and ship high-quality AI features faster; start testing your prompts today. [Learn More](https://www.infoq.com/url/f/0ed8a8f2-ad41-400e-b24f-e10459b3993d/).

Related Content

May 04, 2026

Apr 28, 2026

Apr 20, 2026

May 11, 2026

May 13, 2026

May 01, 2026

Apr 20, 2026

Apr 27, 2026 ![Image 14: Icon image/articles/mcp-java-architectural-strategy-llm-integrations/en/smallimage/mcp-java-architectural-strategy-llm-integrations-thumbnail-1776772947180.jpg)](https://www.infoq.com/articles/mcp-java-architectural-strategy-llm-integrations/)

Apr 21, 2026 ![Image 15: Icon image/articles/redesign-pdf-table-extraction/en/smallimage/redesign-pdf-table-extraction-thumbnail-1776414059821.jpg)](https://www.infoq.com/articles/redesign-pdf-table-extraction/) Icon##### Are You Missing a Data Frame? The Power of Data Frames in Java

Feb 09, 2026 ![Image 16: Icon image/presentations/data-frames-java/en/smallimage/vladimir-zakharov-thumbnail-1769523745049.jpg)](https://www.infoq.com/presentations/data-frames-java/)

The Model Context Protocol (MCP) defines a standard way for AI systems to interact with tools, data, and services. This article explains MCP’s architecture—hosts, clients, and servers—and how it enables structured, secure integrations between AI models and external systems.

System prompts define how LLM applications behave—but they are vulnerable to manipulation. This article explores prompt hardening techniques such as instruction shielding, syntax reinforcement, and layered prompting to defend AI systems against prompt injection and override attacks.

Sponsored by

![Image 20: Icon image/filters:no_upscale()/sponsorship/topic/ae9df779-fe62-46d8-a42e-92795ae3c56e/promptfoo-horizontal-logo-1775562471842.png)](https://www.infoq.com/url/f/9e1e2056-ec65-4658-aaaa-50b66b2d0ee1/)

Related Content

Dec 11, 2025

![Image 21: Icon image/articles/java-trends-report-2025/en/smallimage/the-infoq-trends-report-500x500-article-thumb-logo-1764844623172.jpeg)](https://www.infoq.com/articles/java-trends-report-2025/)

Apr 24, 2026

![Image 22: Icon image/articles/orchestrating-agentic-multimodal-ai-pipelines-apache-camel/en/smallimage/orchestrating-agentic-multimodal-ai-pipelines-apache-camel-thumbnail-1776763980414.jpg)](https://www.infoq.com/articles/orchestrating-agentic-multimodal-ai-pipelines-apache-camel/)

Apr 27, 2026

Apr 13, 2026

![Image 23: Icon image/articles/spring-team-spring-7-boot-4/en/smallimage/spring-team-spring-7-boot-4-thumbnail-1775634533622.jpg)](https://www.infoq.com/articles/spring-team-spring-7-boot-4/)

Apr 02, 2026

![Image 24: Icon image/articles/beyond-rag-context-aware/en/smallimage/beyond-rag-context-aware-thumbnail-1774531119239.jpg)](https://www.infoq.com/articles/beyond-rag-context-aware/)

Feb 10, 2026

![Image 25: Icon image/articles/jakartaee-12-milestone-2/en/smallimage/jakartaee-12-milestone-2-thumbnail-1770367607817.jpg)](https://www.infoq.com/articles/jakartaee-12-milestone-2/)

Jan 09, 2026

![Image 26: Icon image/minibooks/2025-infoq-trends-reports-emag/en/smallimage/The-InfoQ-Trends-Reports-2025-thumb-1767092322509.jpg)](https://www.infoq.com/minibooks/2025-infoq-trends-reports-emag/)

Dec 29, 2025

![Image 27: Icon image/presentations/sre-java-agent/en/smallimage/bruno-borges-thumbnail-1766062832077.jpg)](https://www.infoq.com/presentations/sre-java-agent/)

Eon

Harness

Related Content

May 18, 2026 ![Image 31: Icon image/presentations/product-cloud-native/en/smallimage/CatMorrisStephaneDiCesare-thumbnail-1778661429675.jpg)](https://www.infoq.com/presentations/product-cloud-native/)

May 18, 2026

May 18, 2026

May 18, 2026

May 17, 2026

May 17, 2026

May 16, 2026

May 16, 2026

May 15, 2026

May 15, 2026

May 15, 2026

  • ##### [Product Thinking for Cloud Native Engineers](https://www.infoq.com/presentations/product-cloud-native/ "Product Thinking for Cloud Native Engineers")
  • ##### [Accelerating LLM-Driven Developer Productivity at Zoox](https://www.infoq.com/presentations/ai-software-development/ "Accelerating LLM-Driven Developer Productivity at Zoox")
  • ##### [Scaling Social Systems in Software Organizations](https://www.infoq.com/news/2026/05/scale-social-system-software-org/ "Scaling Social Systems in Software Organizations")
  • ##### [Anthropic's Code With Claude Announces Managed Agents, Proactive Workflows, Capability Curve](https://www.infoq.com/news/2026/05/code-with-claude/ "Anthropic's Code With Claude Announces Managed Agents, Proactive Workflows, Capability Curve")
  • ##### [Building a Secure MCP Server on AWS for a Million-Company B2B Platform](https://www.infoq.com/articles/secure-mcp-server-aws/ "Building a Secure MCP Server on AWS for a Million-Company B2B Platform")
  • ##### [OpenAI Open-Sources Symphony, a SPEC.md for Autonomous Coding Agent Orchestration](https://www.infoq.com/news/2026/05/openai-symphony-agents/ "OpenAI Open-Sources Symphony, a SPEC.md for Autonomous Coding Agent Orchestration")
  • ##### [Ubuntu Embraces Local AI instead of Cloud-First OS Integration](https://www.infoq.com/news/2026/05/ubuntu-on-device-ai/ "Ubuntu Embraces Local AI instead of Cloud-First OS Integration")
  • ##### [Discord Reveals How a Hidden Circular Dependency Triggered Its March Voice Outage](https://www.infoq.com/news/2026/05/discord-circular-dependency/ "Discord Reveals How a Hidden Circular Dependency Triggered Its March Voice Outage")
  • ##### [Benchmarking AI Agents on Kubernetes](https://www.infoq.com/news/2026/05/ai-agents-kubernetes-rag/ "Benchmarking AI Agents on Kubernetes")

**The InfoQ** Newsletter

A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example

  • Get a quick overview of content published on a variety of innovator and early adopter technologies
  • Learn what you don’t know that you don’t know
  • Stay up to date with the latest information from the topics you are interested in

Enter your e-mail address

Select your country - [x] I consent to InfoQ.com handling my data as explained in this Privacy Notice.

We protect your privacy.

The InfoQ Podcast![Image 33: The InfoQ Podcast Logo - Stay in the know](https://www.infoq.com/podcasts/) Engineering Culture Podcast![Image 34: Engineering Culture Podcast Logo - Stay in the know](https://www.infoq.com/podcasts/#engineering_culture) The Software Architects' Newsletter![Image 35: The Software Architects' Newsletter Logo - Stay in the know](https://www.infoq.com/software-architects-newsletter/) General Feedback [feedback@infoq.com](mailto:feedback@infoq.com) Advertising [sales@infoq.com](mailto:sales@infoq.com) Editorial [editors@infoq.com](mailto:editors@infoq.com) Marketing [marketing@infoq.com](mailto:marketing@infoq.com)

InfoQ.com and all content copyright © 2006-2026 C4Media Inc. Privacy Notice https://www.infoq.com/privacy-notice, Terms And Conditions https://www.infoq.com/terms-and-conditions, Cookie Policy https://www.infoq.com/cookie-policy Close

BT

AI may generate inaccurate information. Please verify important content.