Skip to content

Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.9#2938

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.9
Closed

Bump org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.9#2938
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps org.atmosphere:atmosphere-runtime from 3.1.0 to 4.0.9.

Release notes

Sourced from org.atmosphere:atmosphere-runtime's releases.

Atmosphere 4.0.9

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.8...atmosphere-4.0.9

Atmosphere 4.0.8

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.7...atmosphere-4.0.8

Atmosphere 4.0.7

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.6...atmosphere-4.0.7

Atmosphere 4.0.6

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.5...atmosphere-4.0.6

Atmosphere 4.0.5

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.4...atmosphere-4.0.5

Atmosphere 4.0.4

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.3...atmosphere-4.0.4

Atmosphere 4.0.3

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.2...atmosphere-4.0.3

Atmosphere 4.0.2

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.1...atmosphere-4.0.2

Atmosphere 4.0.1

Full Changelog: Atmosphere/atmosphere@atmosphere-4.0.0...atmosphere-4.0.1

Atmosphere 4.0.0

What's Changed

... (truncated)

Commits
  • dfed709 release: Atmosphere 4.0.9
  • 8dfec12 chore: add ai-tools sample to release exclusions, bump README to 4.0.9
  • 64e7eae fix(test): stabilize 3-client E2E test for shared broadcast room
  • 5881718 fix(ai): move dangling javadoc to stream() method in StreamingSession
  • 68a7eb3 ci(generator): add ai-tools variant to integration test matrix
  • ad5721c feat(generator): add --tools flag to generate @​AiTool methods for ai-chat han...
  • 9e388e3 docs: update README with @​AiTool abstraction and backend portability table
  • e2e46c7 feat(ai): add @​AiTool framework-agnostic tool calling pipeline with sample, t...
  • 4e9e28d feat(chat): add table/heading/list/blockquote styles to StreamingMessage
  • 4912770 docs: add Embacle CLI-powered LLM backend to What's New section
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2026
gnodet added a commit to gnodet/cxf that referenced this pull request Mar 10, 2026
Adapt DefaultProtocolInterceptor to the Atmosphere 4.x API change where
attributes() was replaced by localAttributes() on AtmosphereRequest.

Closes apache#2938
dependabot bot and others added 2 commits March 10, 2026 17:40
Bumps [org.atmosphere:atmosphere-runtime](https://github.com/Atmosphere/atmosphere) from 3.1.0 to 4.0.9.
- [Release notes](https://github.com/Atmosphere/atmosphere/releases)
- [Changelog](https://github.com/Atmosphere/atmosphere/blob/main/CHANGELOG.md)
- [Commits](Atmosphere/atmosphere@atmosphere-project-3.1.0...atmosphere-4.0.9)

---
updated-dependencies:
- dependency-name: org.atmosphere:atmosphere-runtime
  dependency-version: 4.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
- Update version range from [3.0, 4.0) to [3.0, 5.0) to allow 4.x
- Replace removed attributes() with localAttributes() in
  DefaultProtocolInterceptor
@gnodet gnodet force-pushed the dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.9 branch from 1999b6b to 9e83538 Compare March 10, 2026 16:44
@reta
Copy link
Member

reta commented Mar 10, 2026

@gnodet there is some quite weird flood of Atm releases (4.0.10 was out already) for the last few weeks, it would be good to hold on while it calms down, thank you.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2026

A newer version of org.atmosphere:atmosphere-runtime exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@gnodet
Copy link
Contributor

gnodet commented Mar 11, 2026

This upgrade cannot be applied: Atmosphere 4.x requires Java 21 (bytecode major version 65), but CXF still supports JDK 17.

Verification:

$ javap -v -classpath atmosphere-runtime-4.0.9.jar org.atmosphere.cpr.AtmosphereFramework | grep "major version"
  major version: 65   # Java 21

$ javap -v -classpath atmosphere-runtime-3.1.0.jar org.atmosphere.cpr.AtmosphereFramework | grep "major version"
  major version: 61   # Java 17

There are no Atmosphere releases between 3.1.0 and 4.0.0, so there is no compatible upgrade path while CXF targets Java 17.

The CI build failure (cannot access org.atmosphere.cpr.AtmosphereFramework) is caused by JDK 17 being unable to read Java 21 class files.

Closing this PR. This upgrade can be revisited when CXF raises its minimum Java version to 21.

@gnodet gnodet closed this Mar 11, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.atmosphere-atmosphere-runtime-4.0.9 branch March 11, 2026 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants