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

   Bumps 
[org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) 
from 3.1.0 to 4.0.7.
   <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.7</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.6...atmosphere-4.0.7";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.6...atmosphere-4.0.7</a></p>
   <h2>Atmosphere 4.0.6</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.5...atmosphere-4.0.6";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.5...atmosphere-4.0.6</a></p>
   <h2>Atmosphere 4.0.5</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.4...atmosphere-4.0.5";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.4...atmosphere-4.0.5</a></p>
   <h2>Atmosphere 4.0.4</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.3...atmosphere-4.0.4";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.3...atmosphere-4.0.4</a></p>
   <h2>Atmosphere 4.0.3</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.2...atmosphere-4.0.3";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.2...atmosphere-4.0.3</a></p>
   <h2>Atmosphere 4.0.2</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.1...atmosphere-4.0.2";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.1...atmosphere-4.0.2</a></p>
   <h2>Atmosphere 4.0.1</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.0...atmosphere-4.0.1";>https://github.com/Atmosphere/atmosphere/compare/atmosphere-4.0.0...atmosphere-4.0.1</a></p>
   <h2>Atmosphere 4.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix ConcurrentModificationException. by <a 
href="https://github.com/seamusmac";><code>@​seamusmac</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2179";>Atmosphere/atmosphere#2179</a></li>
   <li>Fix exception preventing proper shutdown of Atmosphere. by <a 
href="https://github.com/seamusmac";><code>@​seamusmac</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2194";>Atmosphere/atmosphere#2194</a></li>
   <li>Fix for issue <a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2224";>#2224</a> 
by <a href="https://github.com/jonrimmer";><code>@​jonrimmer</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2225";>Atmosphere/atmosphere#2225</a></li>
   <li>Fix issue <a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2227";>#2227</a> 
by <a href="https://github.com/jbim";><code>@​jbim</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2228";>Atmosphere/atmosphere#2228</a></li>
   <li>Fixed the weird case when 'Origin' header contains 'null' string by <a 
href="https://github.com/reta";><code>@​reta</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2265";>Atmosphere/atmosphere#2265</a></li>
   <li>Added Jetty93AsyncSupportWithWebSocket by <a 
href="https://github.com/shanielh";><code>@​shanielh</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2270";>Atmosphere/atmosphere#2270</a></li>
   <li>Headers handling should not replace null with empty string by <a 
href="https://github.com/Starzu";><code>@​Starzu</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2298";>Atmosphere/atmosphere#2298</a></li>
   <li>Reduced WebSocket onError log message to debug. by <a 
href="https://github.com/jajajaja";><code>@​jajajaja</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2303";>Atmosphere/atmosphere#2303</a></li>
   <li>Fixed a ConcurrentModificationException by <a 
href="https://github.com/zanzan23";><code>@​zanzan23</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2306";>Atmosphere/atmosphere#2306</a></li>
   <li>Add Content-Type to first response (<a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2312";>#2312</a> 
) by <a 
href="https://github.com/KatriHaapalinna";><code>@​KatriHaapalinna</code></a> in 
<a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2313";>Atmosphere/atmosphere#2313</a></li>
   <li>github-issue-<a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2322";>#2322</a>: 
AtmosphereResponseImpl#getHeaders should return `… by <a 
href="https://github.com/0x006EA1E5";><code>@​0x006EA1E5</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2323";>Atmosphere/atmosphere#2323</a></li>
   <li>Define requirements and capabilities for using ServiceLoader to load 
Injectables in OSGI environment by <a 
href="https://github.com/arotnov";><code>@​arotnov</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2330";>Atmosphere/atmosphere#2330</a></li>
   <li>lookupDefaultBroadcasterType interprets AUTODETECT_BROADCASTER properly 
by <a href="https://github.com/larose";><code>@​larose</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2338";>Atmosphere/atmosphere#2338</a></li>
   <li>Fix NPE on getCookies method by <a 
href="https://github.com/SuperPat45";><code>@​SuperPat45</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2356";>Atmosphere/atmosphere#2356</a></li>
   <li>Fix <a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2367";>#2367</a> 
WebSocket protocol not supported on Payara 5 by <a 
href="https://github.com/blono";><code>@​blono</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2369";>Atmosphere/atmosphere#2369</a></li>
   <li>Switch heartbeat logging values by <a 
href="https://github.com/nstanard";><code>@​nstanard</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2375";>Atmosphere/atmosphere#2375</a></li>
   <li>Update Tomcat 7 version to 7.0.93 (runnable on Java 11) by <a 
href="https://github.com/azolotko";><code>@​azolotko</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2379";>Atmosphere/atmosphere#2379</a></li>
   <li>Portable WebSocket should respect 
ApplicationConfig.WEBSOCKET_BUFFER_SIZE by <a 
href="https://github.com/azolotko";><code>@​azolotko</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2381";>Atmosphere/atmosphere#2381</a></li>
   <li>Fixes <a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2383";>#2383</a> 
by <a href="https://github.com/alexkau";><code>@​alexkau</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2384";>Atmosphere/atmosphere#2384</a></li>
   <li>fix ByteBuffer and CharBuffer incompatibilities across JDKs by <a 
href="https://github.com/MichalChomo";><code>@​MichalChomo</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2386";>Atmosphere/atmosphere#2386</a></li>
   <li>Allow WebSocket to close with code and reason by <a 
href="https://github.com/MichalChomo";><code>@​MichalChomo</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2388";>Atmosphere/atmosphere#2388</a></li>
   <li><a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2390";>#2390</a> 
in DefaultBroadcaster.lookup() the synchronized(c) block should be avoided by 
<a href="https://github.com/ggaborg";><code>@​ggaborg</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2391";>Atmosphere/atmosphere#2391</a></li>
   <li>Handling cookies problem in Tomcat 9.0.27 by <a 
href="https://github.com/densp";><code>@​densp</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2395";>Atmosphere/atmosphere#2395</a></li>
   <li>error log such important exception by <a 
href="https://github.com/fcorneli";><code>@​fcorneli</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2411";>Atmosphere/atmosphere#2411</a></li>
   <li>Support for per-message deflate Websocket extension by <a 
href="https://github.com/SuperPat45";><code>@​SuperPat45</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2412";>Atmosphere/atmosphere#2412</a></li>
   <li>fix dependency conflict issue by <a 
href="https://github.com/Bing-ok";><code>@​Bing-ok</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2416";>Atmosphere/atmosphere#2416</a></li>
   <li>Fixes <a 
href="https://redirect.github.com/Atmosphere/atmosphere/issues/2143";>#2143</a>. 
Handle mismatch between Atmosphere and the server by <a 
href="https://github.com/danielsjolin";><code>@​danielsjolin</code></a> in <a 
href="https://redirect.github.com/Atmosphere/atmosphere/pull/2420";>Atmosphere/atmosphere#2420</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/a592773c647ea3e7757f6b8fc298f1cccbc308be";><code>a592773</code></a>
 release: Atmosphere 4.0.7</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/77fea65b46552d7242af30bd4c07379dec6e3fd4";><code>77fea65</code></a>
 fix: resolve remaining warnings and add pre-push validation hook</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/1ea8a5ce01a9712eea6dd0ee1575ce35675713b0";><code>1ea8a5c</code></a>
 fix(test): use broadcaster sessions in E2E handlers that broadcast to all</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/e783b5470f73df8d1b0b8001458cb1ca78ff05a9";><code>e783b54</code></a>
 fix(test): update adapter module tests for unicast broadcast API</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/3dcbccd8421bb2a2dd144e0fe8626dad0b5dce44";><code>3dcbccd</code></a>
 docs: replace token with message in README AI filter descriptions</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/c231dd1190fc49491d3465322efe11a1e3a30103";><code>c231dd1</code></a>
 fix(ai): unicast AI tokens to originating resource instead of broadcasting 
to...</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/7077da31f26aafdf223ab40a8b3ea01c2fa77bf6";><code>7077da3</code></a>
 docs: remove marketing tone from README</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/7810a47a5dd3d370bcff43402b7decbbe4f90a25";><code>7810a47</code></a>
 chore: remove .copilot session and add .copilot to .gitignore</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/89817d00debf58ff281a6a45c44c14f354609ddf";><code>89817d0</code></a>
 docs: replace wiki links with in-repo module and sample READMEs</li>
   <li><a 
href="https://github.com/Atmosphere/atmosphere/commit/2f2777047dba23e754067be2c36ab1c7f11780aa";><code>2f27770</code></a>
 docs: rewrite AI section as architectural component with AiSupport ↔ 
AsyncSup...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Atmosphere/atmosphere/compare/atmosphere-project-3.1.0...atmosphere-4.0.7";>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.7)](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