dependabot[bot] opened a new pull request, #3005: URL: https://github.com/apache/cxf/pull/3005
Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 3.1.0 to 4.0.24. <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.24</h2> <h2>✨ Added</h2> <ul> <li><strong>remove @McpServer/<a href="https://github.com/AgUiEndpoint"><code>@AgUiEndpoint</code></a>, upgrade LangChain4j to 1.12.2</strong></li> <li><strong>unified <a href="https://github.com/Agent"><code>@Agent</code></a>, rename <a href="https://github.com/A2aSkill"><code>@A2aSkill</code></a> to <a href="https://github.com/AgentSkill"><code>@AgentSkill</code></a>, multi-agent sample</strong></li> <li><strong>unified <a href="https://github.com/Agent"><code>@Agent</code></a> with headless mode, remove <a href="https://github.com/A2aServer"><code>@A2aServer</code></a> and fake multi-agent sample</strong></li> <li><strong>add multi-agent startup team with 5 AI agents collaborating via WebSocket</strong></li> <li><strong>unified AI Console across all samples with logo, subtitle, and dark theme</strong></li> <li><strong>add <a href="https://github.com/Agent"><code>@Agent</code></a> + <a href="https://github.com/Command"><code>@Command</code></a> module, samples, and streaming fixes</strong></li> <li><strong>add Atmosphere logo to AI Console header</strong></li> </ul> <h2>🐛 Fixed</h2> <ul> <li>handle empty find results in update-doc-versions.sh</li> <li>update confirmation flow test for unicast command responses</li> <li>update integration tests for unified <a href="https://github.com/Agent"><code>@Agent</code></a> processor</li> <li>restore missing run commands in release workflow</li> <li>skip chat broadcast tests in MCP sample (headless <a href="https://github.com/Agent"><code>@Agent</code></a> conflict)</li> <li>P0-P2 fixes, MCP path registration, doc cleanup</li> <li>update multi-agent test to match new headless log format</li> <li>upgrade ai-tools sample to LangChain4j 1.12.2</li> <li>make multi-agent test resilient to GEMINI_API_KEY presence in CI</li> <li>lazy tool registration — rebuild ADK runner on first request with tools</li> <li>skip remaining broken console tests for ai-chat and ai-tools</li> <li>fix all remaining demo assertions and skip broken console tests</li> <li>skip broken console tests, replace demo assertions with generic checks</li> <li>replace demo-specific text assertions with generic response checks</li> <li>force A2A agent to demo mode, tests verify protocol not LLM</li> <li>loosen assertions for a2a-agent and history-cache with real API</li> <li>pass GEMINI_API_KEY secret to E2E test runner</li> <li>include atmosphere SNAPSHOT artifacts in E2E build cache</li> <li>use tar -m to prevent Maven recompilation in E2E jobs</li> <li>include modules/*/target in E2E build artifact for exec:java</li> </ul> <h2>🔧 Changed</h2> <ul> <li>consolidate samples — remove 9 redundant, update all references</li> <li>rename multi-agent to startup-advisor for accuracy</li> <li>consolidate test suites, add build caching and WS readiness probe</li> <li>split E2E into separate workflow, fix mcp-tools browser test</li> <li>split E2E into 7 parallel matrix jobs for faster feedback</li> <li>replace module list with one-liner link to docs</li> <li>move channel matrix to docs/channels.md, slim README</li> <li>add --skill-file example, trim description</li> <li>clean up stale overlays, add sample READMEs, update release exclusions</li> <li>link to channel bot setup tutorial</li> <li>rebrand README with <a href="https://github.com/Agent"><code>@Agent</code></a> as first-class citizen</li> <li>prepare next development version 5.0.15</li> <li>prepare for next development iteration 4.0.24-SNAPSHOT</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.23...atmosphere-4.0.24">https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.23...atmosphere-4.0.24</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Atmosphere/atmosphere/commit/d20e58d9720b6943637c931a26504269b6d3df39"><code>d20e58d</code></a> release: Atmosphere 4.0.24</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/51c2e919f6363ee94366ab75a8e7f818ddda57c9"><code>51c2e91</code></a> fix(ci): handle empty find results in update-doc-versions.sh</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/6ebf6d41614db394f9449ac1561f23ae51d7acd3"><code>6ebf6d4</code></a> fix(test): update confirmation flow test for unicast command responses</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/aa4f4d30714483cc69f7cd11ae4f7e6f34d5b9fb"><code>aa4f4d3</code></a> fix(mcp): update integration tests for unified <a href="https://github.com/Agent"><code>@Agent</code></a> processor</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/0ec08027e6b686fa37d7fc4981104c85a4b1a689"><code>0ec0802</code></a> fix(ci): restore missing run commands in release workflow</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/5d5951526000f79e707de2578770314cfc921926"><code>5d59515</code></a> fix(e2e): skip chat broadcast tests in MCP sample (headless <a href="https://github.com/Agent"><code>@Agent</code></a> conflict)</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/21a7ad5288a6df7a36ef968633a4444bb338d7c3"><code>21a7ad5</code></a> fix(agent): P0-P2 fixes, MCP path registration, doc cleanup</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/9598e30f71dc021db587038d1240c36505ad0055"><code>9598e30</code></a> fix(e2e): update multi-agent test to match new headless log format</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/bdb21b1d0020c72c41eb510ed2810e169049dad9"><code>bdb21b1</code></a> fix(samples): upgrade ai-tools sample to LangChain4j 1.12.2</li> <li><a href="https://github.com/Atmosphere/atmosphere/commit/6ec0415ccb0536a0a3e0539f9d4a09294dc40a39"><code>6ec0415</code></a> chore: consolidate samples — remove 9 redundant, update all references</li> <li>Additional commits viewable in <a href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.24">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]
