I'm using quarkiverse/quarkus-jberet integration and everything works fine.
Moving to a jdbc repository I need to add schema to JBeret tables but I haven't found a solution because native JBeret method (that is passing a properties object with specific keys to customize or load a custom DDL) seems to be not supported.
Any advice on how to bypass or solve this problem?
Custom properties or .ddl for JdbcRepository
130 views Asked by Luca Basso Ricci At
1
As suggested by @Guillaume Smet I have integrated issue opened in quarkus-jberet extension repository