---
title: "What’s New In The August 2026 Azul Payara Release?"
url: https://daily.dev/posts/what-s-new-in-the-august-2026-azul-payara-release--mkdeh1bih
source_url: https://foojay.io/today/whats-new-in-the-august-2026-azul-payara-release
type: article
source: "Foojay.io"
published: 2026-08-24T15:50:15.616Z
updated: 2026-08-24T15:50:41.318Z
tags: ["java", "grpc", "jakarta-ee"]
reading_time: 8
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What’s New In The August 2026 Azul Payara Release?

**[Foojay.io](https://daily.dev/sources/foojayio)** · 8 min read · 1 upvotes · 0 comments

## Summary

The August 2026 Payara release ships five simultaneous version lines. The headline is Azul Payara Community 7.2026.8, which previews the Jakarta Agentic AI 1.0.0-M1 specification (a vendor-neutral CDI-based API for building AI agents on Jakarta EE runtimes) and upgrades MicroProfile from 6.1 to 7.1. Enterprise lines 7, 6, and 5 gain gRPC support (runtime 1.83.1). A security advisory, GHSA-r7wm-3cxj-wff9, is patched across the 6, 5, and 4 lines, with two additional Jackson CVEs (CVE-2026-54512, CVE-2026-54513) closed on the 5 and 4 lines; the 7 line was never affected. Server and Micro 7.3.0 is the third monthly release on the Payara 7 line since its May GA, certified for Jakarta EE 11. Lines 6.41.0, 5.90.0, and 4.1.2.191.58 receive shared bug fixes, component upgrades, and Docker image refreshes appropriate to their supported JDK versions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://foojay.io/today/whats-new-in-the-august-2026-azul-payara-release>

## Questions this post answers

### What CVEs does the Payara 5.90.0 and 4.1.2.191.58 security patch fix?

Payara 5.90.0 and 4.1.2.191.58 close GHSA-r7wm-3cxj-wff9 along with two Jackson vulnerabilities, CVE-2026-54512 and CVE-2026-54513, both related to a Jackson PolymorphicTypeValidator bypass. This same GHSA advisory was already patched on the Payara 6 line in July, and the Payara 7 line was never affected by it.

_daily.dev helps java teams track CVE patches like these across supported Payara release lines._

### What is the Jakarta Agentic AI specification and how do I use it in Payara?

Jakarta Agentic AI is a vendor-neutral specification for building AI agents on Jakarta EE runtimes, first previewed as milestone 1.0.0-M1 in Azul Payara Community 7.2026.8. An agent is a CDI bean annotated with @Agent, with a LargeLanguageModel injected like any other bean, @Trigger starting workflows from CDI events, and @Decision, @Action, and @Outcome modeling workflow steps, so it runs inside the existing CDI container without a separate agent runtime.

_developers evaluating agentic AI frameworks can follow specification previews like this one on daily.dev._

### Does gRPC support work the same way across Payara 5, 6, and 7?

Yes, Payara 7, 6, and 5 all ship the gRPC runtime at version 1.83.1 in the August 2026 release, giving gRPC support across every currently maintained Enterprise line. For the 5 line this is an upgrade from gRPC 1.56.1. gRPC is positioned as the transport for high-throughput service-to-service calls, including AI inference and serving infrastructure.

_teams standardizing on gRPC across mixed-version Java servers can track runtime bumps like this via daily.dev._

## Similar posts on daily.dev

- [What’s New In The July 2026 Azul Payara Release?](https://daily.dev/posts/what-s-new-in-the-july-2026-azul-payara-release--nlvmb42ld) · Foojay.io · 0 upvotes · 0 comments
- [What’s New In The June 2026 Azul Payara Release?](https://daily.dev/posts/what-s-new-in-the-june-2026-azul-payara-release--ufxbpumq1) · Foojay.io · 0 upvotes · 0 comments
- [What's New in the May 2026 Payara Platform Release](https://daily.dev/posts/what-s-new-in-the-may-2026-payara-platform-release-cnklpivua) · Foojay.io · 0 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#grpc](https://daily.dev/tags/grpc), [#jakarta-ee](https://daily.dev/tags/jakarta-ee)

[View this post on daily.dev](https://daily.dev/posts/what-s-new-in-the-august-2026-azul-payara-release--mkdeh1bih)
