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

   Bumps 
[org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) 
from 3.1.0 to 4.0.21.
   <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.21</h2>
   <h2>✨ Added</h2>
   <ul>
   <li><strong>zero-code AI auto-config, built-in chat console, and 
atmosphere-bom</strong></li>
   </ul>
   <h2>🐛 Fixed</h2>
   <ul>
   <li>add spring-boot-ai-console to release exclusions, use BOM in root 
README</li>
   <li>cast int to long before bit-shifting in ClassFileBuffer.readLong()</li>
   </ul>
   <h2>🔧 Changed</h2>
   <ul>
   <li>update AI provider comment to mention Embacle CLI support</li>
   <li>move AI adapters line to intro paragraph, trim core abstractions</li>
   <li>restructure README quick start with zero-code AI, <a 
href="https://github.com/AiEndpoint";><code>@​AiEndpoint</code></a>, and <a 
href="https://github.com/ManagedService";><code>@​ManagedService</code></a></li>
   <li>replace ManagedService quick start with zero-code AI demo in root 
README</li>
   <li>skip PMD on JDK 26 (ASM does not support class file version 70)</li>
   <li>use Oracle distribution for JDK 26 (Temurin not yet available)</li>
   <li>add JDK 26 to build matrix</li>
   <li>add Playwright E2E tests for A2A agent and AG-UI chat samples</li>
   <li>prepare next development version 5.0.12</li>
   <li>prepare for next development iteration 4.0.21-SNAPSHOT</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.20...atmosphere-4.0.21";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.20...atmosphere-4.0.21</a></p>
   <h2>Atmosphere 4.0.20</h2>
   <h2>✨ Added</h2>
   <ul>
   <li><strong>add A2A, AG-UI protocol modules and 
atmosphere-protocol-common</strong></li>
   <li><strong>prepare create-atmosphere-app for npm publish</strong></li>
   </ul>
   <h2>🐛 Fixed</h2>
   <ul>
   <li>wait for HTTP readiness after port open in E2E sample-server</li>
   <li>pass realistic maxMessages to SummarizingStrategy in E2E test</li>
   </ul>
   <h2>🔧 Changed</h2>
   <ul>
   <li>exclude new samples from release deploy (a2a-agent, agui-chat, 
rag-chat)</li>
   <li>add A2A and AG-UI to main README modules table and agent protocols 
section</li>
   <li>add CLI install tests for curl, npx, and brew on macOS + Linux</li>
   <li>bump version to 4.0.19</li>
   <li>prepare next development version 5.0.11</li>
   <li>prepare for next development iteration 4.0.20-SNAPSHOT</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.19...atmosphere-4.0.20";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.19...atmosphere-4.0.20</a></p>
   <h2>Atmosphere 4.0.19</h2>
   <h2>✨ Added</h2>
   <ul>
   <li><strong>add tool-activity panel to adk-tools and 
langchain4j-tools</strong></li>
   <li><strong>add Playwright tests for all 17 samples</strong></li>
   <li><strong>add Playwright e2e tests to CLI build matrix</strong></li>
   <li><strong>build-from-source distribution, replace pre-built JAR 
downloads</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/987ace7909a2c7589708c4ac9a65a0173a94a30b";><code>987ace7</code></a>
 release: Atmosphere 4.0.21</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/f0d18cae9a914b1b6b18165a7b221f65debf87a6";><code>f0d18ca</code></a>
 docs: update AI provider comment to mention Embacle CLI support</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/3889123e3d2f0b3d1bac9d1dac943109e339f971";><code>3889123</code></a>
 docs: move AI adapters line to intro paragraph, trim core abstractions</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/255c9f7d8c97b755ff9549c0dd194569af7bbffa";><code>255c9f7</code></a>
 docs: restructure README quick start with zero-code AI, <a 
href="https://github.com/AiEndpoint";><code>@​AiEndpoint</code></a>, and <a 
href="https://github.com/Man";><code>@​Man</code></a>...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/c798fd46fcd4d0d1ab7940c32bdb3937ba24e7fd";><code>c798fd4</code></a>
 docs: replace ManagedService quick start with zero-code AI demo in root 
README</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/82ed181d2267a48bab348ed5060323b805bd740d";><code>82ed181</code></a>
 fix(ci): add spring-boot-ai-console to release exclusions, use BOM in root 
RE...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/e9e8403f5b5275e1c500d94802149cfa2e96b51f";><code>e9e8403</code></a>
 feat(spring-boot): zero-code AI auto-config, built-in chat console, and 
atmos...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/63d18e707c9ff951df2fe3f692c47b16845ea455";><code>63d18e7</code></a>
 fix(cpr): cast int to long before bit-shifting in 
ClassFileBuffer.readLong()</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/9378b62776bfff90a2c2cd92efeff1d9d062f2e5";><code>9378b62</code></a>
 ci: skip PMD on JDK 26 (ASM does not support class file version 70)</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/f83685ef170f07d1f39071c6fbeb68e879f9b3ab";><code>f83685e</code></a>
 ci: use Oracle distribution for JDK 26 (Temurin not yet available)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.21";>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.21)](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