feat(http2): add jetty-alpn-java-server dependency for HTTP/2 support (#5945)

This commit is contained in:
Balázs Szücs
2026-03-15 21:10:34 +01:00
committed by GitHub
parent 400ee16e83
commit f384e765fb
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ dependencies {
implementation project(':common')
implementation 'org.springframework.boot:spring-boot-starter-jetty'
implementation 'org.eclipse.jetty.http2:jetty-http2-server'
implementation 'org.eclipse.jetty:jetty-alpn-java-server'
implementation ('org.telegram:telegrambots:6.9.7.1') {
// Grizzly server + Jersey JAX-RS stack: only used for webhook mode;
// Stirling-PDF uses long-polling mode so these are dead weight (~3 MB)