[PR #3987] [MERGED] SuwayomiServer: Bump Java to v21, code formating #4663

Closed
opened 2025-11-20 06:11:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3987
Author: @tremor021
Created: 4/22/2025
Status: Merged
Merged: 5/7/2025
Merged by: @michelroegl-brunner

Base: mainHead: suwa


📝 Commits (5)

📊 Changes

2 files changed (+52 additions, -40 deletions)

View changed files

📝 ct/suwayomiserver.sh (+40 -31)
📝 install/suwayomiserver-install.sh (+12 -9)

📄 Description

✍️ Description

  • Replace OpenJDK 17 with Temurin 21
  • Code formating

Link: #3983

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3987 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `suwa` --- ### 📝 Commits (5) - [`9564e23`](https://github.com/community-scripts/ProxmoxVE/commit/9564e2339d43368103329f6806f42a0ac57ce8e7) Bump java to v21, code formating - [`f6f6ca0`](https://github.com/community-scripts/ProxmoxVE/commit/f6f6ca021530fe165c328e488d36bf56c949f0ee) Refactoring - [`61ccaf3`](https://github.com/community-scripts/ProxmoxVE/commit/61ccaf3dedb30a181227af5a779beceacf79447e) Update - [`4cc0b74`](https://github.com/community-scripts/ProxmoxVE/commit/4cc0b747c51ed18ea0087fb748eb8389a19ab3a6) Update - [`cb5b6c6`](https://github.com/community-scripts/ProxmoxVE/commit/cb5b6c618877e3de94b8f0cbb4c38f16f6c9b08b) Update suwayomiserver.sh ### 📊 Changes **2 files changed** (+52 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `ct/suwayomiserver.sh` (+40 -31) 📝 `install/suwayomiserver-install.sh` (+12 -9) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Replace OpenJDK 17 with Temurin 21 - Code formating ## 🔗 Related PR / Issue Link: #3983 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:11:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4663