<!-- Thanks for raising a Spring Boot issue. Please take the time to review the following categories as some of them do not apply here. 🙅 "Please DO NOT Raise an Issue" Cases - Question STOP!! Please ask questions about how to use something, or to understand why something isn't working as you expect it to, on Stack Overflow using the spring-boot tag. - Security Vulnerability STOP!! Please don't raise security vulnerabilities here. Head over to https://spring.io/security-policy to learn how to disclose them responsibly. - Managed Dependency Upgrade You DO NOT need to raise an issue for a managed dependency version upgrade as there's a semi-automatic process for checking managed dependencies for new versions before a release. BUT pull requests for upgrades that are more involved than just a version property change are still most welcome. - With an Immediate Pull Request An issue will be closed as a duplicate of the immediate pull request, so you don't have to raise an issue if you plan to create a pull request immediately. 🐞 Bug report (please don't include this emoji/text, just add your details) Please provide details of the problem, including the version of Spring Boot that you are using. If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it. 🎁 Enhancement (please don't include this emoji/text, just add your details) Please start by describing the problem that you are trying to solve. There may already be a solution, or there may be a way to solve it that you hadn't considered. TIP: You can always edit your issue if it isn't formatted correctly. See https://guides.github.com/features/mastering-markdown --> Upgrade to [Reactor Netty 1.2.8](https://github.com/reactor/reactor-netty/releases/tag/v1.2.8) for Spring Cloud Gateway. Now they support a new feature, a more appropriate way to implement HTTP/2: > Remove trailer header pre-declaration requirement by @violetagg in https://github.com/reactor/reactor-netty/pull/3825 I'm using Spring Cloud Gateway to implement a proxy server that supports HTTP/2 protocol. [Reactor-Netty didn't support HTTP/2 trailer processing for proxy servers using Spring Cloud Gateway.](https://github.com/reactor/reactor-netty/issues/3822) 😿 So, Reactor-Netty corrected it. 😸 [Spring Cloud Gateway said Spring Boot is the place to ask reactor-netty version upgrade.](https://github.com/spring-cloud/spring-cloud-gateway/issues/3847)