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

configtree not working with Kubernetes projected volume #24652

Closed
scottfrederick opened this issue Jan 5, 2021 · 0 comments
Closed

configtree not working with Kubernetes projected volume #24652

scottfrederick opened this issue Jan 5, 2021 · 0 comments
Labels
status: forward-port An issue tracking the forward-port of a change made in an earlier branch type: bug A general bug
Milestone

Comments

@scottfrederick
Copy link
Contributor

Forward port of issue #24530 to 2.5.x.

@scottfrederick scottfrederick added status: forward-port An issue tracking the forward-port of a change made in an earlier branch type: bug A general bug labels Jan 5, 2021
@scottfrederick scottfrederick added this to the 2.5.0-M1 milestone Jan 5, 2021
humaolin pushed a commit to humaolin/spring-boot that referenced this issue May 7, 2022
This commit changes the way two RouterFunctions are composed in
WebFlux.fn. Prior to this commit, two were composed with
`switchIfEmpty()`, switching from the first to the second route if the
first did not provide an element.
After this commit, two router functions are compose using `concat`,
which results in a smaller stack trace.

See spring-projectsgh-24652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: forward-port An issue tracking the forward-port of a change made in an earlier branch type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant