mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
feat(http2): add jetty-alpn-java-server dependency for HTTP/2 support (#5945)
This commit is contained in:
@@ -46,6 +46,7 @@ dependencies {
|
|||||||
implementation project(':common')
|
implementation project(':common')
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-jetty'
|
implementation 'org.springframework.boot:spring-boot-starter-jetty'
|
||||||
implementation 'org.eclipse.jetty.http2:jetty-http2-server'
|
implementation 'org.eclipse.jetty.http2:jetty-http2-server'
|
||||||
|
implementation 'org.eclipse.jetty:jetty-alpn-java-server'
|
||||||
implementation ('org.telegram:telegrambots:6.9.7.1') {
|
implementation ('org.telegram:telegrambots:6.9.7.1') {
|
||||||
// Grizzly server + Jersey JAX-RS stack: only used for webhook mode;
|
// Grizzly server + Jersey JAX-RS stack: only used for webhook mode;
|
||||||
// Stirling-PDF uses long-polling mode so these are dead weight (~3 MB)
|
// Stirling-PDF uses long-polling mode so these are dead weight (~3 MB)
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@ ext {
|
|||||||
springSecuritySamlVersion = "7.0.2"
|
springSecuritySamlVersion = "7.0.2"
|
||||||
openSamlVersion = "5.2.1"
|
openSamlVersion = "5.2.1"
|
||||||
commonmarkVersion = "0.27.1"
|
commonmarkVersion = "0.27.1"
|
||||||
googleJavaFormatVersion = "1.21.0"
|
googleJavaFormatVersion = "1.35.0"
|
||||||
logback = "1.5.32"
|
logback = "1.5.32"
|
||||||
junitPlatformVersion = "1.12.2"
|
junitPlatformVersion = "1.12.2"
|
||||||
modernJavaVersion = 21
|
modernJavaVersion = 21
|
||||||
|
|||||||
Reference in New Issue
Block a user