dependabot[bot] opened a new pull request, #3015: URL: https://github.com/apache/cxf/pull/3015
Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 3.1.0 to 4.0.28. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Atmosphere/atmosphere/releases">org.atmosphere:atmosphere-runtime's releases</a>.</em></p> <blockquote> <h2>Atmosphere 4.0.28</h2> <h2>✨ Added</h2> <ul> <li><strong>serve agent cards at /.well-known/agent.json for discovery</strong></li> <li><strong>markdown rendering in tool cards, async stream fix</strong></li> <li><strong>add Connect-Web frontend and browser-compatible RPCs</strong></li> <li><strong>migrate from Jackson 2.x to Jackson 3.1.0</strong></li> <li><strong>render structured output JSON as formatted fields, handle entity-complete events</strong></li> <li><strong>enforce channel routing validation and export guardrails metadata</strong></li> <li><strong>responseAs, journalFormat, PostPromptHook; comment ADK for OpenAI-compat use</strong></li> <li><strong>add fake LLM mode to remove GEMINI_API_KEY from CI</strong></li> <li><strong>responseAs structured output on <a href="https://github.com/Coordinator"><code>@Coordinator</code></a>, add missing JournalFormat</strong></li> <li><strong>structured output — responseAs on <a href="https://github.com/AiEndpoint"><code>@AiEndpoint</code></a> and <a href="https://github.com/Agent"><code>@Agent</code></a> StructuredOutputCapturingSession decorator parses LLM JSON into typed entities with progressive StructuredField events. AG-UI mapping for EntityStart/StructuredField/EntityComplete. E2E tests with 2 concurrent WebSocket clients for both <a href="https://github.com/AiEndpoint"><code>@AiEndpoint</code></a> and <a href="https://github.com/Agent"><code>@Agent</code></a> paths. ReviewExtractor sample in spring-boot-ai-chat.</strong></li> <li><strong>activate coordination journal in CEO multi-agent sample</strong></li> <li><strong>auto-deploy default GOAP agent, multi-agent sample supports 4 runtimes</strong></li> <li><strong>add Spring Boot 3.5 starter with full CI coverage New module atmosphere-spring-boot3-starter, -Pspring-boot3 profile on 14 samples, Jackson 2/3 source overlays, E2E matrix for both SB versions. Fix swallowed exceptions in both starters, stale AiSupport javadoc.</strong></li> <li><strong>add coordination journal, result evaluation, transport streaming, test stubs</strong></li> <li><strong>Embabel Kotlin sample with correct deps from repo.embabel.com Disabled in reactor — Embabel 0.3.5-SNAPSHOT crashes on Spring Boot 4.0 (classloading compat). Sample ready when Embabel publishes SB4-compatible release.</strong></li> <li><strong>Embabel Kotlin sample with repo config, autoconfigure JAR pending Sample compiles with embabel-agent-api. Autoconfigure POM exists at repo.embabel.com but JAR not published.</strong></li> <li><strong>add Embabel Kotlin sample (disabled until embabel-agent-autoconfigure published) Sample compiles with embabel-agent-api but needs the unpublished autoconfigure starter for AgentPlatform bean</strong></li> <li><strong>display AgentRuntime name in console subtitle Shows which AI framework is powering the agent (e.g. google-adk, langchain4j, built-in)</strong></li> <li><strong>native AgentRuntime for all frameworks, remove AiSupport entirely LangChain4j, Spring AI, ADK, Embabel now provide AgentRuntime directly. AiSupport deleted — clean break</strong></li> <li><strong>introduce AgentRuntime SPI, switch core pipeline from AiSupport AgentRuntime replaces AiSupport as execution SPI across pipeline, processors, handlers, and tests</strong></li> </ul> <h2>🐛 Fixed</h2> <ul> <li>increase long-polling timeout to 45s for slow CI runners</li> <li>fix tag+category filter, import option parsing, and overwrite guard</li> <li>resolve templates from repo root, not just CWD</li> <li>use client.errors for error event assertion</li> <li>serve AI console on all samples, not just AI endpoints</li> <li>render error messages as strings, not [object Object]</li> <li>skip WebSocket probe for RAG sample console readiness</li> <li>use console path for RAG sample health check</li> <li>prefer verbose streaming, fix RAG startup and Spring AI URL</li> <li>gracefully skip ChatClient when no API key is configured</li> <li>emit structured error events with code and recoverable fields</li> <li>add <a href="https://github.com/JsonCreator"><code>@JsonCreator</code></a> to Data record for Jackson 3 compatibility</li> <li>revert async stream, fire PostPromptHook at start of stream()</li> <li>return valid JSON from MCP server status resource</li> <li>pin jsdom to ^24.1.3 for Node 18 compatibility</li> <li>regenerate package-lock.json for updated dependencies</li> <li>use exponential backoff in async stream tests for CI stability</li> <li>allow tool events after session close for PostPromptHook</li> <li>pin jackson-annotations 2.21 and fix SB3 encoder/decoder injection</li> <li>reset Netty to 4.1.x for GraalVM native image compat</li> </ul> <h2>🔧 Changed</h2> <ul> <li>remove concurrency cancel-in-progress from all workflows</li> <li>allowlist PostPromptHook as user-extensible SPI</li> <li>align error event assertion with simple string format</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Atmosphere/atmosphere/commit/dbcda2980d00ead051687542248480b3205b3206"><code>dbcda29</code></a> release: Atmosphere 4.0.28</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/bb3bd6b58ca3ebf8b22e4c81bbe0c7726996fe82"><code>bb3bd6b</code></a> fix(test): increase long-polling timeout to 45s for slow CI runners</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/9a8cf777ee0f7aeab3096f4b509ee6f5f21d6ff5"><code>9a8cf77</code></a> ci: remove concurrency cancel-in-progress from all workflows</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/1c5e16a61a92539c5b17d7fddbd50cf27ca37273"><code>1c5e16a</code></a> fix(cli): fix tag+category filter, import option parsing, and overwrite guard</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/36bab5290d5222a49c655aaf8b5f7b90986e98f8"><code>36bab52</code></a> fix(generator): resolve templates from repo root, not just CWD</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/8ad01f4edbbbc02b34d2fec280a33ce8f7f08dcf"><code>8ad01f4</code></a> fix(e2e): use client.errors for error event assertion</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/b830a7d64bf78bc12ac281b03678fd60ff529043"><code>b830a7d</code></a> feat(a2a): serve agent cards at /.well-known/agent.json for discovery</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/c0e0f2e11662c499bdc5afdd19da72914b5c6f93"><code>c0e0f2e</code></a> chore: allowlist PostPromptHook as user-extensible SPI</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/f5415b4431196f41682d22df89be1fb1991331f7"><code>f5415b4</code></a> fix(starter): serve AI console on all samples, not just AI endpoints</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/49c48ed480403f8233efcb176780d4304aff4289"><code>49c48ed</code></a> test(e2e): align error event assertion with simple string format</li> <li>Additional commits viewable in <a href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.28">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
