[PR #1452] [MERGED] Replace bash process with java process instead of creating a sub process #2508

Closed
opened 2026-03-07 21:09:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/1452
Author: @MarcelCoding
Created: 2/3/2023
Status: Merged
Merged: 4/9/2024
Merged by: @alexander-skoblikov

Base: develHead: patch-1


📝 Commits (3)

  • 680fd59 Replace bash process using java process instead of creating a sub process
  • f62780f Merge branch 'devel' into patch-1
  • b93abc0 Merge branch 'devel' into patch-1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 deploy/scripts/run-server.sh (+1 -1)

📄 Description

This enables docker to do a graceful shutdown of the container, because the java process gets notified that it should be terminated.


🔄 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/dbeaver/cloudbeaver/pull/1452 **Author:** [@MarcelCoding](https://github.com/MarcelCoding) **Created:** 2/3/2023 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@alexander-skoblikov](https://github.com/alexander-skoblikov) **Base:** `devel` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`680fd59`](https://github.com/dbeaver/cloudbeaver/commit/680fd5940df90fe9b8f95b50a22fd4fef8eee745) Replace bash process using java process instead of creating a sub process - [`f62780f`](https://github.com/dbeaver/cloudbeaver/commit/f62780fb1524aff401438027143357e79d21aea0) Merge branch 'devel' into patch-1 - [`b93abc0`](https://github.com/dbeaver/cloudbeaver/commit/b93abc0e426d06079ebb94bc86559a908a1fef9b) Merge branch 'devel' into patch-1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `deploy/scripts/run-server.sh` (+1 -1) </details> ### 📄 Description This enables docker to do a graceful shutdown of the container, because the java process gets notified that it should be terminated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:09:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#2508
No description provided.