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
[8.x] Downgrade transport.enable_stack_protection deprecation to a warning (#124788)
This setting is not getting removed in ES 9.0, so its usage should not generate a critical deprecation warning.
`TransportServiceLifecycleTests` already uses `assertWarnings` instead of `assertCriticalWarnings` and we
don't distinguish between warning levels in assertions (See #80304)
See #109236
See ES-11224
0 commit comments