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

   Bumps 
[org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) 
from 3.1.0 to 4.0.55.
   <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.55</h2>
   <h3>Added</h3>
   <ul>
   <li><strong>Static verifier over MCP.</strong> The plan-and-verify 
(&quot;Guardians&quot;) stack is
   reachable as read-only MCP tools when <code>atmosphere-verifier</code> is on 
the
   classpath: <code>atmosphere_verifier_summary</code>, 
<code>atmosphere_verifier_examples</code>, and
   <code>atmosphere_verifier_check</code>. The check tool plans a goal and runs 
every
   verifier over the resulting plan <strong>without executing it</strong> 
(status
   <code>verified</code>/<code>refused</code> with the per-verifier 
violations); the mutating
   verify-then-execute path stays behind the admin write gate.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><strong>wasync: a user <code>close()</code> is no longer resurrected by 
a late OPEN event</strong> —
   a close requested before the transport finished opening is now honored when
   the OPEN arrives, instead of reviving the connection.</li>
   <li><strong>Documentation accuracy sweep</strong> — corrected the Z3 binding 
version (4.14.0)
   and <code>SmtChecker</code> priority (200); aligned ADK / Semantic Kernel / 
Alibaba
   versions, crewai test counts, and the ms-governance policy name; fixed the
   embedded-jetty client type, the admin-bundle default authorizer, and
   runtime-truth claims in the embabel / agentscope / coding-agent docs;
   corrected third-party dependency versions and citations.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><strong>CI doc-drift gates</strong> — fact/enumeration checks, link-rot 
detection, and
   sibling-site (atmosphere.github.io) verification, plus an 
<code>atmosphere-skills</code>
   link-checker allowlist.</li>
   </ul>
   <h2>Atmosphere 4.0.54</h2>
   <h3>Added</h3>
   <ul>
   <li><strong>Rich human-in-the-loop approval payloads.</strong> A reviewer 
can now resolve a tool
   approval with more than approve/deny: 
<strong>approve-with-edited-arguments</strong> (the
   tool runs with the reviewer's arguments) or <strong>respond</strong> (the 
reviewer answers on
   the tool's behalf — structured JSON or free-form text — and the tool does not
   run). Wire protocol: <code>/__approval/&lt;id&gt;/approve 
{&quot;arguments&quot;:{…}}</code> and
   <code>/__approval/&lt;id&gt;/respond {…}</code>. Fail-safe: a malformed 
edited-args payload denies.
   Session-scoped in-memory (not crash-durable). The legacy boolean resolution 
path
   is unchanged.</li>
   <li><strong>Eval flywheel.</strong> <code>JournalDatasetPromoter</code> 
turns a recorded <code>CoordinationJournal</code>
   interaction into an <code>EvalCase</code> dataset row (trace→dataset), and 
<code>SampledLiveScorer</code>
   grades a configurable fraction of live turns into <code>EvalRun</code> 
verdicts (online
   scoring). Both are wired into <code>EvalController</code> with admin REST 
routes
   (<code>/api/admin/evals/dataset</code>, <code>/dataset/promote</code>, 
<code>/score</code>).</li>
   <li><strong>OAuth on-behalf-of credential vault.</strong> 
<code>OAuthOnBehalfOfCredentialStore</code> is a
   concrete <code>CredentialStore</code> that performs an RFC 8693 token 
exchange — swapping a
   user's stored subject token for a short-lived access token scoped to a 
downstream</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/Atmosphere/atmosphere/blob/main/CHANGELOG.md";>org.atmosphere:atmosphere-runtime's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[4.0.55] - 2026-06-17</h2>
   <h3>Added</h3>
   <ul>
   <li><strong>Static verifier over MCP.</strong> The plan-and-verify 
(&quot;Guardians&quot;) stack is
   reachable as read-only MCP tools when <code>atmosphere-verifier</code> is on 
the
   classpath: <code>atmosphere_verifier_summary</code>, 
<code>atmosphere_verifier_examples</code>, and
   <code>atmosphere_verifier_check</code>. The check tool plans a goal and runs 
every
   verifier over the resulting plan <strong>without executing it</strong> 
(status
   <code>verified</code>/<code>refused</code> with the per-verifier 
violations); the mutating
   verify-then-execute path stays behind the admin write gate.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li><strong>wasync: a user <code>close()</code> is no longer resurrected by 
a late OPEN event</strong> —
   a close requested before the transport finished opening is now honored when
   the OPEN arrives, instead of reviving the connection.</li>
   <li><strong>Documentation accuracy sweep</strong> — corrected the Z3 binding 
version (4.14.0)
   and <code>SmtChecker</code> priority (200); aligned ADK / Semantic Kernel / 
Alibaba
   versions, crewai test counts, and the ms-governance policy name; fixed the
   embedded-jetty client type, the admin-bundle default authorizer, and
   runtime-truth claims in the embabel / agentscope / coding-agent docs;
   corrected third-party dependency versions and citations.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li><strong>CI doc-drift gates</strong> — fact/enumeration checks, link-rot 
detection, and
   sibling-site (atmosphere.github.io) verification, plus an 
<code>atmosphere-skills</code>
   link-checker allowlist.</li>
   </ul>
   <h2>[4.0.54] - 2026-06-13</h2>
   <h3>Added</h3>
   <ul>
   <li><strong>Rich human-in-the-loop approval payloads.</strong> A reviewer 
can now resolve a tool
   approval with more than approve/deny: 
<strong>approve-with-edited-arguments</strong> (the
   tool runs with the reviewer's arguments) or <strong>respond</strong> (the 
reviewer answers on
   the tool's behalf — structured JSON or free-form text — and the tool does not
   run). Wire protocol: <code>/__approval/&lt;id&gt;/approve 
{&quot;arguments&quot;:{…}}</code> and
   <code>/__approval/&lt;id&gt;/respond {…}</code>. Fail-safe: a malformed 
edited-args payload denies.
   Session-scoped in-memory (not crash-durable). The legacy boolean resolution 
path
   is unchanged.</li>
   <li><strong>Eval flywheel.</strong> <code>JournalDatasetPromoter</code> 
turns a recorded <code>CoordinationJournal</code>
   interaction into an <code>EvalCase</code> dataset row (trace→dataset), and 
<code>SampledLiveScorer</code>
   grades a configurable fraction of live turns into <code>EvalRun</code> 
verdicts (online
   scoring). Both are wired into <code>EvalController</code> with admin REST 
routes
   (<code>/api/admin/evals/dataset</code>, <code>/dataset/promote</code>, 
<code>/score</code>).</li>
   <li><strong>OAuth on-behalf-of credential vault.</strong> 
<code>OAuthOnBehalfOfCredentialStore</code> is a
   concrete <code>CredentialStore</code> that performs an RFC 8693 token 
exchange — swapping a
   user's stored subject token for a short-lived access token scoped to a 
downstream</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/0dcd38bee7214b9bfdbd50f64e486e9e39f02a1f";><code>0dcd38b</code></a>
 release: Atmosphere 4.0.55</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/516b53a914e6b4f6c16625f75662cbf387c8246c";><code>516b53a</code></a>
 docs(changelog): record 4.0.55 entries (verifier-over-MCP, wasync close, doc 
...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/7f57b8a521470098af69b840a7c637f94d6a13cb";><code>7f57b8a</code></a>
 feat(admin): expose static verifier over MCP as read-only tools</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/535027c5716a48f0f3e9d5dc4e4d063e00cc8b35";><code>535027c</code></a>
 fix(docs): close residual doc drift from agent verification + fix auditor 
fal...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/9b558097bc1b68f564339cb19ecfa808e695f9d9";><code>9b55809</code></a>
 fix(docs): sweep stale ADK/SK/alibaba versions, crewai test counts, 
ms-govern...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/94134d8bdd16ada29a82cbc93ec4f64c5cf8b911";><code>94134d8</code></a>
 fix(docs): align alibaba caps, crewai overlay, ms-governance policy, admin 
fl...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/6ebd370241ff762754457848457f2baecfeb13e2";><code>6ebd370</code></a>
 fix(docs): correct embedded-jetty client type and admin-bundle default 
author...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/8cf8e4756013da6aa8a4d86ddd01bc41917490ca";><code>8cf8e47</code></a>
 fix(docs): correct stale runtime-truth claims in embabel, agentscope, 
coding-...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/cad473e2e0935a23819117b44ea2d26395cbbc4a";><code>cad473e</code></a>
 fix(docs): correct stale capability, count, and version claims (doc-drift 
audit)</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/bb3c9f0730eb878deec5f33fbe69b9076af8f1e0";><code>bb3c9f0</code></a>
 fix(docs): correct third-party dep versions and stale citations (doc-drift 
au...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.55";>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.55)](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