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

GH-1106 Fix RoutingFunction fail when header contains a List value #1146

Closed
wants to merge 1 commit into from

Conversation

akenra
Copy link
Contributor

@akenra akenra commented May 12, 2024

GH-1106 Fix RoutingFunction fail when "spring.cloud.function.definition" header contains a List value instead of a String value (GCP-specific)

Resolves #1106

Hey folks, I went ahead and done a PR with a fix to the aforementioned issue according to my findings. Comments and suggestions are welcome as usual, thanks in advance.

…ion.definition" header contains a List value instead of a String value (GCP-specific)

Resolves spring-cloud#1106
@olegz olegz added this to the 4.1.2 milestone May 13, 2024
@olegz olegz added the bug label May 13, 2024
@olegz olegz closed this in faeb0f7 Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RoutingFunction fails with ArrayList to String ClassCastException
2 participants