jparkzz opened a new pull request, #1937:
URL: https://github.com/apache/polaris/pull/1937

   ## Motivation for the Change
     Polaris needs to support relational-jdbc as the default persistence type 
for simpler database configuration and better cloud-native deployment 
experience.
   
   ## Description of the Status Quo (Current Behavior)
     Currently, the Helm chart only supports eclipse-link persistence type as 
the default, which requires complex JPA configuration with persistence.xml 
files.
   
   ## Desired Behavior
     - Add relational-jdbc persistence type support to Helm chart
     - Use relational-jdbc as the default persistence type
     - Inject JDBC configuration (username, password, jdbc_url) through 
Kubernetes Secrets as environment variables
     - Maintain backward compatibility with eclipse-link
   
   ## Additional Details
     - Updated persistence-values.yaml for CI testing
     - Updated test coverage for relational-jdbc configuration
     - JDBC credentials are injected via QUARKUS_DATASOURCE_* environment 
variables from Secret
     - Secret keys: username, password, jdbc_url
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to