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

Add public getUndertow method to UndertowWebServer #39916

Closed
wants to merge 1 commit into from

Conversation

wanger26
Copy link
Contributor

Change Summary

Issue

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 12, 2024
- getUndertow() to UndertowWebServer will be null until the server has been started. Issue spring-projects#3016 would enable getUndertow() to behave in a similar way to getTomcat() on TomcatWebServer.

spring-projects#39839

Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
@mhalbritter mhalbritter changed the title FEAT - Add public getUndertow method to UndertowWebServer Add public getUndertow method to UndertowWebServer Mar 13, 2024
@mhalbritter mhalbritter added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 13, 2024
@mhalbritter mhalbritter added this to the 3.3.x milestone Mar 13, 2024
@mhalbritter mhalbritter self-assigned this Mar 13, 2024
mhalbritter pushed a commit that referenced this pull request Mar 13, 2024
getUndertow() to UndertowWebServer returns null until the server has
been started. Issue #3016 would enable getUndertow() to behave in a
similar way to getTomcat() on TomcatWebServer.

Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>

See gh-39916
@mhalbritter mhalbritter modified the milestones: 3.3.x, 3.3.0-M3 Mar 13, 2024
@mhalbritter
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants