From b409e367857e1a0c1890afb4e8208a57c13c92eb Mon Sep 17 00:00:00 2001 From: Florian Heubeck Date: Tue, 11 May 2021 22:35:40 +0200 Subject: [PATCH] Re-enable gzip content-compression for frontend and update some verions --- .../src/main/resources/application.properties | 1 + pom.xml | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/adoptopenjdk-api-v3-frontend/src/main/resources/application.properties b/adoptopenjdk-api-v3-frontend/src/main/resources/application.properties index 9989442ef..f7472b585 100644 --- a/adoptopenjdk-api-v3-frontend/src/main/resources/application.properties +++ b/adoptopenjdk-api-v3-frontend/src/main/resources/application.properties @@ -4,6 +4,7 @@ quarkus.swagger-ui.always-include=true quarkus.http.cors=true quarkus.http.cors.origins=* quarkus.http.cors.methods=GET,PUT,POST +quarkus.http.enable-compression=true quarkus.http.test-port=8080 quarkus.log.console.enable=true diff --git a/pom.xml b/pom.xml index 879cccb90..8c0bcde64 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,8 @@ 3.0.0-M5 2.12.3 4.2.6 + + 4.3.3 @@ -111,13 +113,13 @@ io.rest-assured rest-assured - 4.3.1 + ${restassured.version} test io.rest-assured json-path - 4.3.1 + ${restassured.version} test @@ -202,7 +204,7 @@ org.jooq jooq - 3.14.8 + 3.14.9 org.slf4j