rjgoyln commented on PR #71429: URL: https://github.com/apache/airflow/pull/71429#issuecomment-5269203909
> Thanks for the PR just one adjustment to make I believe. Hi @pierrejeambrun, Thanks for the great suggestions! Really appreciate it. I agree with the backward compatibility concern. I've updated the PR accordingly: * **Gunicorn & Compat:** Implemented the fallback to `"*"` with a `RemovedInAirflow4Warning` to ensure existing deployments won't break. * **Docs:** Replaced mentions of `"Uvicorn"` with the generic `"application server"` and added the clarification about supported servers. * **Tests:** Updated the parameterized tests to cover the new deprecation warning logic. I also removed the "Behavior change" section from the PR description. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
