[PR #575] [CLOSED] fix: CB-1467, properly persist preconfigured value into runtime config. #1788

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

📋 Pull Request Information

Original PR: https://github.com/dbeaver/cloudbeaver/pull/575
Author: @keyzj
Created: 12/6/2021
Status: Closed

Base: develHead: feature/CB-1467


📝 Commits (10+)

  • 9f1a93d chore: CB-1467, extend CBConstants with new config constants.
  • 58e3788 fix: CB-1467, fix condition typo for '&&' operator.
  • 97f473a feat: CB-1467, merge auth providers on config parse in CBApplication.
  • d1902f8 style: CB-1467, improve format a bit in CBApplication.
  • 65b32a1 feat: CB-1467, save 'server.database' config in runtime configuration file.
  • 7553e02 feat: CB-1467, save 'app.resourceQuotas' config in runtime configuration file.
  • b0a960b feat: CB-1467, save 'app.authProviders' config in runtime configuration file.
  • a3ddd15 CB-1467, style: autoformat CBApplication to fix continuous tab.
  • 210bed4 CB-1467, feat: save config in runtime configuration by Map.
  • 467eeff CB-1467, fix: properly persist preconfigured values into runtime config.

📊 Changes

3 files changed (+272 additions, -75 deletions)

View changed files

📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBApplication.java (+47 -75)
📝 server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBConstants.java (+16 -0)
server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/ConfigurationUtils.java (+209 -0)

📄 Description

No description provided


🔄 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/575 **Author:** [@keyzj](https://github.com/keyzj) **Created:** 12/6/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `feature/CB-1467` --- ### 📝 Commits (10+) - [`9f1a93d`](https://github.com/dbeaver/cloudbeaver/commit/9f1a93d49a43c49b29200b9cf675aa89bee4c8aa) chore: CB-1467, extend CBConstants with new config constants. - [`58e3788`](https://github.com/dbeaver/cloudbeaver/commit/58e3788ece51642fe808fdd9ef8c6b6677b54824) fix: CB-1467, fix condition typo for '&&' operator. - [`97f473a`](https://github.com/dbeaver/cloudbeaver/commit/97f473ab8e3c8b2efff44c3b07d3865084526d95) feat: CB-1467, merge auth providers on config parse in CBApplication. - [`d1902f8`](https://github.com/dbeaver/cloudbeaver/commit/d1902f842cb189f57ca07f7ae525801884cce66b) style: CB-1467, improve format a bit in CBApplication. - [`65b32a1`](https://github.com/dbeaver/cloudbeaver/commit/65b32a1c975b154795eb8d82700269d812d3ffff) feat: CB-1467, save 'server.database' config in runtime configuration file. - [`7553e02`](https://github.com/dbeaver/cloudbeaver/commit/7553e02a2d3f9a5320807692adcfe825cae898a6) feat: CB-1467, save 'app.resourceQuotas' config in runtime configuration file. - [`b0a960b`](https://github.com/dbeaver/cloudbeaver/commit/b0a960b7958f01eda189975ee0f01fd6a273ebca) feat: CB-1467, save 'app.authProviders' config in runtime configuration file. - [`a3ddd15`](https://github.com/dbeaver/cloudbeaver/commit/a3ddd15348c5cb298a33c5e641b5bd690b68fe8b) CB-1467, style: autoformat CBApplication to fix continuous tab. - [`210bed4`](https://github.com/dbeaver/cloudbeaver/commit/210bed43e651f41a45e1917be82c03a385e0848b) CB-1467, feat: save config in runtime configuration by Map. - [`467eeff`](https://github.com/dbeaver/cloudbeaver/commit/467eeff7c541cf751a9ecdc5423e652e769312a8) CB-1467, fix: properly persist preconfigured values into runtime config. ### 📊 Changes **3 files changed** (+272 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBApplication.java` (+47 -75) 📝 `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/CBConstants.java` (+16 -0) ➕ `server/bundles/io.cloudbeaver.server/src/io/cloudbeaver/server/ConfigurationUtils.java` (+209 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 21:05:42 +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#1788
No description provided.