Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to current version (2.3.10.Final) of io.undertow:undertow-core #1287

Open
rsearls opened this issue Dec 1, 2023 · 1 comment
Open
Milestone

Comments

@rsearls
Copy link
Collaborator

rsearls commented Dec 1, 2023

Module kubernetes/kubernetes uses code from undertow-core. Currently
io.undertow:undertow-core is being held at version 1.3.33.Final in order
to enable the code to compile. This module references package
io/undertow/protocols/spdy which was removed from undertow-core starting in
version 1.4.0.Final. Replacement code needs to be added to module
kubernetes/kubernetes for the following classes.

io.undertow.protocols.spdy.SpdyStreamStreamSinkChannel
io.undertow.client.spdy.SpdyClientConnection
io.undertow.protocols.spdy.SpdyChannel
io.undertow.protocols.spdy.SpdyChannelWithoutFlowControl

This issue depends on #1270
being resolved first.
See tracker doc, #1279

@fabiobrz
Copy link
Collaborator

fabiobrz commented Jan 23, 2025

We have a number of dependantbot PRs about undertow.
And #1295, too.

This is to unbound this very issue from the scope of #1279, which is not blocked by it, and has been delivered already.

@rsearls feel free to push back in case you'd have any objections.

@fabiobrz fabiobrz added this to the 2.1.0 milestone Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants