From 55fed2209dc5a1608f5881e4e821b06cf549e041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:04:22 +0100 Subject: [PATCH] CommaFeed: Bump Java and service file (#9564) * Bump Java and service file * Update Java --- ct/commafeed.sh | 3 +++ install/commafeed-install.sh | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ct/commafeed.sh b/ct/commafeed.sh index c9a1657e70..497feab613 100644 --- a/ct/commafeed.sh +++ b/ct/commafeed.sh @@ -28,6 +28,9 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + + JAVA_VERSION="25" setup_java + if check_for_gh_release "commafeed" "Athou/commafeed"; then msg_info "Stopping Service" systemctl stop commafeed diff --git a/install/commafeed-install.sh b/install/commafeed-install.sh index ec1daa53d9..68ea4dec8d 100644 --- a/install/commafeed-install.sh +++ b/install/commafeed-install.sh @@ -17,7 +17,7 @@ msg_info "Installing Dependencies" $STD apt-get install -y rsync msg_ok "Installed Dependencies" -JAVA_VERSION="17" setup_java +JAVA_VERSION="25" setup_java fetch_and_deploy_gh_release "commafeed" "Athou/commafeed" "prebuild" "latest" "/opt/commafeed" "commafeed-*-h2-jvm.zip" msg_info "Creating Service" @@ -27,7 +27,7 @@ Description=CommaFeed Service After=network.target [Service] -ExecStart=java -jar quarkus-run.jar +ExecStart=java -Xminf0.05 -Xmaxf0.1 -jar quarkus-run.jar WorkingDirectory=/opt/commafeed/ Restart=always