FOLSPRINGS-217 Implement connection pool settings#292
Open
pfilippov-epam wants to merge 4 commits intomasterfrom
Open
FOLSPRINGS-217 Implement connection pool settings#292pfilippov-epam wants to merge 4 commits intomasterfrom
pfilippov-epam wants to merge 4 commits intomasterfrom
Conversation
|
88c01f5 to
8f6a80a
Compare
psmagin
reviewed
Feb 12, 2026
Collaborator
psmagin
left a comment
There was a problem hiding this comment.
Will be good to have it described somewhere in README.
What will happen if module defines this settings in module's application properties, what will have higher priority this ones or module's ones. Would be nice to describe it also in doc
folio-spring-base/src/main/java/org/folio/spring/config/properties/FolioDatabaseEnvs.java
Show resolved
Hide resolved
0efff5d to
1c319c0
Compare
psmagin
reviewed
Feb 13, 2026
...ing-base/src/main/java/org/folio/spring/config/DataSourceSchemaAdvisorBeanPostProcessor.java
Outdated
Show resolved
Hide resolved
psmagin
approved these changes
Feb 16, 2026
mukhiddin-yusuf
approved these changes
Feb 17, 2026
OleksiiKuzminov
approved these changes
Feb 17, 2026
dmtkachenko
approved these changes
Feb 17, 2026
- Update NEWS.md - Enrich documentation
8764894 to
2b27801
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
Implement database configuration settings similar to https://github.com/folio-org/raml-module-builder?tab=readme-ov-file#environment-variables
Jira issues:
Approach
This is a draft PR suggesting the approach where the following configuration properties will update the HikariConfig pool settings:
TODOS and Open Questions
Learning
Describe the research stage. Add links to blog posts, patterns, libraries or addons used to solve this problem.