adnanhemani commented on code in PR #1367:
URL: https://github.com/apache/polaris/pull/1367#discussion_r2045649017
##########
getting-started/assets/eclipselink/persistence.xml:
##########
@@ -32,8 +32,7 @@
<class>org.apache.polaris.jpa.models.ModelSequenceId</class>
<shared-cache-mode>NONE</shared-cache-mode>
<properties>
- <property name="jakarta.persistence.jdbc.url"
- value="jdbc:postgresql://postgres:5432/{realm}"/>
+ <property name="jakarta.persistence.jdbc.url"
value="jdbc:postgresql://postgres:5432/{realm}"/>
Review Comment:
Actually this is on purpose 😅 it makes the code to replace the JDBC URL as
part of the deployment scripts a lot easier to read/understand
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]