You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #44495 the spring.graphql.sse.timeout was deprecated in favor of spring.graphql.http.sse.timeout. Unfortunately, the change is using constructor binding by accident, which means that a spring.graphql.sse.sse is exposed rather than the property.
The text was updated successfully, but these errors were encountered:
In #44495 the
spring.graphql.sse.timeout
was deprecated in favor ofspring.graphql.http.sse.timeout
. Unfortunately, the change is using constructor binding by accident, which means that aspring.graphql.sse.sse
is exposed rather than the property.The text was updated successfully, but these errors were encountered: