From abcbb61b4c8de46ee9a1f661a51b4bc71933209d Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 23 Dec 2025 08:06:55 +0100 Subject: [PATCH] make quarkus add brotli4j to the native image --- commafeed-server/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commafeed-server/src/main/resources/application.properties b/commafeed-server/src/main/resources/application.properties index fa58c73a..8cc14c91 100644 --- a/commafeed-server/src/main/resources/application.properties +++ b/commafeed-server/src/main/resources/application.properties @@ -2,6 +2,8 @@ quarkus.http.port=8082 quarkus.http.test-port=8085 quarkus.http.enable-compression=true +quarkus.http.enable-decompression=true +quarkus.http.compressors=gzip,deflate,br # http cache quarkus.http.static-resources.max-age=P365d