dependabot[bot] opened a new pull request, #3027:
URL: https://github.com/apache/cxf/pull/3027

   Bumps 
[org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) 
from 3.1.0 to 4.0.31.
   <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.31</h2>
   <h2>✨ Added</h2>
   <ul>
   <li><strong>migrate to JReleaser for Maven Central deploys</strong></li>
   </ul>
   <h2>🔧 Changed</h2>
   <ul>
   <li>add 19 Playwright E2E specs from gap analysis</li>
   <li>bump version to 4.0.30</li>
   <li>prepare next development version 5.0.22</li>
   <li>prepare for next development iteration 4.0.31-SNAPSHOT</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.30...atmosphere-4.0.31";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.30...atmosphere-4.0.31</a></p>
   <h2>Atmosphere 4.0.30</h2>
   <h2>🐛 Fixed</h2>
   <ul>
   <li>skip javadoc for Quarkus extension (broken module descriptors)</li>
   <li>replace flaky setTimeout waits with vi.waitFor in WebTransport tests</li>
   <li>add metadata and flatten plugin to Quarkus extension POMs</li>
   <li>remaining concurrency audit items (M2,M7,M8,M12,L1,L3,L10)</li>
   <li>thread safety audit across all modules</li>
   </ul>
   <h2>🔧 Changed</h2>
   <ul>
   <li>modernize Java 21 patterns and add unit tests</li>
   <li>bump version to 4.0.29</li>
   <li>prepare next development version 5.0.21</li>
   <li>prepare for next development iteration 4.0.30-SNAPSHOT</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.29...atmosphere-4.0.30";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.29...atmosphere-4.0.30</a></p>
   <h2>Atmosphere 4.0.29</h2>
   <h2>✨ Added</h2>
   <ul>
   <li><strong>add <code>atmosphere compose</code> to generate multi-agent 
projects from skill files Interactive wizard + JBang generator produces 
multi-module Maven projects with <a 
href="https://github.com/Coordinator";><code>@​Coordinator</code></a>, <a 
href="https://github.com/Fleet";><code>@​Fleet</code></a>, A2A agents, 
docker-compose. 23 unit tests + 3 E2E tests (a2a-docker, single-jar, 
local).</strong></li>
   <li><strong>add E2E tests for agent and multiagent over WebTransport Enable 
WebTransport on ai-tools and multi-agent samples, fix info 
controller</strong></li>
   <li><strong>migrate a2a-agent and grpc-chat to shared atmosphere.js/chat UI 
Replace custom inline UIs with ChatLayout, ChatInput, MessageList, 
StreamingMessage for consistency</strong></li>
   <li><strong>bridge WebTransport data streams into AtmosphereFramework 
CONNECT → doCometSupport with AsyncIOWriter piping to QUIC stream; messages 
dispatch via POST</strong></li>
   <li><strong>bridge WebTransport data streams into AtmosphereFramework 
CONNECT → doCometSupport with AsyncIOWriter piping to QUIC stream; messages 
dispatch via POST</strong></li>
   <li><strong>bridge WebTransport data streams into AtmosphereFramework 
CONNECT → doCometSupport with AsyncIOWriter piping to QUIC stream; messages 
dispatch via POST</strong></li>
   <li><strong>bridge WebTransport data streams into AtmosphereFramework 
CONNECT → doCometSupport with AsyncIOWriter piping to QUIC stream; messages 
dispatch via POST</strong></li>
   <li><strong>working WebTransport over HTTP/3 with Chrome Add draft-02 
setting (0x2b603742), QPACK zero-config, sec-webtransport-http3-draft 
header</strong></li>
   <li><strong>raw Netty HTTP/3 server with ENABLE_CONNECT_PROTOCOL for 
WebTransport Switch from Reactor Netty HttpServer to raw Netty 
Http3ServerConnectionHandler with extended CONNECT</strong></li>
   <li><strong>add WebTransport over HTTP/3 support (<a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2493";>#2493</a>) 
SPI in cpr, Reactor Netty HTTP/3 sidecar + ECDSA cert pinning, 
WebTransportTransport client with fallback</strong></li>
   <li><strong>add ADK bridges, cross-runtime contract tests, tool event 
normalization AdkCompactionBridge maps to EventsCompactionConfig, 
AdkArtifactBridge wraps ArtifactStore as BaseArtifactService, AdkEventAdapter 
emits ToolStart/ToolResult from functionCalls/functionResponses, TCK tests for 
ADK/LangChain4j/SpringAI</strong></li>
   <li><strong>wire approval routing, disconnect lifecycle, compaction/artifact 
SPIs, ADK bridge Fixes gaps A-H from competitive deep-dive: approval fast-path, 
interceptor onDisconnect, AiCompactionStrategy, ArtifactStore, TOOL_APPROVAL 
capability, TCK base, doc hardening</strong></li>
   <li><strong>orchestration demo with working handoff and console routing 
Support→billing handoff visible in console UI, /status command works, 
console-info respects configured ai.path for multi-agent apps</strong></li>
   <li><strong>add orchestration demo with support→billing handoff and <a 
href="https://github.com/RequiresApproval";><code>@​RequiresApproval</code></a> 
Two <a href="https://github.com/Agent";><code>@​Agent</code></a> classes 
(support, billing), handoff on billing keywords, cancel_account requires 
approval, /status and /hours commands, demo mode without API key</strong></li>
   <li><strong>wire handoff() in AiStreamingSession with cycle guard and 
history transfer Resolves target agent from AtmosphereFramework, copies 
conversation history, emits AiEvent.Handoff, throws on nested 
handoffs</strong></li>
   <li><strong>wire approval gates into tool execution pipeline ToolDefinition 
carries approvalMessage/approvalTimeout from <a 
href="https://github.com/RequiresApproval";><code>@​RequiresApproval</code></a>, 
DefaultToolRegistry reads the annotation at scan time, ApprovalGateExecutor 
wraps the executor for all runtimes</strong></li>
   <li><strong>add approval gates with VT-parked strategy for human-in-the-loop 
tool execution <a 
href="https://github.com/RequiresApproval";><code>@​RequiresApproval</code></a>, 
ApprovalRegistry (ConcurrentHashMap), VirtualThreadApprovalStrategy (parks VT 
on CompletableFuture), /__approval/ prefix protocol, 
AiEvent.ApprovalRequired</strong></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/6dcddadb6bf725a29b260eebff44aafd83d93cc3";><code>6dcddad</code></a>
 release: Atmosphere 4.0.31</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/d2511d187322c2a0d863dbfc68c52231031fed68";><code>d2511d1</code></a>
 feat(release): migrate to JReleaser for Maven Central deploys</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/c32aa2186c541e5abe304d70bff45599688f141d";><code>c32aa21</code></a>
 test(e2e): add 19 Playwright E2E specs from gap analysis</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/b0c9a8934b2532cbe7a225eae254cfd01f8cce21";><code>b0c9a89</code></a>
 chore(cli): bump version to 4.0.30</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/9343e0e766df4b26409ccb7cef7e4b35cc760b82";><code>9343e0e</code></a>
 chore(js): prepare next development version 5.0.22</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/fd5ade4f3812a7359953d04a3a70d7d3ebc10a88";><code>fd5ade4</code></a>
 chore: prepare for next development iteration 4.0.31-SNAPSHOT</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/fb39ca64a22af5ad19de1fcf8f989a1b16615999";><code>fb39ca6</code></a>
 release: Atmosphere 4.0.30</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/743e5644f73571568d43950d5655831708cddcd2";><code>743e564</code></a>
 fix(release): skip javadoc for Quarkus extension (broken module 
descriptors)</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/c31ca58833b11347fe38cfa8c3f34c364077f0db";><code>c31ca58</code></a>
 fix(js): replace flaky setTimeout waits with vi.waitFor in WebTransport 
tests</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/9f12a778a3fbbe419e5e7ba5b484ebe3d224afef";><code>9f12a77</code></a>
 fix(release): add metadata and flatten plugin to Quarkus extension POMs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.31";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.atmosphere:atmosphere-runtime&package-manager=maven&previous-version=3.1.0&new-version=4.0.31)](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]

Reply via email to