Updated Jetty, GlassFish, Grizzly and fixes to pass all tests locally#950
Merged
arjantijms merged 5 commits intoeclipse-ee4j:2.xfrom Jan 16, 2026
Merged
Updated Jetty, GlassFish, Grizzly and fixes to pass all tests locally#950arjantijms merged 5 commits intoeclipse-ee4j:2.xfrom
arjantijms merged 5 commits intoeclipse-ee4j:2.xfrom
Conversation
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- however I am not sure those tests do work, but they do pass now - removed properties which are not supported any more Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- Tested also with 8.0.0-SNAPSHOT and previous milestones (with existing deps) Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- We would have to update for every Grizzly major version coming, otherwise projects combining Tyrus and newer Grizzly would break until Tyrus upgrades and releases too, despite no real API usages would break. - Another workaround is bad too - repackaging Tyrus or using osgi fragments. - The upper bound can be used if somebody finds some future Grizzly version incompatible. For now, Tyrus is moving slowly and can be a bit more optimistic and open about Grizzly future. Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
arjantijms
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Review
[3.0,). StackOverflow is right: https://stackoverflow.com/a/8354987/375449Fixes
Upgrades
Change
Testing
Grizzly 5.0.0-SNAPSHOT + GlassFish 8.0.0-SNAPSHOT
Grizzly 4.0.2 + GlassFish 7.1.0 (defaults)
Grizzly 4.0.2 + GlassFish 8.0.0-SNAPSHOT
There are no tests targeting the OSGI compatibility, so I ran also GlassFish's own tests integrating Tyrus and Grizzly snapshots. After I fixed the range to
"3"the failing test passed (see the StackOverflow reference).