You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Won't start if we don't provide these 3 details on persistence.xml
hibernate.connection.url
hibernate.connection.username
hibernate.connection.password
We have provided the connection, user, password detail in quarkus.properties, but still its mandatory in persistence.xml.
And expression like ${PASSWORD} does not work in persistence.xml. we have to provide the password in plain text.
Either server should start without specifying connection on persistence.xml and their is any way to pass environment variable or expression on persistence.xml
Version
22.0.0
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
This is in context with user-storage-jpa
Server Won't start if we don't provide these 3 details on persistence.xml
hibernate.connection.url
hibernate.connection.username
hibernate.connection.password
We have provided the connection, user, password detail in quarkus.properties, but still its mandatory in persistence.xml.
And expression like ${PASSWORD} does not work in persistence.xml. we have to provide the password in plain text.
Either server should start without specifying connection on persistence.xml and their is any way to pass environment variable or expression on persistence.xml
Version
22.0.0
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: