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 · 0 comments
Open

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

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

1 participant